Code::Blocks Forums

User forums => Help => Topic started by: chizu on August 19, 2010, 06:49:57 pm

Title: Programs will not compile / Build log is empty
Post by: chizu on August 19, 2010, 06:49:57 pm
I know there's similar topics floating around this board, but I feel I can shed some more light on this.

A few days ago I installed Codeblocks on my laptop (Windows 7 32-bit) and Codeblocks worked wonderfully.

Just today, I installed the same identical version on my desktop (Windows 7 64-bit), and whenever I try to compile, build, etc, nothing happens. The build log stays completely blank and no executable is created. I've tried using various C compilers that Codeblocks offers, but the result is always the same.

If I copy these .c files, though, and put them on my laptop, Codeblocks successfully compiles them.

Any help is appreciated.
Title: Re: Programs will not compile / Build log is empty
Post by: stahta01 on August 19, 2010, 08:43:56 pm
I've tried using various C compilers that Codeblocks offers ...

Code::Blocks is NOT an Compiler!!
Verify your Computer HAS a Compiler Installed!!
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_Code::Blocks_is_not.3F

Tim S.