Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jose on September 20, 2012, 10:45:50 pm

Title: cannot find -lwxmsw28u
Post by: jose on September 20, 2012, 10:45:50 pm
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
Title: Re: cannot find -lwxmsw28u
Post by: oBFusCATed on September 20, 2012, 11:08:53 pm
You have to build wxwidgets from source, search the wiki for details or go to the wxwidget's documentation.
Title: Re: cannot find -lwxmsw28u
Post by: Jenna on September 20, 2012, 11:09:37 pm
You need to build wxWidgets on your system (or use wxPack) : http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef (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 (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows#Compile_Code::Blocks) .
Title: Re: cannot find -lwxmsw28u
Post by: jose on September 20, 2012, 11:11:32 pm
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