Guillaume Laurent wrote:
>
> William wrote:
>> scons gets incorrect locations for KDE and Qt because it ignores the
>> settings of $KDE_DIR and $QTDIR, so the build fails:
>
> Have you generated your own configure.py from bksys ? Otherwise you'll
> probably get my settings.
Ok, that's what it was, thanks.
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?
scons gets through base/* ok now but it fails in gui due to a
non-existent config.h included from audiomanagerdialog.h:28
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/include/X/Xft -I/usr/include/freetype2 -Ibase -Isound -I. -Igui -c -o gui/audioplugindialog.o gui/audioplugindialog.cpp
In file included from gui/rosegardenguidoc.h:36,
from gui/audiomanagerdialog.h:28,
from gui/audiomanagerdialog.cpp:44:
gui/rosegardengui.h:25:20: config.h: No such file or directory
In file included from gui/audioplugindialog.cpp:40:
gui/audioplugindialog.h:31:20: config.h: No such file or directory
scons: *** [gui/audiomanagerdialog.o] Error 1
scons: building terminated because of errors.
William
|