Hi David, Thanks for the feedback.
On 6/30/06, David Lscbe <[EMAIL PROTECTED]> wrote:
Hi all, Here is my feedback concerning the latest CVS version of OSG/OT/OP downloaded yesterday. on MAC OS X : - building went fine with gcc v4.0.1 - issues found in OSG v1.0 have been corrected : now I can create NodeTrackerManipulators dynamically (I could in 0.9.9, but not in 1.0) on Fedora Core 5 : - OpenSceneGraph building issues with gcc v4.1 : > I added lines to the makedefs file in order to be able to build : INC += -I../Producer/include LINKARGS = -L../Producer/lib/Linux32 > also had some dependancies issues which I fixed installing ungif and putting the right includes and libs in makedefs
Do you miss a make install or make instlinks on the Producer library?
> TXPArchive.h : extra qualification txp::TXPArchive on getTileContent() around lines 182 and 191 (just had to remove the "txp::" as gcc 4.1 is very serious with extra qualifications)
I believe the TXP changes checked in should fix this.
- exec issue : I finally managed to build, but when trying to launch osgviewer I have this error : osgviewer: symbol lookup error : libosgProducer.so : undefined symbol : _ZN5osgGA10EventQueueC1ENS-15GUIEventAdapter17MouseYOrientationE
You just have love mangled names. I'm pretty clueless to what method it thinks is missing. Any ideas? Or why it might work just fine under gcc 4.0.2 (my Suse 10.0 compiler) but not 4.1... Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
