From: Braden M. <br...@en...> - 2010-02-16 19:49:40
|
On 2/16/10 2:04 PM, Ignacio Enriquez Gutierre wrote: > > > Braden McDaniel wrote: >> >> 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. >> > > Thanks! I will try it later. > > I It seems to be a GCC4.2 bug which is said to be fixed in later versions > but since Apple is using the old 4.2 we cannot do anything since is old but > it has modifications to work with Apple stuff. Yes; an internal compiler error is going to be either a compiler bug or faulty hardware (e.g., bad memory). One that's repeatable on different machines is pretty certainly the former. > I think this is the Bug: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31899 That looks like a pretty good candidate. > I will try with GCC4.4 from macports and report something later. FWIW, this builds just fine with gcc 4.4 on Linux. (Of course, Apple modifies their gcc, so consistency cannot be guaranteed.) -- Braden McDaniel <br...@en...> |