Hey,
I have installed Code Blocks nightly build 4893 with wxWidgets 2.8.7 and MinGW 5.1
I am trying to build the default dialog in wxWidgets application option. But i get an error message that: ld.exe cannot find -lwxmswd_core...
The build log is as follows:
----------------------------------------
mingw32-g++.exe -LD:\Projects\wxWidgets-2.8.7\lib\gcc_dll -LD:\MinGW\lib -LD:\Projects\wxWidgets-2.8.7\lib\codeblocks -o bin\Debug\project1.exe obj\Debug\project1Main.o obj\Debug\project1App.o obj\Debug\resource.res -lwxmsw28d_core -lwxbase28d -lwxpngd -lwxzlibd -mwindows
D:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lwxmsw28d_core
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 3 seconds)
1 errors, 0 warnings
My wxWidgets is at D:\Projects\wxWidgets-2.8.7
MinGw is at D:\MinGW
CodeBlocks is at D:\Projects
I followed the steps given in this tutorial:
http://www.seebeck.com.ve/wink.htmlCan someone please help?

I seriously want to build project with dialog in CB for my cross platform frontend project...
