Re: [Yade-dev] Need help for compilation/linkage of triangulation based classes

2009-12-03 Thread Václav Šmilauer
> Hi, > > I can't find how to compile properly MicroMacroAnalyzer (quite usefull > to compute and display 3D maps of strain in a triangulated packing, it > works perfectly with the triaxial test) and TriangulationCollider. > > Previously, there was a command in a sconscript that would compile > ex

Re: [Yade-dev] Need help for compilation/linkage of triangulation based classes

2009-12-03 Thread Bruno Chareyre
Thanks, I'll try it next time it doesn't work. I'm now compiling and will see if the linkage is done correctly. Bruno Sergei D. a écrit : I feel like something is cached somewhere but I don't know what and where. Maybe this will help: scons --config=force _

Re: [Yade-dev] Need help for compilation/linkage of triangulation based classes

2009-12-03 Thread Sergei D.
> > I feel like something is cached somewhere but I don't know what and where. > Maybe this will help: scons --config=force ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad

Re: [Yade-dev] Need help for compilation/linkage of triangulation based classes

2009-12-03 Thread Bruno Chareyre
I have strange results when I play with features. The exact same code will randomly return "yes" or "no". In Sconstruct, I have this if 'triangulation' in env['features']: ok=conf.CheckLibWithHeader('TesselationWrapper','TesselationWrapper.h','CXX',call=False,autoadd=1) if not ok

Re: [Yade-dev] Need help for compilation/linkage of triangulation based classes

2009-12-03 Thread Bruno Chareyre
It needs also a "sudo aptitude install cgal", of course... I'll try to define TesselationWrapper as an external plugin (which makes sense actually, since it is really developped as an independant code - supposed to be used witout yade as well). Bruno Bruno Chareyre a écrit : Hi, I can't fin

[Yade-dev] Need help for compilation/linkage of triangulation based classes

2009-12-03 Thread Bruno Chareyre
Hi, I can't find how to compile properly MicroMacroAnalyzer (quite usefull to compute and display 3D maps of strain in a triangulated packing, it works perfectly with the triaxial test) and TriangulationCollider. Previously, there was a command in a sconscript that would compile extra/Tessel