yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01850
[Bug 418107] Re: bzr1727 fails to compile on ubuntu 9.04
and also on ubuntu 9.04 it doesn't either. sorry for separate post, but
this one is from within vmare virtual machine. I had let the
scons PREFIX=/home/janek/Z/BIN features=python,opengl
to run, to see that it compiles, but instead I get this error:
In file included from /home/janek/Z/build-bzr1728/core/core.cpp:11:
/home/janek/Z/yade/core/InteractionContainer.cpp:29: error: expected declaration before '}' token
C lib/QGLViewer/manipulatedFrame.cpp
(clean ubuntu 9.04, clean checkout)
--
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: New
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