Frank Lanitz wrote:
On Sun, 09 Dec 2007 11:53:20 -0800 Bob Snyder bob.snyder@cox.net wrote:
I am running Slackware 12.0 with the stock gcc (4.1.2) and trying to build Geany 0.12. I get a compiler segfault from the closing brace of create_prefs_dialog in interface.c. this is the last line of the file.
I know it's probably a compiler bug, just wondered if it's a known problem and if there's anything that can be done about it. I've heard it's not very easy to upgrade the compiler. I didn't see anything in Google.
I'm using 4.1.2/4.1.3 -see below- too, but I never had this problems.
frank@Eco Mo 10 Dez 2007 22:34:08 CET (3772)~/quellen/svn/geany/trunk> gcc --version gcc (GCC) 4.1.3 20070629 (prerelease) (Debian 4.1.2-13) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Strange thing.
Regards, Frank
Looks like yours is a bit newer. Mine says:
$ g++ --version g++ (GCC) 4.1.2 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Bob S.