Hi, On Thu, 2005-02-24 at 23:33, Allen Bierbaum wrote: > I get the following error when trying to compile OpenSG 1.4 optimized on > Linux with gcc 3.4.2 (FC3), debug works fine.
IIRC 1.4 out of the box did not compile on FC3, it was fixed later. > Any ideas? the problem should be fixed in the current CVS tree, but I will double check it. Two quick fixes : - add -fpermissive to the commandline - add 'this->' infront of the symbols with no declaration The strange thing is that it only happens in optimized mode, because opt or dbg should not make a difference, as long as the are configured in the same way. I see if I can fetch a plain 1.4 copy and check if this is reproducable. regards, gerrit ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
