On Jan 7, 2005, at 4:53 AM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> I didn't have it around, so I recreated it. Now it compiles Bennett> without a problem.
Fine, one less problem...
Actually, I spoke too soon. It compiles fine with gcc-3.3, but the result won't run (unlike with gcc-2.95.2): it gives a "Bus error". Here's the output from gdb:
GNU gdb 5.3-20030128 (Apple version gdb-330.1) (Fri Jul 16 21:42:28 GMT 2004)
...
This GDB was configured as "powerpc-apple-darwin".
Reading symbols for shared libraries ....... done
(gdb) run
Starting program: /Applications/LyX.app/Contents/MacOS/lyx
Reading symbols for shared libraries .................................................... done
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x006c836c in debugbuf::xsputn(char const*, int) (this=0x0, p=0x625bbc "LyX: reconfiguring user directory", n=33) at DebugStream.C:132
132 virtual streamsize xsputn(char_type const * p, streamsize n) {