News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Bootstrap failing with Autoheader error?!

Started by dmccall, February 15, 2007, 04:32:44 AM

Previous topic - Next topic

dmccall

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).

MortenMacFly

Quote from: Picklesworth on February 15, 2007, 04:32:44 AM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]