Compiler error with CL 3920

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Compiler error with CL 3920

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Compiler error with CL 3920

Post 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
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Compiler error with CL 3920

Post 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
Post Reply