Hi, i'm getting this error if i use this option, every other option works well (opengl, sdl, sdlimage, allegro...).
The configure script ends succesfully but when i do make:
lxuser@localhost guichan-0.3.0-src $ make
Making all in include
make[1]: Entering directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include'
make all-recursive
make[2]: Entering directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include'
Making all in guichan
make[3]: Entering directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include/guichan'
Making all in x
make[4]: Entering directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include/guichan/x'
make[4]: *** No rule to make target `ximage.hpp', needed by `all-am'. Stop.
make[4]: Leaving directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include/guichan/x'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include/guichan'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/lxuser/TheManaWorld/guichan-0.3.0-src/include'
make: *** [all-recursive] Error 1