Author Topic: Cannot compile codeblocks on FC5  (Read 7377 times)

pgava

  • Guest
Cannot compile codeblocks on FC5
« 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

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Cannot compile codeblocks on FC5
« Reply #1 on: April 18, 2006, 05:49:54 pm »
How did you try to compile it?
Life would be so much easier if we could just look at the source code.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Cannot compile codeblocks on FC5
« Reply #2 on: April 18, 2006, 06:12:07 pm »
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...

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: Cannot compile codeblocks on FC5
« Reply #3 on: April 18, 2006, 06:24:16 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

  • Guest
Re: Cannot compile codeblocks on FC5
« Reply #4 on: May 30, 2006, 12:11:23 pm »
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