Page 1 of 1

Compiler error with CL 3920

Posted: Thu Mar 18, 2010 7:54 pm
by frank_frl
Hi Eran,

rev. 3920 won't compile with MinGw g++ 4.4.0 :(

There is an internal compiler error:

Code: Select all

E:/WxWindows/CodeLite/sdk/wxscintilla/src/scintilla/src/LexTADS3.cxx: In function »void ColouriseTADS3String(StyleContext&, int&)«:
E:/WxWindows/CodeLite/sdk/wxscintilla/src/scintilla/src/LexTADS3.cxx:385: internal compiler-error: segmentation fault
Frank

Re: Compiler error with CL 3920

Posted: Thu Mar 18, 2010 9:47 pm
by eranif
The problem is that I no longer uses g++4.4.0 ...

I moved codelite to 4.4.1 TDM-SJLJ (due to debug errors using wxWidgets29 I accepted the advise provided by the wx-uers mailing list to use SJLJ)

There was really no other way but to change the compiler (I tried 4 versions of gdb all failed - only replacing the compiler did the trick)

If you want, I can upload you an intermediate version to use with the new compiler
Eran

Re: Compiler error with CL 3920

Posted: Thu Mar 18, 2010 11:56 pm
by frank_frl
eranif wrote:If you want, I can upload you an intermediate version to use with the new compiler
No need, thanks.
I installed 4.4.1 TDM-SJLJ and CL compiles fine now.

Frank