> I tried to update (since something around 2100 I guess), it does not 
> compile. Because things linked with "Shape", and OpenGLRenderingEngine 
> (see log).
>  I made scons -c before.

What is your compiler? I thought this failed for gcc 4.2 only, and that
should be handled automatically. If you have 4.3 and it fails, go to

lib/serialization/Serializable.hpp, line

and change

#if defined(__GNUG__) && __GNUC__ <= 4 && __GNUC_MINOR__ <=2

to 

#if defined(__GNUG__) && __GNUC__ <= 4 && __GNUC_MINOR__ <=3

HTH, Vaclav




_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to