[ardour-dev] CVS Commit (autotools removed)
Mark Vitek
mvitek at thetekster.com
Fri Mar 18 19:08:20 PST 2005
Hello all,
Built the latest cvs tarball - results are:
* cvs build without KSI works fine for me:
[root at localhost ardour-cvs-2005.03.18]# scons DEBUG=yes KSI=no GTK=yes
PREFIX=/root/local/ardour-cvs-2005.03.18
* cvs build WITH KSI fails:
[snip] ---------------------------------------------
[root at localhost ardour-cvs-2005.03.18]# scons DEBUG=yes KSI=yes GTK=yes
PREFIX=/root/local/ardour-cvs-2005.03.18
scons: Reading SConscript files ...
Checking for C header file alsa/asoundlib.h... yes
Checking for C header file libintl.h... yes
Checking for C header file
/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h...
no
Checking for C function getmntent()... yes
Checking for jack_client_open()...ok
Checking for C header file wordexp.h... yes
Checking for C header file sys/vfs.h... yes
scons: done reading SConscript files.
scons: Building targets ...
scons: `ardour.rc' is up to date.
scons: `libs/sigc++/sigc++config.h' is up to date.
scons: `libs/sigc++/libsigc++.a' is up to date.
scons: `libs/pbd/libpbd.a' is up to date.
scons: `libs/soundtouch/libsoundtouch.a' is up to date.
scons: `libs/midi++/libmidi++.a' is up to date.
scons: `libs/ardour/libardour.a' is up to date.
scons: `libs/ardour/libardour.pot' is up to date.
scons: `libs/gtkmm/config.h.in' is up to date.
scons: `libs/gtkmm/config.h' is up to date.
scons: `libs/gtkmm/libgtkmm.a' is up to date.
scons: `libs/gtkmmext/libgtkmmext.a' is up to date.
scons: `libs/gtkmmext/libgtkmmext.pot' is up to date.
scons: `libs/gtk-canvas/libgtk-canvas.a' is up to date.
scons: `gtk_ardour/ardour.bin' is up to date.
scons: `gtk_ardour/gtk_ardour.pot' is up to date.
g++ -g -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -DPACKAGE=\"ksi-ardour\" -DDATA_DIR=\"\"
-DLOCALEDIR=\"/locale\" -DVERSIONSTRING=\"0.9beta25\" -Iksi_ardour
-Ilibs -Ilibs -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/libxml2 -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config
-Ilibs/soundtouch -Ilibs/ardour -Ilibs/midi++ -Ilibs/pbd -c -o
ksi_ardour/ksi.o ksi_ardour/ksi.cc
g++ -g -Wall -DENABLE_NLS -D_REENTRANT -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -DPACKAGE=\"ksi-ardour\" -DDATA_DIR=\"\"
-DLOCALEDIR=\"/locale\" -DVERSIONSTRING=\"0.9beta25\" -Iksi_ardour
-Ilibs -Ilibs -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include/libxml2 -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config
-Ilibs/soundtouch -Ilibs/ardour -Ilibs/midi++ -Ilibs/pbd -c -o
ksi_ardour/main.o ksi_ardour/main.cc
ksi_ardour/main.cc:48:21: version.h: No such file or directory
ksi_ardour/main.cc: In function `int main(int, char**)':
ksi_ardour/main.cc:115: error: `ksi_version' undeclared (first use this
function)
ksi_ardour/main.cc:115: error: (Each undeclared identifier is reported
only once for each function it appears in.)
scons: *** [ksi_ardour/main.o] Error 1
scons: building terminated because of errors.
[end snip] ---------------------------------------------
Taybin Rutkin wrote:
>Autotools is gone, mostly. It's still required for sigc++ and gtkmm, but not specific versions. It's just used for generating the config.h files.
>
>Taybin
>_______________________________________________
>ardour-dev mailing list
>ardour-dev at lists.ardour.org
>http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
>
>
>
More information about the Ardour-Dev
mailing list