Hello everyone, especially Hailstone!
I maybe wanted to try to make an In-Game map-editor (Try because I know neither OpenGL nor libUFO and don't know if I can do it) and since we should use libUFO now, I wanted to compile libUFO first, but the problem is, that:
*) ./autogen.sh gives me many errors
*) if I run make, it says
Making all in include
make[1]: Entering directory `/home/robert/games/glestadv/ufo-0.8.4/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/robert/games/glestadv/ufo-0.8.4/include'
Making all in src
make[1]: Entering directory `/home/robert/games/glestadv/ufo-0.8.4/src'
depbase=`echo uabstractcontext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DUFO_BUILDING_DLL -I. -I../include/ufo/config -g -O2 -DUFO_TARGET_OPENGL -I../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT uabstractcontext.lo -MD -MP -MF $depbase.Tpo -c -o uabstractcontext.lo uabstractcontext.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
../libtool: line 454: CDPATH: command not found
../libtool: line 1132: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
make[1]: *** [uabstractcontext.lo] Error 63
make[1]: Leaving directory `/home/robert/games/glestadv/ufo-0.8.4/src'
make: *** [all-recursive] Error 1
Running aclocal in the source folder does not help, what can I do?