Author Topic: Problems when Build: scintilla in Code::Blocks  (Read 6907 times)

Offline linkerlin

  • Single posting newcomer
  • *
  • Posts: 5
Problems when Build: scintilla in Code::Blocks
« on: November 24, 2008, 12:19:43 pm »
Help!
I build wxWidgets with:
----------------------- Configuration: MinGW Unicode Release -----------------------
In directory: E:\wxWidgets-2.8.9/build/msw
mingw32-make.exe -f makefile.gcc INCLUDE="D:\CodeBlocks\MinGW/include" LIB="D:\CodeBlocks\MinGW/lib" USE_XRC=1 BUILD=release UNICODE=1 WXUNIV=0 MONOLITHIC=1 USE_EXCEPTIONS=1 USE_ODBC=0 USE_OPENGL=0 USE_GUI=1 RUNTIME_LIBS=dynamic SHARED=0 all

And set codeblocks link to libwxmsw28u.a.

Linking dynamic library: devel\wxscintilla.dll
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN4Font6CreateEPKciibbb':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:131: undefined reference to `__imp___ZN19wxEncodingConverter22GetPlatformEquivalentsE14wxFontEncodingi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl10InitPixMapEiiP7SurfacePv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:243: undefined reference to `__imp___ZN8wxBitmapC1Eiii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl7ReleaseEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:250: undefined reference to `__imp__wxNullBitmap'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl9PenColourE15ColourAllocated':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:268: undefined reference to `__imp___ZN5wxPenC1ERK8wxColourii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl11BrushColourE15ColourAllocated':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:272: undefined reference to `__imp___ZN7wxBrushC1ERK8wxColouri'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl13FillRectangleE10PRectangle15ColourAllocated':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:314: undefined reference to `__imp___ZN10wxStockGDI6GetPenENS_4ItemE'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl13FillRectangleE10PRectangleR7Surface':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:319: undefined reference to `__imp___ZN7wxBrushC1Ev'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:321: undefined reference to `__imp___ZN7wxBrushC1ERK8wxBitmap'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:323: undefined reference to `__imp___ZN10wxStockGDI9GetColourENS_4ItemE'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:323: undefined reference to `__imp___ZN7wxBrushC1ERK8wxColouri'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:324: undefined reference to `__imp___ZN10wxStockGDI6GetPenENS_4ItemE'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl14AlphaRectangleE10PRectanglei15ColourAllocatediS1_ii':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:341: undefined reference to `__imp___ZN8wxBitmapC1Eiii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN6Window8HasFocusEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:648: undefined reference to `__imp___ZN12wxWindowBase9FindFocusEv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN6Window9SetCursorENS_6CursorE':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:724: undefined reference to `__imp___ZN8wxCursorC1Ei'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl6CreateER6Windowi5Pointib':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1109: undefined reference to `__imp___ZN10wxListCtrl12SetImageListEP11wxImageListi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl14GetDesiredRectEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1136: undefined reference to `__imp___ZN22wxSystemSettingsNative9GetMetricE14wxSystemMetricP8wxWindow'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1142: undefined reference to `__imp___ZNK10wxListCtrl12GetItemCountEv'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1145: undefined reference to `__imp___ZNK10wxListCtrl11GetItemRectElR6wxRecti'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl5ClearEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1172: undefined reference to `__imp___ZN10wxListCtrl14DeleteAllItemsEv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl6AppendERK8wxStringi':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1180: undefined reference to `__imp___ZNK10wxListCtrl12GetItemCountEv'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1181: undefined reference to `__imp__wxEmptyString'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1181: undefined reference to `__imp___ZN10wxListCtrl10InsertItemElRK8wxString'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1182: undefined reference to `__imp___ZN10wxListCtrl7SetItemEliRK8wxStringi'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1187: undefined reference to `__imp___ZN10wxListCtrl12SetItemImageElii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl6LengthEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1193: undefined reference to `__imp___ZNK10wxListCtrl12GetItemCountEv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl8GetValueEiPci':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1224: undefined reference to `__imp___ZNK10wxListCtrl7GetItemER10wxListItem'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl13RegisterImageEiPKc':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1231: undefined reference to `__imp___ZN19wxMemoryInputStreamC1EPKvj'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1232: undefined reference to `__imp___ZN7wxImageC1ER13wxInputStreamli'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1241: undefined reference to `__imp__wxNullBitmap'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1241: undefined reference to `__imp___ZN11wxImageList3AddERK8wxBitmapS2_'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl21ClearRegisteredImagesEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1261: undefined reference to `__imp___ZN10wxListCtrl12SetImageListEP11wxImageListi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl7SetListEPKccc':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1272: undefined reference to `__imp___ZN17wxStringTokenizerC1ERK8wxStringS2_21wxStringTokenizerMode'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1273: undefined reference to `__imp___ZNK17wxStringTokenizer13HasMoreTokensEv'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1274: undefined reference to `__imp___ZN17wxStringTokenizer12GetNextTokenEv'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1276: undefined reference to `__imp___ZNK8wxString4FindEwb'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1278: undefined reference to `__imp___ZN12wxStringBase4nposE'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1278: undefined reference to `__imp___ZNK8wxString3MidEjj'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1278: undefined reference to `__imp___ZNK8wxString6ToLongEPli'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1279: undefined reference to `__imp___ZN8wxString8TruncateEj'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN8Platform6ChromeEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1329: undefined reference to `__imp___ZN22wxSystemSettingsNative9GetColourE14wxSystemColour'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN8Platform15ChromeHighlightEv':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1335: undefined reference to `__imp___ZN22wxSystemSettingsNative9GetColourE14wxSystemColour'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN8Platform6AssertEPKcS1_i':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1426: undefined reference to `__imp___Z12wxMessageBoxRK8wxStringS1_lP8wxWindowii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ElapsedTimeC2Ev':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1469: undefined reference to `__imp___Z20wxGetLocalTimeMillisv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ElapsedTimeC1Ev':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1469: undefined reference to `__imp___Z20wxGetLocalTimeMillisv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ElapsedTime8DurationEb':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1476: undefined reference to `__imp___Z20wxGetLocalTimeMillisv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_Z6sci2wxPKcj':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1500: undefined reference to `__imp__wxEmptyString'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_Z41__static_initialization_and_destruction_0ii':
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:785: undefined reference to `__imp___ZN10wxListCtrl13sm_eventTableE'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:785: undefined reference to `__imp___ZN16wxEventHashTableC1ERK12wxEventTable'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:792: undefined reference to `__imp__wxEVT_SET_FOCUS'
D:/code/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:792: undefined reference to `__imp__wxEVT_KILL_FOCUS'
Process terminated with status 1 (0 minutes, 5 seconds)
50 errors, 0 warnings


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Problems when Build: scintilla in Code::Blocks
« Reply #1 on: November 24, 2008, 12:21:53 pm »
Help!
Change the order of the wxscintilla and the wxwidgets lib. Order matters here!
Next time please post the full build log if you need help (see my sig).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline linkerlin

  • Single posting newcomer
  • *
  • Posts: 5
Re: Problems when Build: scintilla in Code::Blocks
« Reply #2 on: November 24, 2008, 02:21:38 pm »
I am sorry.This is full build log:

-------------- Build: tinyXML in Code::Blocks ---------------

Compiling: base\tinyxml\tinyxml.cpp
Compiling: base\tinyxml\tinyxmlerror.cpp
Compiling: base\tinyxml\tinyxmlparser.cpp
Compiling: base\tinyxml\tinystr.cpp
Linking static library: base\tinyxml\libtxml.a
ar.exe: creating base\tinyxml\libtxml.a
Output size is 273.79 KB

-------------- Build: AutoRevision in Code::Blocks ---------------

Compiling: build_tools\autorevision\autorevision.cpp
Linking console executable: build_tools\autorevision\autorevision.exe
Output size is 337.50 KB

-------------- Build: ConsoleRunner in Code::Blocks ---------------

Compiling: tools\ConsoleRunner\main.cpp
Linking console executable: tools\ConsoleRunner\cb_console_runner.exe
Output size is 755.85 KB

-------------- Build: Squirrel in Code::Blocks ---------------

Compiling: sdk\scripting\squirrel\sqapi.cpp
Compiling: sdk\scripting\squirrel\sqbaselib.cpp
Compiling: sdk\scripting\squirrel\sqclass.cpp
Compiling: sdk\scripting\squirrel\sqcompiler.cpp
Compiling: sdk\scripting\squirrel\sqdebug.cpp
Compiling: sdk\scripting\squirrel\sqfuncstate.cpp
Compiling: sdk\scripting\squirrel\sqlexer.cpp
Compiling: sdk\scripting\squirrel\sqmem.cpp
Compiling: sdk\scripting\squirrel\sqobject.cpp
Compiling: sdk\scripting\squirrel\sqstate.cpp
Compiling: sdk\scripting\squirrel\sqtable.cpp
Compiling: sdk\scripting\squirrel\sqvm.cpp
Linking static library: sdk\scripting\lib\libsquirrel.a
ar.exe: creating sdk\scripting\lib\libsquirrel.a
Output size is 1.21 MB

-------------- Build: Squirrel std lib in Code::Blocks ---------------

Compiling: sdk\scripting\sqstdlib\sqstdblob.cpp
Compiling: sdk\scripting\sqstdlib\sqstdio.cpp
Compiling: sdk\scripting\sqstdlib\sqstdmath.cpp
Compiling: sdk\scripting\sqstdlib\sqstdrex.cpp
Compiling: sdk\scripting\sqstdlib\sqstdstream.cpp
Compiling: sdk\scripting\sqstdlib\sqstdstring.cpp
Compiling: sdk\scripting\sqstdlib\sqstdsystem.cpp
Compiling: sdk\scripting\sqstdlib\sqstdaux.cpp
Linking static library: sdk\scripting\lib\libsqstdlib.a
ar.exe: creating sdk\scripting\lib\libsqstdlib.a
Output size is 184.44 KB

-------------- Build: SqPlus in Code::Blocks ---------------

Compiling: sdk\scripting\sqplus\SquirrelBindingsUtils.cpp
Compiling: sdk\scripting\sqplus\SquirrelBindingsUtilsWin32.cpp
Compiling: sdk\scripting\sqplus\SquirrelObject.cpp
Compiling: sdk\scripting\sqplus\SquirrelVM.cpp
Compiling: sdk\scripting\sqplus\SqPlus.cpp
Linking static library: sdk\scripting\lib\libsqplus.a
ar.exe: creating sdk\scripting\lib\libsqplus.a
Output size is 764.30 KB

-------------- Build: scintilla in Code::Blocks ---------------

Compiling: sdk\wxscintilla\src\PlatWX.cpp
Compiling: sdk\wxscintilla\src\ScintillaWX.cpp
Compiling: sdk\wxscintilla\src\scintilla\src\AutoComplete.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\CallTip.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\CellBuffer.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\CharClassify.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\ContractionState.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\Document.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\DocumentAccessor.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\Editor.cxx
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\Editor.cxx: In member function `void Editor::LayoutLine(int, Surface*, ViewStyle&, LineLayout*, int)':
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\Editor.cxx:2060: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\Editor.cxx:2063: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\Editor.cxx:2066: warning: array subscript has type `char'
Compiling: sdk\wxscintilla\src\scintilla\src\ExternalLexer.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\Indicator.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\KeyMap.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\KeyWords.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexAPDL.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexAU3.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexAVE.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexAda.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexAsm.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexAsn1.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexBaan.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexBash.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexBasic.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexBullant.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexCLW.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexCPP.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexCSS.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexCaml.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexConf.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexCrontab.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexCsound.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexEScript.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexEiffel.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexErlang.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexFlagship.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexForth.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexFortran.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexGui4Cli.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexHTML.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexHaskell.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexInno.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexKix.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexLisp.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexLout.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexLua.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexMMIXAL.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexMPT.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexMSSQL.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexMatlab.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexMetapost.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexNsis.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexOpal.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexOthers.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexPB.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexPOV.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexPS.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexPascal.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexPerl.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexPython.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexRebol.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexRuby.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexSQL.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexScriptol.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexSmalltalk.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexSpecman.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexSpice.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexTADS3.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexTCL.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexTeX.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexVB.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexVHDL.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexVerilog.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LexYAML.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\LineMarker.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\PropSet.cxx
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx: In function `char** ArrayFromWordList(char*, int*, bool)':
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx:755: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx:756: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx:758: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx:759: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx: In member function `bool WordList::InList(const char*)':
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx:878: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx: In member function `bool WordList::InListAbbreviated(const char*, char)':
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\PropSet.cxx:940: warning: array subscript has type `char'
Compiling: sdk\wxscintilla\src\scintilla\src\RESearch.cxx
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\RESearch.cxx: In member function `int RESearch::PMatch(CharacterIndexer&, int, int, char*)':
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\RESearch.cxx:679: warning: array subscript has type `char'
E:\cb\codeblocks\src\sdk\wxscintilla\src\scintilla\src\RESearch.cxx:682: warning: array subscript has type `char'
Compiling: sdk\wxscintilla\src\scintilla\src\ScintillaBase.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\Style.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\StyleContext.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\UniConversion.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\ViewStyle.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\WindowAccessor.cxx
Compiling: sdk\wxscintilla\src\scintilla\src\XPM.cxx
Compiling: sdk\wxscintilla\src\wxscintilla.cpp
Linking dynamic library: devel\wxscintilla.dll
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN4Font6CreateEPKciibbb':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:131: undefined reference to `__imp___ZN19wxEncodingConverter22GetPlatformEquivalentsE14wxFontEncodingi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl10InitPixMapEiiP7SurfacePv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:243: undefined reference to `__imp___ZN8wxBitmapC1Eiii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl7ReleaseEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:250: undefined reference to `__imp__wxNullBitmap'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl9PenColourE15ColourAllocated':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:268: undefined reference to `__imp___ZN5wxPenC1ERK8wxColourii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl11BrushColourE15ColourAllocated':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:272: undefined reference to `__imp___ZN7wxBrushC1ERK8wxColouri'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl13FillRectangleE10PRectangle15ColourAllocated':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:314: undefined reference to `__imp___ZN10wxStockGDI6GetPenENS_4ItemE'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl13FillRectangleE10PRectangleR7Surface':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:319: undefined reference to `__imp___ZN7wxBrushC1Ev'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:321: undefined reference to `__imp___ZN7wxBrushC1ERK8wxBitmap'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:323: undefined reference to `__imp___ZN10wxStockGDI9GetColourENS_4ItemE'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:323: undefined reference to `__imp___ZN7wxBrushC1ERK8wxColouri'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:324: undefined reference to `__imp___ZN10wxStockGDI6GetPenENS_4ItemE'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl14AlphaRectangleE10PRectanglei15ColourAllocatediS1_ii':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:341: undefined reference to `__imp___ZN8wxBitmapC1Eiii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN6Window8HasFocusEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:648: undefined reference to `__imp___ZN12wxWindowBase9FindFocusEv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN6Window9SetCursorENS_6CursorE':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:724: undefined reference to `__imp___ZN8wxCursorC1Ei'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl6CreateER6Windowi5Pointib':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1109: undefined reference to `__imp___ZN10wxListCtrl12SetImageListEP11wxImageListi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl14GetDesiredRectEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1136: undefined reference to `__imp___ZN22wxSystemSettingsNative9GetMetricE14wxSystemMetricP8wxWindow'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1142: undefined reference to `__imp___ZNK10wxListCtrl12GetItemCountEv'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1145: undefined reference to `__imp___ZNK10wxListCtrl11GetItemRectElR6wxRecti'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl5ClearEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1172: undefined reference to `__imp___ZN10wxListCtrl14DeleteAllItemsEv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl6AppendERK8wxStringi':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1180: undefined reference to `__imp___ZNK10wxListCtrl12GetItemCountEv'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1181: undefined reference to `__imp__wxEmptyString'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1181: undefined reference to `__imp___ZN10wxListCtrl10InsertItemElRK8wxString'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1182: undefined reference to `__imp___ZN10wxListCtrl7SetItemEliRK8wxStringi'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1187: undefined reference to `__imp___ZN10wxListCtrl12SetItemImageElii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl6LengthEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1193: undefined reference to `__imp___ZNK10wxListCtrl12GetItemCountEv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl8GetValueEiPci':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1224: undefined reference to `__imp___ZNK10wxListCtrl7GetItemER10wxListItem'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl13RegisterImageEiPKc':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1231: undefined reference to `__imp___ZN19wxMemoryInputStreamC1EPKvj'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1232: undefined reference to `__imp___ZN7wxImageC1ER13wxInputStreamli'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1241: undefined reference to `__imp__wxNullBitmap'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1241: undefined reference to `__imp___ZN11wxImageList3AddERK8wxBitmapS2_'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl21ClearRegisteredImagesEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1261: undefined reference to `__imp___ZN10wxListCtrl12SetImageListEP11wxImageListi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ListBoxImpl7SetListEPKccc':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1272: undefined reference to `__imp___ZN17wxStringTokenizerC1ERK8wxStringS2_21wxStringTokenizerMode'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1273: undefined reference to `__imp___ZNK17wxStringTokenizer13HasMoreTokensEv'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1274: undefined reference to `__imp___ZN17wxStringTokenizer12GetNextTokenEv'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1276: undefined reference to `__imp___ZNK8wxString4FindEwb'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1278: undefined reference to `__imp___ZN12wxStringBase4nposE'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1278: undefined reference to `__imp___ZNK8wxString3MidEjj'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1278: undefined reference to `__imp___ZNK8wxString6ToLongEPli'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1279: undefined reference to `__imp___ZN8wxString8TruncateEj'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN8Platform6ChromeEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1329: undefined reference to `__imp___ZN22wxSystemSettingsNative9GetColourE14wxSystemColour'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN8Platform15ChromeHighlightEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1335: undefined reference to `__imp___ZN22wxSystemSettingsNative9GetColourE14wxSystemColour'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN8Platform6AssertEPKcS1_i':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1426: undefined reference to `__imp___Z12wxMessageBoxRK8wxStringS1_lP8wxWindowii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ElapsedTimeC2Ev':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1469: undefined reference to `__imp___Z20wxGetLocalTimeMillisv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ElapsedTimeC1Ev':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1469: undefined reference to `__imp___Z20wxGetLocalTimeMillisv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11ElapsedTime8DurationEb':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1476: undefined reference to `__imp___Z20wxGetLocalTimeMillisv'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_Z6sci2wxPKcj':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:1500: undefined reference to `__imp__wxEmptyString'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_Z41__static_initialization_and_destruction_0ii':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:785: undefined reference to `__imp___ZN10wxListCtrl13sm_eventTableE'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:785: undefined reference to `__imp___ZN16wxEventHashTableC1ERK12wxEventTable'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:792: undefined reference to `__imp__wxEVT_SET_FOCUS'
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:792: undefined reference to `__imp__wxEVT_KILL_FOCUS'
Process terminated with status 1 (2 minutes, 41 seconds)
50 errors, 11 warnings
 
The scintilla project only link two libs: wxmsw28$(WX_SUFFIX) and gdi32.
How to change the order of wxscintilla and wxwidgets when scintilla not use wxscintilla?
Thanks.


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Problems when Build: scintilla in Code::Blocks
« Reply #3 on: November 24, 2008, 02:54:47 pm »
I am sorry.This is full build log:
Linking dynamic library: devel\wxscintilla.dll
Aaargh! I meant "full logging" enabled! Please see my sig and post the relevant part (starting with the above) again. Don't forget that the linker command issued is included.

Did you try to change the order?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline linkerlin

  • Single posting newcomer
  • *
  • Posts: 5
Re: Problems when Build: scintilla in Code::Blocks
« Reply #4 on: November 24, 2008, 03:30:23 pm »
Sorry again.
The full log :
-------------- Build: scintilla in Code::Blocks ---------------

[100.0%] mingw32-g++.exe -shared  -Wl,--out-implib=devel\libwxscintilla.a -Wl,--dll -Lbase\tinyxml -LC:\wxWidgets-2.8.9\lib\gcc_dll -LC:\wxWidgets-2.8.9\lib\gcc_lib -LC:\Boost\lib -LC:\code\gnutls262\lib  .objs\sdk\wxscintilla\src\PlatWX.o .objs\sdk\wxscintilla\src\ScintillaWX.o .objs\sdk\wxscintilla\src\scintilla\src\AutoComplete.o .objs\sdk\wxscintilla\src\scintilla\src\CallTip.o .objs\sdk\wxscintilla\src\scintilla\src\CellBuffer.o .objs\sdk\wxscintilla\src\scintilla\src\CharClassify.o .objs\sdk\wxscintilla\src\scintilla\src\ContractionState.o .objs\sdk\wxscintilla\src\scintilla\src\Document.o .objs\sdk\wxscintilla\src\scintilla\src\DocumentAccessor.o .objs\sdk\wxscintilla\src\scintilla\src\Editor.o .objs\sdk\wxscintilla\src\scintilla\src\ExternalLexer.o .objs\sdk\wxscintilla\src\scintilla\src\Indicator.o .objs\sdk\wxscintilla\src\scintilla\src\KeyMap.o .objs\sdk\wxscintilla\src\scintilla\src\KeyWords.o .objs\sdk\wxscintilla\src\scintilla\src\LexAPDL.o .objs\sdk\wxscintilla\src\scintilla\src\LexAU3.o .objs\sdk\wxscintilla\src\scintilla\src\LexAVE.o .objs\sdk\wxscintilla\src\scintilla\src\LexAda.o .objs\sdk\wxscintilla\src\scintilla\src\LexAsm.o .objs\sdk\wxscintilla\src\scintilla\src\LexAsn1.o .objs\sdk\wxscintilla\src\scintilla\src\LexBaan.o .objs\sdk\wxscintilla\src\scintilla\src\LexBash.o .objs\sdk\wxscintilla\src\scintilla\src\LexBasic.o .objs\sdk\wxscintilla\src\scintilla\src\LexBullant.o .objs\sdk\wxscintilla\src\scintilla\src\LexCLW.o .objs\sdk\wxscintilla\src\scintilla\src\LexCPP.o .objs\sdk\wxscintilla\src\scintilla\src\LexCSS.o .objs\sdk\wxscintilla\src\scintilla\src\LexCaml.o .objs\sdk\wxscintilla\src\scintilla\src\LexConf.o .objs\sdk\wxscintilla\src\scintilla\src\LexCrontab.o .objs\sdk\wxscintilla\src\scintilla\src\LexCsound.o .objs\sdk\wxscintilla\src\scintilla\src\LexEScript.o .objs\sdk\wxscintilla\src\scintilla\src\LexEiffel.o .objs\sdk\wxscintilla\src\scintilla\src\LexErlang.o .objs\sdk\wxscintilla\src\scintilla\src\LexFlagship.o .objs\sdk\wxscintilla\src\scintilla\src\LexForth.o .objs\sdk\wxscintilla\src\scintilla\src\LexFortran.o .objs\sdk\wxscintilla\src\scintilla\src\LexGui4Cli.o .objs\sdk\wxscintilla\src\scintilla\src\LexHTML.o .objs\sdk\wxscintilla\src\scintilla\src\LexHaskell.o .objs\sdk\wxscintilla\src\scintilla\src\LexInno.o .objs\sdk\wxscintilla\src\scintilla\src\LexKix.o .objs\sdk\wxscintilla\src\scintilla\src\LexLisp.o .objs\sdk\wxscintilla\src\scintilla\src\LexLout.o .objs\sdk\wxscintilla\src\scintilla\src\LexLua.o .objs\sdk\wxscintilla\src\scintilla\src\LexMMIXAL.o .objs\sdk\wxscintilla\src\scintilla\src\LexMPT.o .objs\sdk\wxscintilla\src\scintilla\src\LexMSSQL.o .objs\sdk\wxscintilla\src\scintilla\src\LexMatlab.o .objs\sdk\wxscintilla\src\scintilla\src\LexMetapost.o .objs\sdk\wxscintilla\src\scintilla\src\LexNsis.o .objs\sdk\wxscintilla\src\scintilla\src\LexOpal.o .objs\sdk\wxscintilla\src\scintilla\src\LexOthers.o .objs\sdk\wxscintilla\src\scintilla\src\LexPB.o .objs\sdk\wxscintilla\src\scintilla\src\LexPOV.o .objs\sdk\wxscintilla\src\scintilla\src\LexPS.o .objs\sdk\wxscintilla\src\scintilla\src\LexPascal.o .objs\sdk\wxscintilla\src\scintilla\src\LexPerl.o .objs\sdk\wxscintilla\src\scintilla\src\LexPython.o .objs\sdk\wxscintilla\src\scintilla\src\LexRebol.o .objs\sdk\wxscintilla\src\scintilla\src\LexRuby.o .objs\sdk\wxscintilla\src\scintilla\src\LexSQL.o .objs\sdk\wxscintilla\src\scintilla\src\LexScriptol.o .objs\sdk\wxscintilla\src\scintilla\src\LexSmalltalk.o .objs\sdk\wxscintilla\src\scintilla\src\LexSpecman.o .objs\sdk\wxscintilla\src\scintilla\src\LexSpice.o .objs\sdk\wxscintilla\src\scintilla\src\LexTADS3.o .objs\sdk\wxscintilla\src\scintilla\src\LexTCL.o .objs\sdk\wxscintilla\src\scintilla\src\LexTeX.o .objs\sdk\wxscintilla\src\scintilla\src\LexVB.o .objs\sdk\wxscintilla\src\scintilla\src\LexVHDL.o .objs\sdk\wxscintilla\src\scintilla\src\LexVerilog.o .objs\sdk\wxscintilla\src\scintilla\src\LexYAML.o .objs\sdk\wxscintilla\src\scintilla\src\LineMarker.o .objs\sdk\wxscintilla\src\scintilla\src\PropSet.o .objs\sdk\wxscintilla\src\scintilla\src\RESearch.o .objs\sdk\wxscintilla\src\scintilla\src\ScintillaBase.o .objs\sdk\wxscintilla\src\scintilla\src\Style.o .objs\sdk\wxscintilla\src\scintilla\src\StyleContext.o .objs\sdk\wxscintilla\src\scintilla\src\UniConversion.o .objs\sdk\wxscintilla\src\scintilla\src\ViewStyle.o .objs\sdk\wxscintilla\src\scintilla\src\WindowAccessor.o .objs\sdk\wxscintilla\src\scintilla\src\XPM.o .objs\sdk\wxscintilla\src\wxscintilla.o   -o devel\wxscintilla.dll  -lwxmsw28u -lgdi32 -lwxmsw28u C:\CodeBlocks\MinGW\lib\libws2_32.a C:\CodeBlocks\MinGW\lib\libuser32.a C:\CodeBlocks\MinGW\lib\libdnsapi.a
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN4Font6CreateEPKciibbb':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:131: undefined reference to `__imp___ZN19wxEncodingConverter22GetPlatformEquivalentsE14wxFontEncodingi'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl10InitPixMapEiiP7SurfacePv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:243: undefined reference to `__imp___ZN8wxBitmapC1Eiii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl7ReleaseEv':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:250: undefined reference to `__imp__wxNullBitmap'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl9PenColourE15ColourAllocated':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:268: undefined reference to `__imp___ZN5wxPenC1ERK8wxColourii'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl11BrushColourE15ColourAllocated':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:272: undefined reference to `__imp___ZN7wxBrushC1ERK8wxColouri'
.objs\sdk\wxscintilla\src\PlatWX.o: In function `_ZN11SurfaceImpl13FillRectangleE10PRectangle15ColourAllocated':
E:/cb/codeblocks/src/sdk/wxscintilla/src/PlatWX.cpp:314: undefined reference to `__imp___ZN10wxStockGDI6GetPenENS_4ItemE'
.......



Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: Problems when Build: scintilla in Code::Blocks
« Reply #5 on: November 24, 2008, 03:36:39 pm »
Hi,

Quote
-LC:\wxWidgets-2.8.9\lib\gcc_dll -LC:\wxWidgets-2.8.9\lib\gcc_lib
you should not mix static and dynamic libraries.

Dje

Offline linkerlin

  • Single posting newcomer
  • *
  • Posts: 5
Re: Problems when Build: scintilla in Code::Blocks
« Reply #6 on: November 24, 2008, 05:49:31 pm »
It's works.
 :D
Thank you!