Missing cairomm when cross-compiling
Hello, all!
I think I downloaded the latest bundle for cross-compiling to win32, but I'm getting these errors. Since it's been a while since I last made a build, I'm sure I'm missing something but can't find exactly what. Here's an excerpt of the errors when compiling:
-----8<----------8<----------8<----------8<----------8<----- make[1]: Entering directory `/home/inkscape/source/inkscape.win32/src' i686-pc-mingw32-g++ -Wall -g -O3 -mms-bitfields -DVERSION="0.45+devel" -DXP_WIN -D_INTL_REDIRECT_INLINE -DHAVE_CONFIG_H -DWITH_INKBOARD -DHAVE_SSL -I. -I.. -I../.. -I../cxxtest -DGLIBMM_DLL -I/target/include/glibmm-2.4 -I/target/lib/glibmm-2.4/include -I/target/include/gtkmm-2.4 -I/target/lib/gtkmm-2.4/include -I/target/include/gdkmm-2.4 -I/target/lib/gdkmm-2.4/include -I/target/include/pangomm-1.4 -I/target/include/atkmm-1.6 -I/target/include/cairo -I/target/include/sigc++-2.0 -I/target/lib/sigc++-2.0/include -I/target/include/gtk-2.0 -I/target/lib/gtk-2.0/include -I/target/include/atk-1.0 -I/target/include/pango-1.0 -I/target/include/glib-2.0 -I/target/lib/glib-2.0/include -I/target/include -Wno-comment -I/target/perl/lib/CORE -I/target/python/include -I/target/include/libxml2 -I/target/include/freetype2 -I. -Idom -Idom/svg -Idom/js -Idom/js/fdlibm -Idom/io -Idom/odf -Idom/util -Ilibcroco -Idisplay -Iwidgets -Iextension -Iextension/internal -Iextension/internal/libwpg -Iextension/implementation -Iextension/script -Iremoveoverlap -Igraphlayout -Ilibnrtype -Isvg -Ilibcola -Ixml -Idebug -Iapplication -Ihelper -Idialogs -Ilibvpsc -Ilibvpsc/pairingheap -Itraits -Ipedro -Ilivarot -Ilibavoid -Itrace -Itrace/potrace -Iui -Iui/widget -Iui/dialog -Iui/view -Ijabber_whiteboard -Ijabber_whiteboard/dialog -Ialgorithms -Ilibnr -Iutil -Iinkjar -Iio -c -o application/editor.o application/editor.cpp In file included from /target/include/glibmm-2.4/glibmm/ustring.h:32, from ./document.h:29, from application/editor.cpp:31: /target/lib/glibmm-2.4/include/glibmmconfig.h:21:1: warning: "GLIBMM_DLL" redefined <command line>:7:1: warning: this is the location of the previous definition In file included from /target/include/gtkmm-2.4/gtkmm/widget.h:28, from /target/include/gtkmm-2.4/gtkmm/container.h:29, from /target/include/gtkmm-2.4/gtkmm/box.h:29, from ./ui/view/edit-widget.h:20, from application/editor.cpp:39: /target/include/pangomm-1.4/pangomm/context.h:42:29: cairomm/context.h: No such file or directory /target/include/pangomm-1.4/pangomm/context.h:43:33: cairomm/fontoptions.h: No such file or directory In file included from /target/include/gtkmm-2.4/gtkmm/widget.h:28, from /target/include/gtkmm-2.4/gtkmm/container.h:29, from /target/include/gtkmm-2.4/gtkmm/box.h:29, from ./ui/view/edit-widget.h:20, from application/editor.cpp:39: /target/include/pangomm-1.4/pangomm/context.h:333: error: `Cairo' has not been declared /target/include/pangomm-1.4/pangomm/context.h:333: error: expected `,' or `...' before '<' token /target/include/pangomm-1.4/pangomm/context.h:333: error: ISO C++ forbids declaration of `RefPtr' with no type /target/include/pangomm-1.4/pangomm/context.h:336: error: `Cairo' has not been declared /target/include/pangomm-1.4/pangomm/context.h:336: error: expected `,' or `...' before '&' token /target/include/pangomm-1.4/pangomm/context.h:336: error: ISO C++ forbids declaration of `FontOptions' with no type /target/include/pangomm-1.4/pangomm/context.h:339: error: `Cairo' has not been declared /target/include/pangomm-1.4/pangomm/context.h:339: error: ISO C++ forbids declaration of `FontOptions' with no type /target/include/pangomm-1.4/pangomm/context.h:339: error: expected `;' before "get_font_options" ----->8---------->8---------->8---------->8---------->8-----
Where can I get this glib-/cairomm stuff?
Thanks and greetings!
Daniel Díaz yosoy@...31...
participants (1)
-
Daniel Díaz