Re: [Yade-dev] Facet Highlight

2009-08-27 Thread Václav Šmilauer
> https://blueprints.launchpad.net/yade/+spec/facets-shadow FYI it was quite trivial and is commited in r1744. ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1744: 1. Fix facet lighting, mill shown with wire=False now (looks better)

2009-08-27 Thread noreply
Merge authors: Václav Šmilauer revno: 1744 [merge] committer: Václav Šmilauer branch nick: trunk timestamp: Fri 2009-08-28 08:41:57 +0200 message: 1. Fix facet lighting, mill shown with wire=False now (looks better) 2. Revert rece

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1743: Added script for http://www.youtube.com/watch?v=KUv26xlh89I

2009-08-27 Thread noreply
revno: 1743 committer: Václav Šmilauer branch nick: trunk timestamp: Fri 2009-08-28 00:37:02 +0200 message: Added script for http://www.youtube.com/watch?v=KUv26xlh89I added: examples/mill.py -- lp:yade https://code.launchpad.net/~

Re: [Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Václav Šmilauer
> How can we 'test' the platform with scons (or python)? > I would like to write something like: > > if "platform is macosx" > # ... > else > # ... man scons, search for PLATFORM variable. # do somewhere in SConstruct: (preferable in the section where link flags are handled etc # pr

Re: [Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Václav Šmilauer
> For your information, Wm4 is the current version of the library and Wm3 > is not maintained (and not compatible with ubuntu 9.04 - latest gcc is > the problem), and they had the really good idea to rename all classes > like Wm4Vector, Wm4Matrix, etc. It has to be patched to compile at amd64

Re: [Yade-dev] scons and linkage rules

2009-08-27 Thread Vincent Richefeu
Oh, if apples use different extension for shared object, have a look Omega.cpp:193, where we check what files are plugins. It will compile just fine, but will not load any plugins at startup. You can therefore put some other checks there, the point is to not fix in advance where we have plu

Re: [Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Vincent Richefeu
"_FSGetCatalogInfo", referenced from: Wm3::System::GetPath(char const*, char const*)in miniWm3.os Wm3::System::GetPath(char const*, char const*)in miniWm3.os Wm3::System::GetPath(char const*, char const*)in miniWm3.os "_GetProcessBundleLocation", referenced from: Wm3::System::GetPath(c

Re: [Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Bruno Chareyre
If one day somebody have to compile the full Wm3 with gcc>4.3, the fixes for me were : - add "#include " in ImageAnalysis/Wm3Binary2D.h - add "#include " in Foundation/Wm3FoundationLIB.h - add "ColorRGB operator*(float f, const Wm3::ColorRGB& rkC);" in Wm3ColorRGB.h (after the definition of t

Re: [Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Bruno Chareyre
For your information, Wm4 is the current version of the library and Wm3 is not maintained (and not compatible with ubuntu 9.04 - latest gcc is the problem), and they had the really good idea to rename all classes like Wm4Vector, Wm4Matrix, etc. Which means it is not compatible at all. I'm glad

Re: [Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Václav Šmilauer
"_FSGetCatalogInfo", referenced from: Wm3::System::GetPath(char const*, char const*)in miniWm3.os Wm3::System::GetPath(char const*, char const*)in miniWm3.os Wm3::System::GetPath(char const*, char const*)in miniWm3.os "_GetProcessBundleLocation", referenced from: Wm3:

[Yade-dev] Fwd: Re: scons and linkage rules

2009-08-27 Thread Václav Šmilauer
Undefined symbols: "_FSGetCatalogInfo", referenced from: Wm3::System::GetPath(char const*, char const*)in miniWm3.os Wm3::System::GetPath(char const*, char const*)in miniWm3.os Wm3::System::GetPath(char const*, char const*)in miniWm3.os "_GetProcessBundleLocation", reference

Re: [Yade-dev] scons and linkage rules

2009-08-27 Thread Vincent Richefeu
g++ -o /Users/richefeu/Documents/yade-local/build-vr/lib/ libminiWm3.dylib -rdynamic -z origin -dynamiclib -rdynamic /Users/ richefeu/Documents/yade-local/build-vr/lib/miniWm3.os -L/Users/ richefeu/Documents/YADE/lib/yade-vr/extra -L/Users/richefeu/ Documents/YADE/lib/yade-vr/gui -L/Users/riche

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1742: Blocked some warnings in RockPM.cpp

2009-08-27 Thread noreply
revno: 1742 committer: Anton Gladky branch nick: trunk timestamp: Thu 2009-08-27 16:03:05 +0200 message: Blocked some warnings in RockPM.cpp modified: pkg/dem/meta/RockPM.cpp -- lp:yade https://code.launchpad.net/~yade-dev/yade/tru

Re: [Yade-dev] scons and linkage rules

2009-08-27 Thread Václav Šmilauer
It seems to me that scons make some confusion with lib*.dylib and *.os (that replace lib*.so on 'standard linux OS'). Oh, if apples use different extension for shared object, have a look Omega.cpp:193, where we check what files are plugins. It will compile just fine, but will not load any pl

Re: [Yade-dev] scons and linkage rules

2009-08-27 Thread Václav Šmilauer
I don't answer your last question to avoid unproductive discussion... It was not meant seriously, anyway ;-) g++ -o /Users/richefeu/Documents/yade-local/build-vr/lib/libminiWm3.dylib -rdynamic -z origin -dynamiclib -rdynamic /Users/richefeu/Documents/yade-local/build-vr/lib/miniWm3.os -L/Us

[Yade-dev] scons and linkage rules

2009-08-27 Thread Vincent Richefeu
I assume you mean CLOCK_MONOTONIC -- it is clock source that ensures that it is, well, monotonic (i.e. resistent to leap seconds, changing hw clock etc). OK I don't know what works on leopard, try man clock_gettime. STFW gives http://www.wand.net.nz/~smr26/wordpress/2009/01/19/monotonic-ti

[Yade-dev] [Bug 419861] Re: bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Václav Šmilauer
I am using HD4850 card with binary drivers, but it was quite trial-and- error to get it to run. FWIW, I have stock kernel (2.6.28-15-generic), xorg and mesa from https://launchpad.net/~xorg-edgers and ATI binary drivers from their website (they provide a binary program that can be run to make inst

Re: [Yade-dev] [Bug 419861] Re: bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Anton Gladky
I'm using ATI built-in card in my laptop. It works good. Have just tested it again. __ [ENG] Best Regards [GER] Mit freundlichen Grüßen [RUS] С наилучшими пожеланиями [UKR] З найкращими побажаннями Anton Gladkyy 2009/8/27 Janek Kozicki > oops, I had some old ATI, gr

Re: [Yade-dev] CLOCK_MONOTONIC portability

2009-08-27 Thread Václav Šmilauer
> I'm currently trying to compile yade on Mac OS X (Leopard). > for the moment, all optional packages are disabled and also qt3. > My problem is about clock_gettime(CLOCK_MONOLITIC) that seem to be > not support by this OS. > It appears only one time in the file core/Timing.hpp coded by Vaclav.

Re: [Yade-dev] [Bug 419861] [NEW] bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Chen, Feng
Hi, Janek: Have you thought of turn off compiz-fusion? Feng Chen Geotechnical Engineer HNTB Federal 9100 Bluebonnet Centre Blvd Suite 301 Baton Rouge, LA 70809 http://fchen3.googlepages.com/home -Original Message- From: yade-dev-bounces+fchen3=utk@lists.launchpad.net on behalf of J

[Yade-dev] [Bug 419861] Re: bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Janek Kozicki
oops, I had some old ATI, graphics card, AGP based, but suddenly I can't find it. I'll search more when I'm back home - maybe I left it at home. I use nvidia everywhere so that's why I have problems with finding some old ATI hardware... did you guys ever encounter such behaviour as described above

[Yade-dev] [Bug 419861] Re: bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Janek Kozicki
Vaclav, I recall that you are using ATI, are there several different drivers in ubuntu 9.04 for ATI (open source vs. binary blobs)? Maybe he has the wrong driver installed? -- bzr1735 OpenGL + ATI serious problems, ubuntu 9.04 https://bugs.launchpad.net/bugs/419861 You received this bug notificat

[Yade-dev] [Bug 419861] Re: bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Janek Kozicki
Fernando, can you check if you can try yade with an nvidia graphics card? If it's not ATI/nvidia issue, then we need to find out more about that... -- bzr1735 OpenGL + ATI serious problems, ubuntu 9.04 https://bugs.launchpad.net/bugs/419861 You received this bug notification because you are a me

[Yade-dev] CLOCK_MONOLITIC portability

2009-08-27 Thread Vincent Richefeu
Hi, I'm currently trying to compile yade on Mac OS X (Leopard). for the moment, all optional packages are disabled and also qt3. My problem is about clock_gettime(CLOCK_MONOLITIC) that seem to be not support by this OS. It appears only one time in the file core/Timing.hpp coded by Vaclav. Do

[Yade-dev] [Bug 419861] [NEW] bzr1735 OpenGL + ATI serious problems, ubuntu 9.04

2009-08-27 Thread Janek Kozicki
Public bug reported: I am helping Fernando Alonso-Marroquin to get yade running on his PC. He has ubuntu 9.04, ATI graphics card: #lspci | grep VGA 01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] #glxinfo | grep direct direct rendering: Yes And he is e