Hi,
compiling libgnomeprint2 fails with the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libart-2.0-I/sw/include/pango-1.0 -I/sw/include/libxml2 -I/sw/include -I/sw/include/libbonobo-2.0 -I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0 -I/sw/include/linc-1.0 -I/sw/include/freetype2 -I/sw/include -DG_LOG_DOMAIN=\"GnomePrint\" -DWE_ARE_LIBGNOMEPRINT_UI -DGNOMELOCALEDIR=\"/sw/share/locale\" -DBINDIR=\"/sw/bin\" -DDATADIR=\"/sw/share\" -DFONTMAPDIR_STATIC=\"/sw/share/gnome/libgnomeprint-2.0/fonts\" -DFONTMAPDIR_DYNAMIC=\"/sw/etc/gnome/libgnomeprint-2.0/fonts\" -DGNOME_PRINT_LIBDIR=\"/sw/lib/gnome-print-2.0\" -no-cpp-precomp -I/sw/include -O3 -funroll-loops -fstrict-aliasing -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare -c gnome-print-ps2.c -fno-common -DPIC -o .libs/gnome-print-ps2.lo In file included from gnome-print-ps2.c:45: ../libgnomeprint/gnome-font-private.h:67: parse error before "FT_Face"
This sounds like a consequence of the traditional freetype vs. freetype2 brain damage. It would probably not happen if -I/sw/include/freetype2 came before -I/sw/include on that command line. Another possibility is to remove all fink freetype packages that are not freetype2.
-- Martin
../libgnomeprint/gnome-font-private.h:67: warning: no semicolon at end of struct or union ../libgnomeprint/gnome-font-private.h:70: parse error before '}' token make[3]: *** [gnome-print-ps2.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ### execution of make failed, exit code 2 Failed: compiling libgnomeprint2-1.116.0-2 failed
This happens during an update-all after enabling the unstable trees, so I'm upgrading gnome from 1.4.
Many thanks in advance for your help
Stefano
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
