yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #00671
Install YADE on-64bit CentOS 5
Hi, all:
I am working on installation of YADE-0.11.1 on a dual CPU 64bit dell machine
but facing some problems of scons basic check, the error message is shown
below:
fchen@localhost yade-0.11.1]$ scons PREFIX=/home/fchen/YADE optimize=1
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/fchen/downloads/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... yes
Checking for boost::thread::thread() in C++ library boost_thread-mt... no
Checking for boost::thread::thread() in C++ library boost_thread... yes
Checking for boost::filesystem::path() in C++ library boost_filesystem-mt...
no
Checking for boost::filesystem::path() in C++ library boost_filesystem... yes
Checking for qt-mt in /usr/share/qt3... no
Checking for qt-mt in /usr/lib/qt... no
Checking for qt-mt in /usr/qt/3... no
Checking for qt-mt in /usr/lib/qt-3.3... no
Checking for QGLViewer(1) in C++ library QGLViewer... no
Checking for QGLViewer(1) in C++ library 3dviewer... no
One of the essential libraries above was not found, unable to continue.
Check `/home/fchen/downloads/build-0.11.1/config.log' for possible causes,
note that there are options that you may need to customize:
PREFIX: /home/fchen/YADE [/usr/local] (Install path prefix)
runtimePREFIX: /home/fchen/YADE [$PREFIX] (Runtime path prefix; DO NOT USE,
inteded for packaging only.)
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)
debug: True [1] (Enable debugging information and disable optimizations
(yes|no))
profile: False [0] (Enable profiling information (yes|no))
optimize: True [0] (Turn on heavy optimizations (generates SSE2
instructions) (yes|no))
exclude: [none] (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)
features: log4cxx python [python,log4cxx] (Optional features that are turned
on
(all|none|comma-separated list of names)
allowed names: python log4cxx dummy)
jobs: 4 [4] (Number of jobs to run at the same time (same as -j, but
saved))
extraModules: None [None] (Extra directories with their own SConscript files
(must be in-tree) (whitespace separated))
buildPrefix: .. [..] (Where to create build-[version][variant] directory
for intermediary files)
version: 0.11.1 [None] (Yade version (if not specified, guess will be
attempted))
CPPPATH: /home/fchen/downloads/build-0.11.1/include/yade-0.11.1
/home/fchen/downloads/build-0.11.1/include/yade-0.11.1/yade/lib-miniWm3
/usr/share/qt3/include /usr/lib/qt/include /usr/qt/3/include
/usr/lib/qt-3.3/include /usr/lib/qt-3.3/include [None] (Additional paths for
the C preprocessor (whitespace separated))
LIBPATH: /usr/lib/qt-3.3/lib /usr/share/qt3/lib /usr/lib/qt/lib
/usr/qt/3/lib /usr/lib/qt-3.3/lib /usr/lib/qt-3.3/lib [None] (Additional paths
for the linker (whitespace separated))
QTDIR: /usr/lib/qt-3.3 [['/usr/share/qt3', '/usr/lib/qt', '/usr/qt/3',
'/usr/lib/qt-3.3']] (Directories where to look for qt3)
CXX: g++ [g++] (The c++ compiler)
CXXFLAGS: [None] (Additional compiler flags; you can use them for
tuning like -march=pentium4.)
pretty: True [1] (Don't show compiler command line (like the Linux
kernel) (yes|no))
useMiniWm3: True [1] (use local miniWm3 library instead of Wm3Foundation
(yes|no))
//----------------------------------------------------------------------------
It seems that the biggest problem is that scons cannot find my qt-mt and
QGLViewer, but it is cleat that qt-mt is in folder /usr/lib/qt-3.3/lib and
QGLViewer is in folder /usr/lib/ and /usr/include
Did I messed anything up?
Thanks a lot!
With best regards,
Feng, Chen
__________________________________________________
Graduate Student
Department of Civil and Environmental Engineering
University of Tennessee, Knoxville
(865) 974-4835 (Office)
__________________________________________________
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users
Follow ups