News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Cannot compile codeblocks on FC5

Started by pgava, April 18, 2006, 05:05:11 PM

Previous topic - Next topic

pgava

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

yop

Life would be so much easier if we could just look at the source code.

mandrav

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.
Be patient!
This bug will be fixed soon...

TheTuxKeeper

Quote from: mandrav on April 18, 2006, 06:12:07 PM
I strongly suggest though you build a current revision. 1.0rc2 is too old now and will soon be replaced. Take a look here.
Or take the fedora core 4 nightly build package which also works on FC5 ;)
Nightly builds for openSUSE

Gabriel Flepp

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