CPPPATH = ['/usr/include/wm3'] Why do you need this string? You have a lot of "not neccessary" strings in your scons.profile. Try to clean your scons.profile. I would remain only PREFIX:
PREFIX = /home/jerier/Code/Yade Should work. Or clean install can also help. ______________________________ Anton Gladkyy 2010/2/4 jean-françois jerier <[email protected]> > Hi all, > > I try to build Yade from a new computer but I have this error : > > scons: *** [/home/jerier/Code/build--trunk1/lib/libminiWm3.so] Error 1 > > Anyone can help me to decode this error ? > > > Thank you for your Help > Jf > > > Ps: I installed all packages indicated by this page: > https://yade-dem.org/index.php/Installation_of_yade_on_debian_or_kubuntu > > Moreover, here is my scons.profile: > > exclude = 'lattice,mass-spring,fem,snow' > features = 'log4cxx,openGL,python' > QTDIR = ['/usr/share/qt3', '/usr/lib/qt', '/usr/lib/qt3', '/usr/qt/3', > '/usr/lib/qt-3.3'] > CXXFLAGS = [] > CPPPATH = ['/usr/include/wm3'] > SHCCFLAGS = ['$CCFLAGS', '-fPIC'] > optimize= True > prefix = /home/jerier/Code/Yade > useMiniWm3 = True > > > _______________________________________________ > Mailing list: > https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users> > Post to : [email protected] > Unsubscribe : > https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users> > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

