Thanks for your replies! Jorrit Tyberghein wrote: > 3331 is most likely a line number of the assembly generated by your > compiler. I would guess (and that's not unlikely with gcc 4.0.1) that > you're hitting a compiler bug. Can you upgrade your compiler?
I can't change the compiler easily, Apple currently provides only GCC 4.0.1 for Intel-based Macs. Compiling my own wouldn't probably work. Peter Amstutz wrote: > What happens if you do a debug build? Or lower the optimization level > from -O3 to -O2 or -O1? The debug build helped me with the error message I described (...386 instruction...). According to Eric's suggestion I tried removing more compiler flags. Everything compiled then but csjava (not so important at the moment). Applications now start and work, except for walktest, which says crystalspace.font.csfont: Reading new style Font gnu-unifont.16. Assertion failed: FindLRUEntry (font, glyph) == 0 Location: libs/csplugincommon/canvas/fontcache.cpp:322 Unfortunately I don't know the platform very well to suggest good fixes. I could build some more times by dropping different sets of compiler options if it helps. Thanks! I think it will allow me to do enough for now. Dan _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
