[ardour-dev] problems with scons build

Jeremy Hall jhall at maoz.com
Wed May 25 08:05:35 PDT 2005


Hello,

I tried to build ksi_ardour this morning and got the following from my 
scons build.  I don't understand the error.

I built with:

scons -j3 GTK=no DEVBUILD=yes
scons: Reading SConscript files ...
Package libart-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libart-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libart-2.0' found
sh: gtk-config: command not found
Checking for C header file alsa/asoundlib.h... yes
Checking for C header file libintl.h... no
Checking for C header file /System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/CoreAudio.h... no
Checking for C function getmntent()... no
Checking for jack_client_open()...failed
Checking for jack_recompute_total_latencies()...failed
Checking for C header file wordexp.h... no
Checking for C header file sys/vfs.h... no
scons: done reading SConscript files.
scons: Building targets ...
Substituting vars from ardour.rc.in into ardour.rc
scons: *** [ardour.rc] Exception
Traceback (most recent call last):
  File "/usr/lib/python2.0/site-packages/SCons/Taskmaster.py", line 101, in execute
    self.targets[0].build()
  File "/usr/lib/python2.0/site-packages/SCons/Node/__init__.py", line 201, in build
    apply(executor, (self, errfunc), kw)
  File "/usr/lib/python2.0/site-packages/SCons/Executor.py", line 115, in __call__
    apply(action, (self.targets, self.sources, env, errfunc), kw)
  File "/usr/lib/python2.0/site-packages/SCons/Action.py", line 243, in __call__
    stat = self.execute(target, source, env)
  File "/usr/lib/python2.0/site-packages/SCons/Action.py", line 512, in execute
    return self.execfunction(target=target, source=rsources, env=env)
  File "SConstruct", line 97, in subst_in_file
    d = dict(env['SUBST_DICT']) # copy it
NameError: There is no variable named 'dict'
scons: *** [ardour.rc] Exception
Traceback (most recent call last):
  File "/usr/lib/python2.0/site-packages/SCons/Taskmaster.py", line 101, in execute
    self.targets[0].build()
  File "/usr/lib/python2.0/site-packages/SCons/Node/__init__.py", line 201, in build
    apply(executor, (self, errfunc), kw)
g++ -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -mmmx -msse -mfpmath=sse -march=i686 -Wall -DENABLE_NLS -DHAVE_CONFIG_H -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Ilibs/soundtouch -Ilibs -c -o libs/soundtouch/AAFilter.o libs/soundtouch/AAFilter.cpp
  File "/usr/lib/python2.0/site-packages/SCons/Executor.py", line 115, in __call__
    apply(action, (self.targets, self.sources, env, errfunc), kw)
  File "/usr/lib/python2.0/site-packages/SCons/Action.py", line 243, in __call__
    stat = self.execute(target, source, env)
  File "/usr/lib/python2.0/site-packages/SCons/Action.py", line 512, in execute
    return self.execfunction(target=target, source=rsources, env=env)
  File "SConstruct", line 97, in subst_in_file
    d = dict(env['SUBST_DICT']) # copy it
NameError: There is no variable named 'dict'
scons: building terminated because of errors.



More information about the Ardour-Dev mailing list