Created
February 18, 2013 04:38
-
-
Save gaffo/4975146 to your computer and use it in GitHub Desktop.
Synfig build error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/local/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DNDEBUG -O2 -W -Wall -MT libmod_magickpp_la-main.lo -MD -MP -MF .deps/libmod_magickpp_la-main.Tpo -c main.cpp -fPIC -DPIC -o .libs/libmod_magickpp_la-main.o | |
mv -f .deps/libmod_magickpp_la-main.Tpo .deps/libmod_magickpp_la-main.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/local/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DNDEBUG -O2 -W -Wall -MT libmod_magickpp_la-trgt_magickpp.lo -MD -MP -MF .deps/libmod_magickpp_la-trgt_magickpp.Tpo -c -o libmod_magickpp_la-trgt_magickpp.lo `test -f 'trgt_magickpp.cpp' || echo './'`trgt_magickpp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I../../.. -I../../../src -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/local/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DNDEBUG -O2 -W -Wall -MT libmod_magickpp_la-trgt_magickpp.lo -MD -MP -MF .deps/libmod_magickpp_la-trgt_magickpp.Tpo -c trgt_magickpp.cpp -fPIC -DPIC -o .libs/libmod_magickpp_la-trgt_magickpp.o | |
trgt_magickpp.cpp: In function 'MagickLib::Image* copy_image_list(Container&)': | |
trgt_magickpp.cpp:69:54: error: expected unqualified-id before numeric constant | |
trgt_magickpp.cpp: In destructor 'virtual magickpp_trgt::~magickpp_trgt()': | |
trgt_magickpp.cpp:104:44: error: expected unqualified-id before numeric constant | |
make[4]: *** [libmod_magickpp_la-trgt_magickpp.lo] Error 1 | |
make[4]: Leaving directory `/home/vagrant/synfig/synfig-core/src/modules/mod_magickpp' | |
make[3]: *** [all-recursive] Error 1 | |
make[3]: Leaving directory `/home/vagrant/synfig/synfig-core/src/modules' | |
make[2]: *** [all-recursive] Error 1 | |
make[2]: Leaving directory `/home/vagrant/synfig/synfig-core/src' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/home/vagrant/synfig/synfig-core' | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment