Re: [linux-audio-user] fst-1.7 -- build ardour with fst support.

From: Carlos Pino <pinojazz@email-addr-hidden>
Date: Fri Dec 02 2005 - 00:14:07 EET

torbenh@email-addr-hidden wrote:

>On Mon, Nov 28, 2005 at 12:19:24AM +0100, Carlos Pino wrote:
>
>
>> Hi there,I'm using fst.1.7 for launch the vst's with very
>>succes,thanks to everyone who did this posible,it works really greate.
>> At the readme file included in the tarball I read this:
>>/
>> 5) build ardour with fst support.
>>
>> copy the SC* files from the ardour directory into your ardour build path.
>> and the build ardour like:
>>
>> scons VST=1 VSTPATH=/path/to/compiled/fst-1.7/
>>
>>
>>
>> I tried to compile ardour in that way,copied the
>>fst-1.7/ardour/SConstruct to the build directory,and run scons with
>>this options:
>>
>>
>
>you did not copy ardour/gtk_ardour/SConscript to your gtk_ardour
>directory.
>libfst.pc is NOT needed.
>
>
>
>
>>/supertux@email-addr-hidden:~/proceso/ardour/ardour-0.99$ scons
>>BUILD_SSE_OPTIMIZATIONS=1 USE_SSE_EVERYWHERE=0 VST=1
>>VSTPATH=/home/supertux/vst/fst-1.7/ PREFIX=/usr KSI=no DEBUG=yes/
>>
>>
>>
>>Anybody did it with succes?
>>
>>
>
>me :)
>
>
>
>> Another question is, I see that there is another SC* file at
>>fst-1.7/ardour/gtk_ardour/SConscript ,must it be copied too to the
>>gtk_ardour directory found at the building directory of ardour-0.99?
>>
>>
>
>yes... i would have written SConstruct and not SC*...
>sorry... i did not put very much love in the README file...
>
>
>
>
Hi Torbenh ,thank you very much for your answer.
I copied fst-1.7/ardour/SConstruct to the build directory
and ardour/gtk_ardour/SConscript to ardour-0.99/gtk_ardour directory
,run scons as sayd before,but get another error message :

