News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Complie error during sdk\wxscintilla\src\platwx.cpp

Started by supportreq, March 25, 2008, 06:57:51 PM

Previous topic - Next topic

supportreq

i am getting a complie error on windows compilation
build log is as follows.. i am using mingw for compling..
i even got an error while compling autorevision & console runner project


please help

thanks
Quote
-------------- Build: scintilla in Code::Blocks ---------------

Linking dynamic library: devel\wxscintilla.dll
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7PaletteC2Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:49: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:53: undefined reference to `operator new[](unsigned int)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:53: undefined reference to `operator delete[](void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7PaletteC1Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:53: undefined reference to `operator new[](unsigned int)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7PaletteD2Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:58: undefined reference to `operator delete[](void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7PaletteD1Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:58: undefined reference to `operator delete[](void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7Palette7ReleaseEv':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:64: undefined reference to `operator delete[](void*)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:66: undefined reference to `operator new[](unsigned int)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7Palette8WantFindER10ColourPairb':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:81: undefined reference to `operator new[](unsigned int)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:85: undefined reference to `operator delete[](void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN4FontD2Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:119: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN4FontD1Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:119: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN4FontD0Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:119: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN4Font6CreateEPKciibbb':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:122: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:139: undefined reference to `operator new(unsigned int)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:139: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImplD2Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:215: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:217: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImplD1Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:215: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:217: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImplD0Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:215: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:217: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImpl10InitPixMapEiiP7SurfacePv':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:237: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:239: undefined reference to `operator new(unsigned int)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:239: undefined reference to `operator delete(void*)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:243: undefined reference to `operator new(unsigned int)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:243: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImpl9PenColourE15ColourAllocated':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:267: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImpl11BrushColourE15ColourAllocated':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:271: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImpl13FillRectangleE10PRectangleR7Surface':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:318: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImpl14AlphaRectangleE10PRectanglei15ColourAllocatediS1_ii':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:335: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11SurfaceImpl14DrawTextNoClipE10PRectangleR4FontiPKci15ColourAllocatedS5_':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:429: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o:c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:442: more undefined references to `__gxx_personality_sj0' follow
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN7Surface8AllocateEv':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:627: undefined reference to `operator new(unsigned int)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN6WindowD2Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:637: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN6WindowD1Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:637: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN6WindowD0Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:637: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN6Window9SetCursorENS_6CursorE':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:689: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN6Window8SetTitleEPKc':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:733: undefined reference to `__gxx_personality_sj0'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11ListBoxImplD2Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1086: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1092: undefined reference to `operator delete(void*)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1095: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11ListBoxImplD1Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1086: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1092: undefined reference to `operator delete(void*)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1095: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11ListBoxImplD0Ev':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1086: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1092: undefined reference to `operator delete(void*)'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1095: undefined reference to `operator delete(void*)'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `ZN11ListBoxImpl6CreateER6Windowi5Pointib':
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1104: undefined reference to `__gxx_personality_sj0'
c:/Codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1108: undefined reference to `operator new(unsigned int)'