yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #02350
Error from libminiWm3.so during the building
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
Follow ups