Ticket #383 (closed Bug Report: fixed)
Ingen: waf configure failure on ubuntu 9.04
| Reported by: | zorglub421@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Component: | Ingen |
| Keywords: | ingen build failure ubuntuf waf backtrace | Cc: |
Description
Hello (again), beside my build problem on OSX, it also chokes on the same box on ubuntu 9.04. This time it's a python backtrace of waf:
Checking for glibmm-2.4 >= 2.14.0 : ok Checking for gthread-2.0 >= 2.14.0 : ok
Checking for libgvc >= 2.8 : fail Checking for libgnomecanvasmm-2.6 >= 2.6.0 : ok Checking for header boost/shared_ptr.hpp : ok Checking for header boost/weak_ptr.hpp : ok Traceback (most recent call last):
File "./waf", line 148, in <module>
Scripting.prepare(t, cwd, VERSION, wafdir)
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Scripting.py", line 97, in prepare
prepare_impl(t,cwd,ver,wafdir)
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Scripting.py", line 90, in prepare_impl
main()
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Scripting.py", line 125, in main
fun(ctx)
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Scripting.py", line 163, in configure
conf.sub_config([])
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Configure.py", line 99, in sub_config
self.recurse(k,name='configure')
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Utils.py", line 390, in recurse
f(self)
File "<string>", line 48, in configure File "<string>", line 37, in sub_config_and_use File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Configure.py", line 99, in sub_config
self.recurse(k,name='configure')
File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Utils.py", line 390, in recurse
f(self)
File "<string>", line 43, in configure File "/home/philou/src/ingen-svn/.waf-1.5.6-372ed0a3b8b521cebd3292e2fc45ec1c/wafadmin/Tools/config_c.py", line 362, in define
raise TypeError?('define %r -> %r must be a string or an int'%(define,value))
TypeError?: define 'HAVE_AGRAPH' -> () must be a string or an int
-
Any help is highly welcome: your software looks really great and exactly what I need from the website.
