← Back to team overview

yade-users team mailing list archive

Re: compile YADE on OpenSUSE 11.2 64 bit OS

 

> I tried both as you suggested, but, both failed as before: no qt-mt in
> /usr/lib/qt3 (or /usr/lib/qt3/lib).
> 
> Pei-Ying
> 
> 

May be

QTDIR = '/usr/lib64/qt3' ?

You need file libqt-mt.so
Doing "locate qt-mt" and you will see where it is.

My scons.profile-default (may be helpful for path and so on for opensuse
11.2 x86-64):

PREFIX = '/home/sega/YADE'
exclude = 'lattice,snow'
features = 'gts,log4cxx,opengl,openmp,vtk'
jobs = 1
buildPrefix = '/home/sega/build/yade/'
version = 'trunk'
CPPPATH =
'/usr/include/vtk:/usr/lib64/python2.6/site-packages/numpy/core/include/:/usr/lib64/python2.6/site-packages/numpy/core/include'
LIBPATH = '/usr/lib64:/usr/lib64/qt3/lib64'
QTDIR = '/usr/lib64/qt3'
CXXFLAGS = []
SHCCFLAGS = ['-fPIC', '-z', 'muldefs']

-- 
Best regards,
Sergei D.



References