← Back to team overview

yade-users team mailing list archive

Re: Problem In running yade and some compilation problems

 

Tal Wexler Evron said:     (by the date of Wed, 7 Jun 2006 10:30:00 +0200)

> Constructing SerializableSingleton (if multiple times - check '-rdynamic'
> flag!)
> Constructing Omega (if multiple times - check '-rdynamic' flag!)
> ################################################
> # Welcome to Yade first use wizard         #
> ################################################
> 1. Specify default GUI name [QtGUI] :
> 2. Specify the path where to find it [/usr/local/lib/yade/yade-guis] :
> Please wait while loading plugins..........................
> Loading from : /usr/local/lib/yade/yade-guis
> Segmentation fault

this is strange. my wild guess is that some of your system libraries are
incoherent. Like compiled against one version, but linked (or ran) with
binary from another version. Sometimes even such problem can appear if
the version is the same but compiled with different compiler version!
(never happened with yade, though).

> To success in  compilation I have done the following :
> 1. I had to cancel the header glengineeditor.h in file
> QtGenerateEngineEditor.cpp

what was the error? Why did you have to cancel it? But in fact
glengineeditor is not working now, and not used. So no functionality is
lost at all. I'd like just to know why you did have to comment that.

> 2. I need to use BoosT Version 1.32 since in 1.33 the variable sparce_matrix
> soesn't exist.

this problem is described here:

http://lists.berlios.de/pipermail/yade-users/2005q3/000009.html

perhaps that segfault was caused by 1.33 vs. 1.32 conflict?

If you will still have this problem, even with 1.33, please post on the
mailing list a backtrace, instructions how to do that are here:

http://lists.berlios.de/pipermail/yade-users/2006q1/000155.html


Also it may be interesting for you to try latest svn version. I'm not
making a release yet, but there are some interesting improvements. Like
ability to save/load filegenerator configuration, or correct save/load
of DEM simulation.


PS: you should subscribe, because sending this message offlist, so that
you can read it, is an extra nuisance for me, to take care of.

-- 
Janek Kozicki                                                         |
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
http://lists.berlios.de/mailman/listinfo/yade-users



References