> Later in the build there's another error : > > In file included from > /usr/src/packages/BUILD/CS_latest/plugins/engine/3d/engine.cpp:69:0: > /usr/src/packages/BUILD/CS_latest/./plugins/engine/3d/collection.h: In > member function 'virtual void csCollection::ReleaseAllObjects(bool)': > /usr/src/packages/BUILD/CS_latest/./plugins/engine/3d/collection.h:82:8: > error: virtual void csCollection::ReleaseAllObjects(bool) causes a section > type conflict > (repeated many times) > For that one I have no idea... >
What gcc version are you using? I usually get that specific error with gcc 4.5 as CS won't built with 4.5 yet. Compiling with an older gcc (either everything or just the files with errors) works. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
