I tried to compile the library on my linux system, but there's maybe an error in the configure script, or you are using a different automake / conf version.
I tried ./configure running into that error:
Code: Select all
snorre@snorre ~/cegui/cegui_mk2 $ ./configure
./configure: line 1308: syntax error near unexpected token `CEGUI,'
./configure: line 1308: `AM_INIT_AUTOMAKE(CEGUI, 0.01)'
After that - I tried to run autoconf myself - ok - no error.
Next step:
automake
Code: Select all
snorre@snorre ~/cegui/cegui_mk2 $ automake
configure.ac: 4: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake-1.5: configure.ac: required file `./install-sh' not found
automake-1.5: configure.ac: required file `./mkinstalldirs' not found
automake-1.5: configure.ac: required file `./missing' not found
configure.ac: 10: required file `./ltmain.sh' not found
configure.ac: 10: required file `./config.guess' not found
configure.ac: 10: required file `./config.sub' not found
automake-1.5: Makefile.am: required file `./INSTALL' not found
automake-1.5: Makefile.am: required file `./NEWS' not found
automake-1.5: Makefile.am: required file `./README' not found
automake-1.5: Makefile.am: required file `./COPYING' not found
automake-1.5: Makefile.am: required file `./AUTHORS' not found
automake-1.5: Makefile.am: required file `./ChangeLog' not found
automake-1.5: configure.ac: required file `./depcomp' not found
Someone got a idea whats wrong?
cheers,
Sven
[edit] Forgot to add my version number in the post:
autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.5