← Back to team overview

yade-users team mailing list archive

I can't install yade on Slackware.Help!

 

I have slackware(version 12.0) properly installed on my  Vmware. I want to use yade in it. 
I've installed boost 1.35.0(I built it from source) and there are /usr/local/include/boost directory in which there are a lot of .hpp files and /usr/local/lib directory in which there are a lot of .so files.
There are already qt3 bundled with Slackware, So I've just installed qt3-mt components. I unpacked the deb package libqt3-mt-dev.deb and used installpkg to install it.
I've successfully installed freeglut3.
make and g++ are bundled with Slackware distribution.
scons build system is installed successfully and it looks working quite well.

I run the command in ~/yade-0.11.1:
scons PREFIX=/home/username/YADE optimize=1
and
  then failed. 
the error output is the attachment of this mail.

I hope you can help me!
Thank you!


                                                                                                                                                                                     
                         Shengxu Xia (hhu University in P.R.China)
_________________________________________________________________
用手机MSN聊天写邮件看空间,无限沟通,分享精彩!
http://mobile.msn.com.cn/
scons: Reading SConscript files ...
Yade version is `0.11.1', installed files will be suffixed with `-0.11.1'.
All intermediary files will be in `/home/xsx/build-0.11.1'.
Checking whether c++ compiler "g++" works...yes
Checking for pthread_exit(NULL) in C library pthread... yes
Checking for glutGetModifiers() in C library glut... yes
Checking for boost::posix_time::time_duration::time_duration() in C++ library boost_date_time-mt... no
Checking for boost::posix_time::time_duration::time_duration() in C++ library boost_date_time... no
Checking for boost::thread::thread() in C++ library boost_thread-mt... no
Checking for boost::thread::thread() in C++ library boost_thread... no
Checking for boost::filesystem::path() in C++ library boost_filesystem-mt... no
Checking for boost::filesystem::path() in C++ library boost_filesystem... no
Checking for qt-mt in /usr/share/qt3... no
Checking for qt-mt in /usr/lib/qt... yes
Checking for QGLViewer(1) in C++ library QGLViewer... yes

One of the essential libraries above was not found, unable to continue.

Check `/home/xsx/build-0.11.1/config.log' for possible causes, note that there are options that you may need to customize:


PREFIX: Install path prefix
    default: /usr/local
    actual: /usr/home/xsx/YADE

runtimePREFIX: Runtime path prefix; DO NOT USE, inteded for packaging only.
    default: $PREFIX
    actual: /usr/home/xsx/YADE

variant: Build variant, will be suffixed to all files, along with version (beware: if PREFIX is the same, headers of the older version will still be overwritten
    default: 
    actual: 

debug: Enable debugging information and disable optimizations (yes|no)
    default: 1
    actual: True

profile: Enable profiling information (yes|no)
    default: 0
    actual: False

optimize: Turn on heavy optimizations (generates SSE2 instructions) (yes|no)
    default: 0
    actual: True

exclude: Yade components that will not be built
    (all|none|comma-separated list of names)
    allowed names: gui extra common dem fem lattice mass-spring realtime-rigidbody
    default: none
    actual: 

features: Optional features that are turned on
    (all|none|comma-separated list of names)
    allowed names: python log4cxx dummy
    default: python,log4cxx
    actual: log4cxx python

jobs: Number of jobs to run at the same time (same as -j, but saved)
    default: 4
    actual: 4

extraModules: Extra directories with their own SConscript files (must be in-tree) (whitespace separated)
    default: None
    actual: None

buildPrefix: Where to create build-[version][variant] directory for intermediary files
    default: ..
    actual: ..

version: Yade version (if not specified, guess will be attempted)
    default: None
    actual: 0.11.1

CPPPATH: Additional paths for the C preprocessor (whitespace separated)
    default: None
    actual: /usr/local/include/boost-1_35 /home/xsx/build-0.11.1/include/yade-0.11.1 /home/xsx/build-0.11.1/include/yade-0.11.1/yade/lib-miniWm3 /usr/share/qt3/include /usr/lib/qt/include /usr/lib/qt/include

LIBPATH: Additional paths for the linker (whitespace separated)
    default: None
    actual: /usr/lib/qt/lib /usr/lib/qt/lib

QTDIR: Directories where to look for qt3
    default: ['/usr/share/qt3', '/usr/lib/qt', '/usr/qt/3', '/usr/lib/qt-3.3']
    actual: /usr/lib/qt

CXX: The c++ compiler
    default: g++
    actual: g++

CXXFLAGS: Additional compiler flags; you can use them for tuning like -march=pentium4.
    default: None
    actual: 

pretty: Don't show compiler command line (like the Linux kernel) (yes|no)
    default: 1
    actual: True

useMiniWm3: use local miniWm3 library instead of Wm3Foundation (yes|no)
    default: 1
    actual: True

_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users

Follow ups