/supertux@email-addr-hidden:~/proceso/ardour/ardour-0.99$ scons
BUILD_SSE_OPTIMIZATIONS=1 USE_SSE_EVERYWHE RE=0 VST=1
VSTPATH=/home/supertux/vst/fst-1.7/ PREFIX=/usr/ KSI=no DEBUG=yes
scons: Reading SConscript files ...
Package libfst was not found in the pkg-config search path.
Perhaps you should add the directory containing `libfst.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libfst' found
Checking for C header file alsa/asoundlib.h... yes
Checking for internationalization support ...
Checking for C header file libintl.h... yes
Checking for C header file
/System/Library/Frameworks/CoreAudio.framework/Versions/A/Header
s/CoreAudio.h... no
Checking for C function posix_memalign()... yes
Checking for C function getmntent()... yes
Checking for jack_client_open()...ok
Checking for jack_recompute_total_latencies()...ok
Checking for C header file wordexp.h... yes
Checking for C header file sys/vfs.h... yes
Checking for executable gtk-config ...yes
scons: done reading SConscript files.
scons: Building targets ...
Substituting vars from ardour.rc.in into ardour.rc
..........................
..........................

libs/ardour/audioengine.cc:32:17: error: fst.h: No such file or directory
libs/ardour/audioengine.cc: In function 'void _thread_init_callback(void*)':
libs/ardour/audioengine.cc:87: error: 'fst_adopt_thread' was not
declared in this scope
scons: *** [libs/ardour/audioengine.o] Error 1
scons: building terminated because of errors.
/
The complet shell output is attached.

Any idea?
Thanks very much

Saludos
Cheers
-- Carlos.

 

supertux@email-addr-hidden:~/proceso/ardour/ardour-0.99$ scons BUILD_SSE_OPTIMIZATIONS=1 USE_SSE_EVERYWHE RE=0 VST=1
VSTPATH=/home/supertux/vst/fst-1.7/ PREFIX=/usr/ KSI=no DEBUG=yes
scons: Reading SConscript files ...
Package libfst was not found in the pkg-config search path.
Perhaps you should add the directory containing `libfst.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libfst' found
Checking for C header file alsa/asoundlib.h... yes
Checking for internationalization support ...
Checking for C header file libintl.h... yes
Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Versions/A/Header
s/CoreAudio.h... no
Checking for C function posix_memalign()... yes
Checking for C function getmntent()... yes
Checking for jack_client_open()...ok
Checking for jack_recompute_total_latencies()...ok
Checking for C header file wordexp.h... yes
Checking for C header file sys/vfs.h... yes
Checking for executable gtk-config ...yes
scons: done reading SConscript files.
scons: Building targets ...
Substituting vars from ardour.rc.in into ardour.rc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/AAFilter.o libs/soundtouch/AAFilter.cpp
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/FIFOSampleBuffer.o libs/soundtouch/FIFOSampleBuffer.cpp
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/FIRFilter.o libs/soundtouch/FIRFilter.cpp
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/RateTransposer.o libs/soundtouch/RateTransposer.cpp
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/SoundTouch.o libs/soundtouch/SoundTouch.cpp
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/TDStretch.o libs/soundtouch/TDStretch.cpp
libs/soundtouch/TDStretch.cpp:118: warning: 'int _getClosest2Power(double)' defined but not used
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/mmx_gcc.o libs/soundtouch/mmx_gcc.cpp
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_CONFIG_ H
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o lib
s/soundtouch/cpu_detect_x86_gcc.o libs/soundtouch/cpu_detect_x86_gcc.cpp
ar r libs/soundtouch/libsoundtouch.a libs/soundtouch/AAFilter.o libs/soundtouch/FIFOSampleB uffer.o
libs/soundtouch/FIRFilter.o libs/soundtouch/RateTransposer.o libs/soundtouch/SoundT ouch.o
libs/soundtouch/TDStretch.o libs/soundtouch/mmx_gcc.o libs/soundtouch/cpu_detect_x86 _gcc.o
ranlib libs/soundtouch/libsoundtouch.a
ar: creating libs/soundtouch/libsoundtouch.a
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/adaptor.o libs/sigc++/sigc++/adaptor.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/basic_signal.o libs/sigc++/sigc++/basic_signal.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/marshal.o libs/sigc++/sigc++/marshal.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/object.o libs/sigc++/sigc++/object.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/scope.o libs/sigc++/sigc++/scope.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/slot.o libs/sigc++/sigc++/slot.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -Ilibs/sigc++ -Ilibs -c -o
libs/sigc++/sigc++/thread.o libs/sigc++/sigc++/thread.cc
ar r libs/sigc++/libsigc++.a libs/sigc++/sigc++/adaptor.o libs/sigc++/sigc++/basic_signal.o
libs/sigc++/sigc++/marshal.o libs/sigc++/sigc++/object.o libs/sigc++/sigc++/scope.o libs/s
igc++/sigc++/slot.o libs/sigc++/sigc++/thread.o
ranlib libs/sigc++/libsigc++.a
ar: creating libs/sigc++/libsigc++.a
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/basename.o libs/pbd/basena me.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/dirname.o libs/pbd/dirname .cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/dmalloc.o libs/pbd/dmalloc .cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/ftw.o libs/pbd/ftw.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/mountpoint.o libs/pbd/moun tpoint.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/pathscanner.o libs/pbd/pat hscanner.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/pool.o libs/pbd/pool.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/pthread_utils.o libs/pbd/p
thread_utils.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/receiver.o libs/pbd/receiv er.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/strsplit.o libs/pbd/strspl it.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/textreceiver.o libs/pbd/te
xtreceiver.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/transmitter.o libs/pbd/tra nsmitter.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/undo.o libs/pbd/undo.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/unescape.o libs/pbd/unesca pe.cc
version_builder(["libs/pbd/version.cc", "libs/pbd/pbd/version.h"], ["libs/pbd/SConscript"])
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/version.o libs/pbd/version .cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DHAVE_GETMNTE NT
-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/pbd -Ilibs -Ilibs/sigc++ -
Ilibs/sigc++/sigc++/config -I/usr/include/libxml2 -c -o libs/pbd/xml++.o libs/pbd/xml++.cc
ar r libs/pbd/libpbd.a libs/pbd/basename.o libs/pbd/dirname.o libs/pbd/dmalloc.o libs/pbd/f tw.o
libs/pbd/mountpoint.o libs/pbd/pathscanner.o libs/pbd/pool.o libs/pbd/pthread_utils.o
libs/pbd/receiver.o libs/pbd/strsplit.o libs/pbd/textreceiver.o libs/pbd/transmitter.o libs /pbd/undo.o
libs/pbd/unescape.o libs/pbd/version.o libs/pbd/xml++.o
ranlib libs/pbd/libpbd.a
ar: creating libs/pbd/libpbd.a
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/fd_midiport.o
libs/midi++/fd_midiport.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/fifomidi.o lib
s/midi++/fifomidi.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midi.o libs/mi
di++/midi.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midichannel.o
libs/midi++/midichannel.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midicontrollab le.o
libs/midi++/midicontrollable.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midifactory.o
libs/midi++/midifactory.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midimanager.o
libs/midi++/midimanager.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midiparser.o l
ibs/midi++/midiparser.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/midiport.o lib
s/midi++/midiport.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/mmc.o libs/mid i++/mmc.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/mtc.o libs/mid i++/mtc.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/port_request.o
libs/midi++/port_request.cc
version_builder(["libs/midi++/version.cc", "libs/midi++/midi++/version.h"], ["libs/midi++/S
Conscript"])
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/version.o libs
/midi++/version.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -DWITH_ALSA -D _REENTRANT
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/midi++ -Ilibs -Ilibs/sigc++ -Il
ibs/sigc++/sigc++/config -I/usr/include/libxml2 -Ilibs/pbd -c -o libs/midi++/alsa_sequencer _midiport.o
libs/midi++/alsa_sequencer_midiport.cc
ar r libs/midi++/libmidi++.a libs/midi++/fd_midiport.o libs/midi++/fifomidi.o libs/midi++/m idi.o
libs/midi++/midichannel.o libs/midi++/midicontrollable.o libs/midi++/midifactory.o li
bs/midi++/midimanager.o libs/midi++/midiparser.o libs/midi++/midiport.o libs/midi++/mmc.o l
ibs/midi++/mtc.o libs/midi++/port_request.o libs/midi++/version.o libs/midi++/alsa_sequence
r_midiport.o
ranlib libs/midi++/libmidi++.a
ar: creating libs/midi++/libmidi++.a
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -D_REENTRANT -
D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPACKAGE=\"libardour\" -DDATA_DIR=\"/usr//share\"
-DCONFIG_DIR=\"/usr//etc\" -DLOCALEDIR=\"/usr//share/locale\" -DHAVE_JACK_CLIENT_OPEN -DHA
VE_JACK_RECOMPUTE_LATENCIES -DHAVE_WORDEXP -DHAVE_SYS_VFS_H -Ilibs/ardour -Ilibs -Ilibs -I/
usr/include/libxml2 -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config -Ilibs/pbd -Ilibs -Ilibs/soun dtouch
-Ilibs/midi++ -c -o libs/ardour/audio_library.o libs/ardour/audio_library.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -D_REENTRANT -
D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPACKAGE=\"libardour\" -DDATA_DIR=\"/usr//share\"
-DCONFIG_DIR=\"/usr//etc\" -DLOCALEDIR=\"/usr//share/locale\" -DHAVE_JACK_CLIENT_OPEN -DHA
VE_JACK_RECOMPUTE_LATENCIES -DHAVE_WORDEXP -DHAVE_SYS_VFS_H -Ilibs/ardour -Ilibs -Ilibs -I/
usr/include/libxml2 -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config -Ilibs/pbd -Ilibs -Ilibs/soun dtouch
-Ilibs/midi++ -c -o libs/ardour/audio_playlist.o libs/ardour/audio_playlist.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -D_REENTRANT -
D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPACKAGE=\"libardour\" -DDATA_DIR=\"/usr//share\"
-DCONFIG_DIR=\"/usr//etc\" -DLOCALEDIR=\"/usr//share/locale\" -DHAVE_JACK_CLIENT_OPEN -DHA
VE_JACK_RECOMPUTE_LATENCIES -DHAVE_WORDEXP -DHAVE_SYS_VFS_H -Ilibs/ardour -Ilibs -Ilibs -I/
usr/include/libxml2 -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config -Ilibs/pbd -Ilibs -Ilibs/soun dtouch
-Ilibs/midi++ -c -o libs/ardour/audio_track.o libs/ardour/audio_track.cc
g++ -g -DARCH_X86 -DBUILD_SSE_OPTIMIZATIONS -Wall -DVST_SUPPORT -DENABLE_NLS -D_REENTRANT -
D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPACKAGE=\"libardour\" -DDATA_DIR=\"/usr//share\"
-DCONFIG_DIR=\"/usr//etc\" -DLOCALEDIR=\"/usr//share/locale\" -DHAVE_JACK_CLIENT_OPEN -DHA
VE_JACK_RECOMPUTE_LATENCIES -DHAVE_WORDEXP -DHAVE_SYS_VFS_H -Ilibs/ardour -Ilibs -Ilibs -I/
usr/include/libxml2 -Ilibs/sigc++ -Ilibs/sigc++/sigc++/config -Ilibs/pbd -Ilibs -Ilibs/soun dtouch
-Ilibs/midi++ -c -o libs/ardour/audioengine.o libs/ardour/audioengine.cc
libs/ardour/audioengine.cc:32:17: error: fst.h: No such file or directory
libs/ardour/audioengine.cc: In function 'void _thread_init_callback(void*)':
libs/ardour/audioengine.cc:87: error: 'fst_adopt_thread' was not declared in this scope
scons: *** [libs/ardour/audioengine.o] Error 1
scons: building terminated because of errors.
Received on Fri Dec 2 04:15:05 2005

This archive was generated by hypermail 2.1.8 : Fri Dec 02 2005 - 04:15:05 EET