[ardour-dev] latest CVS commit
gerard van dongen
gml at xs4all.nl
Tue Mar 15 01:49:27 PST 2005
On Tue, 15 Mar 2005 00:31:16 -0500, Paul Davis
<paul at linuxaudiosystems.com> wrote:
>
> * any more changes to the scons build system, many of them to aid
> packagers.
>
The scons build now fails with lots of "undefined reference to jack_<foo>"
errors
untill I added this to the gtk_ardour/SConscript
--- gtk_ardour/SConscript~ 2005-03-15 09:27:46.000000000 +0100
+++ gtk_ardour/SConscript 2005-03-15 10:46:52.861342224 +0100
@@ -3,7 +3,7 @@
Import('env install_prefix final_prefix core_library_info
gtk_library_info distname')
-libs = gtk_library_info.Libs()
+libs = gtk_library_info.Libs() + core_library_info.Libs()
libpath = core_library_info.LibPath() + gtk_library_info.LibPath()
gtkardour = env.Copy (CPPPATH=".", LIBS = libs, LIBPATH = libpath)
More information about the Ardour-Dev
mailing list