Discussion:
[deprecated list] compiling problem - cannot find lminiWm3
eudoxos
2009-02-04 15:20:54 UTC
Permalink
Hi,

miniWm3 is our local reduced version of Wm3 providing Vector3 and
Quaternion. Could you please run

rm -rf /home/luc/Desktop/build-0.12.1 ## delete all intermediate files
/home/luc/Desktop/YADE/lib/yade-0.12.1 ## delete installed plugins
scons useMiniWm3=True pretty=0 >build.log 2>&1

then wait until it finishes and send your build.log if there is still some
problem?

Regards, Vaclav


_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users-oU9gvf+***@public.gmane.org
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
Bruno Chareyre
2009-02-04 15:51:39 UTC
Permalink
It is all the more curious because, if I understand, Wm3 is used only
for Delaunay triangulation, no?
Wm3 is used for any maths in Yade, EXCEPT for triangulation, where CGAL
is used.

B
--
_______________
Chareyre Bruno
Maitre de conference

Grenoble INP
Laboratoire 3SR - bureau E145
BP 53 - 38041, Grenoble cedex 9 - France
Tél : 33 4 56 52 86 21
Fax : 33 4 76 82 70 43
________________


_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-***@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
Janek Kozicki
2009-02-04 16:28:52 UTC
Permalink
Bruno Chareyre said: (by the date of Wed, 04 Feb 2009 16:51:39 +0100)
Post by Bruno Chareyre
It is all the more curious because, if I understand, Wm3 is used only
for Delaunay triangulation, no?
Wm3 is used for any maths in Yade, EXCEPT for triangulation, where CGAL
is used.
in fact I'm using delaunay triangulation from wildmagic, in lattice
model. But Bruno is using CGAL for voronoi tesselation :)

But wm3 is used for ALL mathematics in yade. Vector3r and
Quaternionr are from Wm3.
--
Janek Kozicki |

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users-oU9gvf+***@public.gmane.org
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
Václav S(milauer
2009-02-04 22:00:44 UTC
Permalink
here joined the build.log associated with my problem.
Hi Luc, I am doing alright :-)

For your problem, you are using quite new scons (post-1.0, I think). I
fixed that hopefully in SVN, to get your change to .12.1, edit
pkg/common/SConscript, and change lines approx 25-27 like this:

env.SharedLibrary('BodyRedirectionVector',[],LIBS=[]),
env.SharedLibrary('InteractionVecSet',[],LIBS=[]),
env.SharedLibrary('PhysicalActionVectorVector',[],LIBS=[]),

(add the LIBS=[] after each of them).

The reason is that new scons thinks that empty files are plain c (not
c++), links with gcc (not g++), but doesn't add some paths to other libs
that are normally needed. Since these plugins are just empty, you can
safely declare it needs no libs and your error should be gone.

HTH, Vaclav


_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-users-oU9gvf+***@public.gmane.org
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
luc63
2009-02-04 14:43:38 UTC
Permalink
Hi yade-users,

some new problems from a new installation that I don't really
understand.

During the compilation, i get this message about the miniWm3 librairy:

...
C pkg/dem/Engine/StandAloneEngine/ElasticCriterionTimeStepper.cpp
L libElasticCohesiveLaw.so
⇒ /home/luc/Desktop/YADE/lib/yade-0.12.1/pkg-
dem/libElasticCohesiveLaw.so
L libPhysicalActionVectorVector.so
/usr/bin/ld: cannot find -lminiWm3
collect2: ld returned 1 exit status
scons: ***
[/home/luc/Desktop/build-0.12.1/pkg/common/libPhysicalActionVectorVector.so]
Error 1
scons: building terminated because of errors.

It is all the more curious because, if I understand, Wm3 is used only
for Delaunay triangulation, no?

Is anybody can help me please?

luc
--
This message was sent from Launchpad by the user
luc63 (https://launchpad.net/~lscholtes63)
using the "Contact this team" link on the yade-users team page.
For more information see
https://help.launchpad.net/YourAccount/ContactingPeople

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-***@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
Loading...