← Back to team overview

yade-users team mailing list archive

Installing YADE on SuSe ?'s

 

I am trying to install YADE 0.10.0 on three different versions of SuSe 
Professional; 9.1, 9.3, and 10.1. On 9.1 and 9.3 I have gotten it to 
compile. On 10.1, gcc4 seems to be too different to compile YADE 0.10.0.

Let's focus on the 9.1 system for now. The package setup that seems to 
allow compilation is:

boost-devel-1.33.1-17.pm.2
boost-1.33.1-17.pm.2

libQGLViewer-devel-2.2.3-1
libQGLViewer-2.2.3-1

qt3-3.3.1-36.16
qt3-devel-tools-3.3.1-32
qt3-devel-3.3.1-33
qt3-non-mt-3.3.1-41.14

gcc-3.3.3-41
gcc-c++-3.3.3-41
gcc-g77-3.3.3-41

freeglut-2.2.0-78
freeglut-devel-2.2.0-78


I compiled successfully with:
make compile_install CXXFLAGS='-pthread -lpthread -DDOUBLE_PRECISION 
-O3'


Here is log of initial and next subsequent startup of YADE: (it fails)
============
~>yade
Constructing ClassFactory  (if multiple times - check '-rdynamic' flag!)
Constructing SerializableSingleton  (if multiple times - check 
'-rdynamic' flag!)
Constructing Omega  (if multiple times - check '-rdynamic' flag!)

##########################################
#      Yade first run configuration      #
##########################################

1. Specify default GUI name [QtGUI] : QtGUI

   using GUI: QtGUI

2. Specify the path to the default GUI [/usr/local/lib/yade/yade-guis] : 
/usr/local/lib/yade/yade-guis

   using path: /usr/local/lib/yade/yade-guis

loading configuration file: /home/aw/.yade/preferences.xml
Please wait while loading plugins.
Loading from : /usr/local/lib/yade/yade-guis
load unsuccesfull : QtGUI
Couldn't load everything, some stuff may work incorrectly.
Plugins loaded.
Aborted
~>
======================================
Subsequent startup:
===================
~>yade
Constructing ClassFactory  (if multiple times - check '-rdynamic' flag!)
Constructing SerializableSingleton  (if multiple times - check 
'-rdynamic' flag!)
Constructing Omega  (if multiple times - check '-rdynamic' flag!)loading 
configuration file: /home/aw/.yade/preferences.xml
Please wait while loading plugins.
Loading from : /usr/local/lib/yade/yade-guis
load unsuccesfull : QtGUI
Couldn't load everything, some stuff may work incorrectly.
Plugins loaded.
Aborted
~>
=======================
I have set:
echo $LD_LIBRARY_PATH
/usr/local/lib/yade/yade-libs
============
It does not matter if I run as a user or as root.

I installed as root in /usr/local/yade-all-0.10.0.

My ~/.yade/preferences.xml look like:
<Yade>
	<preferences _className_="Preferences"  version="1" dynlibDirectories="[/usr/local/lib/yade/yade-guis]" includeDirectories="[]" defaultGUILibName="QtGUI" />
</Yade>
================

Any pointers or shared experience on SuSe would be welcome.

Best, Allen
----
Address:

Allen Wilkinson                       (phone) (216) 382-7613
1036 Pembrook Road                    (work)  (216) 433-2075
Cleveland Heights, OH 44121  USA      (INTERNET) aw(at)chaff(dot)biz
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-users



Follow ups