I've just checked out the CVS
I did ./autogen.sh
then make
And I got the following errors
g++ -DPACKAGE_NAME=\"Kyra\" -DPACKAGE_TARNAME=\"kyra\"
-DPACKAGE_VERSION=\"2.0.7\" "-DPACKAGE_STRING=\"Kyra
2.0.7\""
-DPACKAGE_BUGREPORT=\"kyra-general@lists.sourceforge.net\"
-DPACKAGE=\"Kyra\" -DVERSION=\"2.0.7\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1
-DHAVE_MALLOC=1 -DHAVE_VPRINTF=1 -DHAVE_ATEXIT=1
-DHAVE_MEMSET=1 -DHAVE_STRCHR=1 -DHAVE_STRRCHR=1
-DHAVE_STRSTR=1 -DHAVE_STRTOUL=1 -I. -I. -g -O2
-I/usr/include/SDL -D_REENTRANT -I/usr/local/include
-I/usr/X11R6/include -Wp,-MD,.deps/glmemorypool.pp -c
glmemorypool.cpp -fPIC -DPIC -o .libs/glmemorypool.o
glmemorypool.cpp: In member function `void
GlMemoryPool::NewBlock()':
glmemorypool.cpp:125: error: name lookup of `i' changed
for new ISO `for'
scoping
glmemorypool.cpp:121: error: using obsolete binding
at `i'
make[1]: *** [glmemorypool.lo] Error 1
make[1]: Leaving directory `/home/grahame/kyra/util'
make: *** [all-recursive] Error 1
I'm using
gcc 3.3.3
automake 1.4 (I have access to other versions)
autoconf 2.59
This is with Linux (Debian/Unstable)