News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

cannot find -lwxmsw28u

Started by jose, September 20, 2012, 10:45:50 PM

Previous topic - Next topic

jose

c :/ mingw32/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: can not find-lwxmsw28u

I'm trying to compile the source code of codeblocks, however I get this message.
In the directory C: \ mingw32 \ CodeBlocks \ i found wxmsw28u_gcc_cb.dll, but i can't find lwxmsw28u.dll
Have i  Can someone help? thank you

oBFusCATed

You have to build wxwidgets from source, search the wiki for details or go to the wxwidget's documentation.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

You need to build wxWidgets on your system (or use wxPack) : http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef .
Using a selfcompiled wxWidgets is normally the best way, because you will run in trouble, if the wx-binaries (e.g. wxPack) are not compiled with the same compiler version you use.


To compile C::B you canread this article (just the unicode-part), it should be helpful, even if it is a little bit outdated : http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#Compile_Code::Blocks .

jose

#3
yes i have build wxwidgets width no problem i think.
thank you for this information
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#Compile_Code::Blocks .
that's good information