Code::Blocks Forums
User forums => Help => Topic started by: pgava on April 18, 2006, 05:05:11 pm
-
I downloded codeblocks-1.0rc2.tgz but now when I'm trying to compile it I get this error:
config.status: creating Makefile
.infig.status: error: cannot find input file: Makefile
Any idea?
I'm using Fedora Core 5, gcc 4.1.0
-
How did you try to compile it?
-
The 1.0rc2 tarball contains DOS line-endings in build files by mistake.
Search the forum for ".infig.status" and you 'll find the solution.
Actually, you should have searched before asking. That's why the "Search" button and text control are on the top of every page here...
I strongly suggest though you build a current revision. 1.0rc2 is too old now and will soon be replaced. Take a look here (http://wiki.codeblocks.org/index.php?title=Category:Installation%5CBuild_Instructions).
-
I strongly suggest though you build a current revision. 1.0rc2 is too old now and will soon be replaced. Take a look here (http://wiki.codeblocks.org/index.php?title=Category:Installation%5CBuild_Instructions).
Or take the fedora core 4 nightly build package which also works on FC5 ;)
-
Hi,
I just had the same problem. Some files are in [dos] format. If you convert them to
unix configure should work fine.
Anyway: make produces errors too (file.h:line ...extra qualification....). Correct these
and make will work too