News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Installing Code::Blocks from source on Windows

Started by BtM, February 14, 2012, 05:48:39 PM

Previous topic - Next topic

BtM

hi,
I retrieved the latest version of CB from SVN
and Followed the (very clear) instructions given here
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows
lots of warnings during compilation but no errors
but when I run the resulting exe I get the message in the attached screen grab
neither version 10.05 nor the nightly version need this to be on the path or in the CB directory and I wonder what am I doing wrong :'(
thanks
_Ben
using CB 10.05 for compilation and TDM-GCC 4.6.1-tdm-1 (SJLJ) as tool chain

stahta01

You need to copy the mingw DLLs from the Compiler bin folder that was used to Compile Code::Blocks to the devel folder then redo the script/batch file.
Note: The same Compiler is strongly suggested to have compiled wxWidgets.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

BtM

thanks will try first to copy and then to recompile (it takes a long time)

stahta01

Quote from: BtM on February 14, 2012, 06:07:32 PM
thanks will try first to copy and then to recompile (it takes a long time)

You DO NOT need to re-compile CB to fix your last problem.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]