Git make error

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

Git make error

Post 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!
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Git make error

Post by Jaxad0127 »

Just to be sure, are you using Code::Blocks under Linux?
Image
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

Re: Git make error

Post 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.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Git make error

Post by Jaxad0127 »

Try running autogen -i again.
Image
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

Re: Git make error

Post by blueberry »

Thanks Jaxad, autoreconf -i worked! :)
Post Reply