Compilation error with latest svn 181 on ubuntu 7.10

Marco Simioni m.simioni at gmail.com
Wed Sep 10 16:11:02 UTC 2008


Hi, i'm having issues trying to compile latest svn revision 181 on ubuntu 7.10.

Following these commands:

**************
svn checkout http://dev.coova.org/svn/coova-chilli/
cd coova-chilli
sh bootstrap
./configure --prefix=/usr
make
**************

make returns with the following error:

**************
root at izc:/usr/src/coova-chilli# make
make[1]: Entering directory `/usr/src/coova-chilli'
cd . && autoheader
configure.in:18: warning: AC_ARG_PROGRAM invoked multiple times
make[1]: Leaving directory `/usr/src/coova-chilli'
cd . \
          && CONFIG_FILES= CONFIG_HEADERS=[config.h] \
             /bin/bash ./config.status
config.status: error: cannot find input file: [config.h].in
make: *** [stamp-h] Error 1
**************

i have to manually replace "CONFIG_HEADERS=[config.h]" with
"CONFIG_HEADERS=[config.h]" in Makefile, then it compiles succesfully.

Someone having the same compilation issue? What am i missing?

Thank you,

Marco



More information about the Chilli mailing list