Page 1 of 1

Git make error

Posted: 10 Jan 2009, 13:38
by blueberry
Hi!

I tried to compile the lastest git versions but failed:
cd . && /bin/sh /home/user/TMW/eathena/missing --run automake-1.10 --gnu
configure.ac:23: required file `./config.guess' not found
configure.ac:23: `automake --add-missing' can install `config.guess'
configure.ac:23: required file `./config.rpath' not found
configure.ac:23: required file `./config.sub' not found
configure.ac:23: `automake --add-missing' can install `config.sub'
configure.ac:23: required file `./ABOUT-NLS' not found
make: *** [Makefile.in] Fehler 1
QOAL told me that this could be a problem with the latest tmw.cbp -file, but i have no clue how to fix that. Please help!

Re: Git make error

Posted: 10 Jan 2009, 14:13
by Jaxad0127
Just to be sure, are you using Code::Blocks under Linux?

Re: Git make error

Posted: 11 Jan 2009, 02:22
by blueberry
No, i use the standard GNU make (Version 3.81). The problem occured approximately 3 git updates ago, before all was went fine.

Re: Git make error

Posted: 11 Jan 2009, 02:23
by Jaxad0127
Try running autogen -i again.

Re: Git make error

Posted: 11 Jan 2009, 03:18
by blueberry
Thanks Jaxad, autoreconf -i worked! :)