yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01868
[Bug 418107] Re: bzr1727 fails to compile on ubuntu 9.04
#3: missing libgts-dev in the install script. Fixed r1731.
#4: fixed in r1732. What boost::python version do you have???
#5: fixed (correctly, thanks) by Anton in r1729.
You don't have to backport bzr to jaunty, please RTFM first:
http://yade.wikia.com/wiki/Quick_Bazaar_tutorial#Switching_from_SVN
(link to download page)
--
bzr1727 fails to compile on ubuntu 9.04
https://bugs.launchpad.net/bugs/418107
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Fix Committed
Bug description:
I even made a clean ubuntu 9.04 install under vmware to be sure that it's not some broken python configuration. When you type scons to compile you only get this error:
scons: Reading SCconscript files...
@@@ Using profile default (scons.profile default) @@@
TypeError: cannot concatenate 'str' and 'NoneType' objects:
File "/home/janek/trunk/SConstruct", line 194:
env['SUFFIX']='-'+env['version']+env['variant']
It doesn't even start checking what libraries are available.
References