Hi after runing ./autogen
and during make I got this:
mkdir .libs
g++ -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include -I/usr/X11R6/include -o .libs/krencoder main.o output.o CONSOLEFONT.o -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib ../engine/.libs/libengine.so ../util/.libs/libutil.a ../gui/.libs/libgui.a ../tinyxml/.libs/libtinyxml.a -lpthread -lpng -lz /usr/lib/libSDL.so /usr/lib/libSDL_image.so -Wl,--rpath -Wl,/usr/local/lib
../engine/.libs/libengine.so: undefined reference to `grinliz::GL_LoadLibrary(char const*)'
../engine/.libs/libengine.so: undefined reference to `grinliz::GL_LoadFunction(void*, char const*)'
collect2: ld returned 1 exit status
make[1]: *** [krencoder] Błąd 1
My system is Debian 4.0
gcc 3.4
atomake 1.9
Because it's missing
../../grinliz/gldynamic.cpp
at the end of engine/Makefile.am
After that you need to run autogen or autoreconf again so Makefile.in gets generated.