From: Braden M. <br...@en...> - 2010-02-16 14:50:34
|
On Tue, 2010-02-16 at 00:17 -0800, Ignacio Enriquez Gutierre wrote: > Hi Braden > > > > Yes. I was able to get around the internal compiler error I was > > experiencing by turning off debugging symbols (i.e., *not* passing -g to > > the compiler). Pretty annoying if you actually need to debug something; > > but at least it gets you a binary. > >> There is also a thread I began last year in stackoverflow.com > >> http://stackoverflow.com/questions/1678828/openvrml-in-snow-leopard-from-macports > > I have not observed the failure mode you describe there and in your > > previous posting. The responses seem to point to the use of recursive > > search paths as a culprit for this; I'm pretty sure you *don't* want this. > > > > I did uncheck the flag for recursive but I still have one error in > vrml97_grammar.h file > in line425 using boost::test_tools::check_is_close; > Internal compiler error: in reference_to_unused, at dwarf2out.c10603 > > Is this the error you got? Yes. > In that case how do I set -g flag? in Xcode? I said *don't* set that flag. In "Get Info" for your project, you need to uncheck "Generate Debug Symbols" under the "Code Generation" section. > Could you exactly write what are your paths in Xcode? : > Header Search Path and > Library Search Path and if there is other I need please write it. My "Header Search Path" is /opt/local/include /opt/local/include/openvrml My "Library Search Path" is /opt/local/lib I'm building against OpenVRML installed from MacPorts. -- Braden McDaniel <br...@en...> |