Guillaume Laurent wrote: > > On Sunday 27 February 2005 12:44, William wrote: >> Guillaume Laurent wrote: >> >> > Check that you have bkkde.py too. >> >> I do. It's from your version with modification time 10:34:55 today. > > Have you re-run scons_configure ? I double-checked and everything is in.
It turned out "kde.py" was missing in my local CVS. The build still fails though exactly as it did on 21st February in notefont.cpp because -I/usr/X11R6/include is still missing from the include paths: http://sourceforge.net/mailarchive/message.php?msg_id=10924184 g++ -DHAVE_ALSA -DQT_THREAD_SUPPORT -DHAVE_JACK -DHAVE_LADSPA -DHAVE_LIBLO -DHAVE_LIBMAD -I/rem/kde/include/ -I/rem/lib/qt/include/ -I/usr/X11R6/include/X11/Xft -I/usr/include/freetype2 -Ibase -Isound -I. -Igui -c -o gui/notefont.o gui/notefont.cpp In file included from gui/notefont.cpp:59: /usr/include/X11/Xft/Xft.h:42:35: fontconfig/fontconfig.h: No such file or directory I notice you have some hard-coded include paths in gui/SConstrict and if I manually add /usr/X11R6/include, the build gets further before it fails again due to missing "config.h" includes. William ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
