← Back to team overview

yade-users team mailing list archive

Re: Error from libminiWm3.so during the building

 

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 <jean-francois.jerier@xxxxxxxxxxxxxxx>

> 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     : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
> More help   : https://help.launchpad.net/ListHelp
>
>

References