Guillaume Laurent wrote: > > William wrote: >> >> Why doesn't scons detect the config.py from the original installation of >> bksys (or else automatically generate a new one by itself), >> or is that just how it's meant to work? > > That's how it's working right now because I haven't checked yet on how > to do better.
Ok. I like scons' ccache-like feature. >> scons gets through base/* ok now but it fails in gui due to a >> non-existent config.h included from audiomanagerdialog.h:28 > > Ah yes, I haven't removed all the dependencies on autoconf yet, so just > re-run configure. Ok, thanks. I had to use Makefile.cvs because there wasn't a ./configure After doing that scons now gets as far as gui/notefont.cpp where it fails due to scons and/or bksys having the wrong include paths. The Xft include path -I/usr/X11R6/include/X11/Xft is there but -I/usr/X11R6/include/ is being left out which causes the fontconfig.h inclusion to fail in gui/notefont.cpp. 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
