I followed all the instructions in the wiki (Installing Code::Blocks from source on Windows) but whenever I build there will be a error with ld.exe. The first time came out Cannot find -lcodeblocks and is somehow fixed after copying the plugins folder from the source to \devel\share\CodeBlocks\ and 8.02 Binary release of Codeblocks to /devel/. Now it comes up a error saying Cannot find -depslib. I found a depslib folder in \plugins\compilergcc\. Both errors have this line in the build log: Linking dynamic library: devel\share\CodeBlocks\plugins\compiler.dll. What do I do now?
Using Windows XP and source is from SVN. Using wxMSW-2.8.10 not wxWidgets-2.8.10 but it shows the same error anyway.