I managed to get the configure script to work and give me opengl rendering (I plan to use it with sdl) however I seem to be unable to do the make step.
Code: Select all
make[1]: Entering directory `/home/Ben/CEGUI-0.5.0/src'
if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I.. -Id:/dev/MinGW/include/freetype2 -Id:/dev/MinGW/include -g -O2 -MT CEGUIExceptions.lo -MD -MP -MF ".deps/CEGUIExceptions.Tpo" \
-c -o CEGUIExceptions.lo `test -f 'CEGUIExceptions.cpp' || echo './'`CEGUIExceptions.cpp; \
then mv -f ".deps/CEGUIExceptions.Tpo" ".deps/CEGUIExceptions.Plo"; \
else rm -f ".deps/CEGUIExceptions.Tpo"; exit 1; \
fi
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I.. -Id:/dev/MinGW/include/freetype2 -Id:/dev/MinGW/include -g -O2 -MT CEGUIExceptions.lo -MD -MP -MF .deps/CEGUIExceptions.Tpo -c CEGUIExceptions.cpp -DDLL_EXPORT -DPIC -o .libs/CEGUIExceptions.o
CEGUIExceptions.cpp: In destructor `CEGUI::Exception::~Exception()':
CEGUIExceptions.cpp:54: internal compiler error: in rest_of_handle_final, at toplev.c:2064
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make[1]: *** [CEGUIExceptions.lo] Error 1
make[1]: Leaving directory `/home/Ben/CEGUI-0.5.0/src'
make: *** [all-recursive] Error 1
All I'm really trying to do is get a working libary for use with eclipse, so if anyone has a better suggestion that trying to make with msys feel free to correct the errors of my ways.
As to the error I am utterly clueless as to where to go next, this is with the 5.0 version from the download page. If noone has any ideas I'm going to try again after getting the latest snapshot in the hopes things have changed.
Ben