From: Braden M. <br...@en...> - 2010-02-15 05:30:29
|
On 2/14/10 1:36 AM, Ignacio Enriquez Gutierre wrote: > > It's been a long time,... > Did you succeed in compiling the sample program in Xcode? I couldn't. 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. -- Braden McDaniel <br...@en...> |