Author Topic: Bootstrap failing with Autoheader error?!  (Read 5325 times)

dmccall

  • Guest
Bootstrap failing with Autoheader error?!
« on: February 15, 2007, 04:32:44 am »
I grabbed the latest Code::Blocks from SVN a while ago and I have updated it today.
Both when I first got it and now, I get the following error when I run bootstrap:

autoheader: cannot rename /tmp/ahnz9878/config.hin as src/sdk/config.h.in: No such file or directory

Looks to me like a typo, where config.hin should be config.h.in. I have no idea how to fix this, though, and I find it hard to believe that such an error would persist.

Help, please?
Thanks in advance! I'm excited to try this IDE.

I am doing this with Ubuntu Linux 7.04; the Feisty Fawn development version. (Don't worry too much if this is in fact a distro problem; it's my own own fault for running a dev version).

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Bootstrap failing with Autoheader error?!
« Reply #1 on: February 15, 2007, 04:38:17 pm »
autoheader: cannot rename /tmp/ahnz9878/config.hin as src/sdk/config.h.in: No such file or directory
Clean the old src folder (delete it).
Do y fresh SVN checkout. The reason can be old files left from a version before the new directory layout.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