← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2116: Removed CapillaryRecorder and ContactStressRecorder. Renamed SimpleElasticRelationshipsWater to I...

 

> 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






Follow ups

References