Author Topic: Cannot compile CodeBlocks under Win32  (Read 3217 times)

netzmeister

  • Guest
Cannot compile CodeBlocks under Win32
« on: March 06, 2006, 01:49:40 am »
Hello,
i've downloaded the HEAD-Version (SVN), but i cannot compile it.
Code
Creating library file: devel\libcodeblocks.a
.objs\2.6\sdk\annoyingdialog.o(.text+0x15f): In function `ZN14AnnoyingDialogC2ERK8wxStringS2_S0_NS_6dStyleEibS2_S2_S2_':
D:/Entwicklung/codeblocks/src/sdk/annoyingdialog.cpp:35: undefined reference to `_imp__wxDialogNameStr'
.objs\2.6\sdk\annoyingdialog.o(.text+0x18e):D:/Entwicklung/codeblocks/src/sdk/annoyingdialog.cpp:35: undefined reference to `_imp__wxDefaultSize'
.objs\2.6\sdk\annoyingdialog.o(.text+0x197):D:/Entwicklung/codeblocks/src/sdk/annoyingdialog.cpp:35: undefined reference to `_imp__wxDefaultPosition'
I use the compiled wxWidget from "http://paginas.terra.com.br/informatica/mauricio/codeblocks/".

Any suggestions?

Thx, netzmeister

netzmeister

  • Guest
Re: Cannot compile CodeBlocks under Win32
« Reply #1 on: March 06, 2006, 02:23:04 am »
Ahh it works..
who can read is in advantage  8)   (http://forums.codeblocks.org/index.php?topic=1701.0)

Thx..