[BUG]CEGuiSample.h is not supposed to exist
Posted: Wed Aug 07, 2013 17:55
I'm building CEGUI 0.8.2 on Linux. 98% of the build works, but this error kills the build and prevents "make install" from working. Looking at the sources, it appears that CEGuiSample.h is not supposed to exist and CEGuiDirectFBBaseApplication.cpp is using the wrong header file name. I can't find any other reference to it in the sources. The Mercurial repository also has the same problem.
Code: Select all
[ 98%] Building CXX object samples_framework/CMakeFiles/CEGUISampleFramework-0.8.dir/src/CEGuiDirectFBBaseApplication.cpp.o
/home/bvanevery/devel/cegui-0.8.2/samples_framework/src/CEGuiDirectFBBaseApplication.cpp:37:25: fatal error: CEGuiSample.h: No such file or directory
compilation terminated.
make[2]: *** [samples_framework/CMakeFiles/CEGUISampleFramework-0.8.dir/src/CEGuiDirectFBBaseApplication.cpp.o] Error 1
make[2]: Target `samples_framework/CMakeFiles/CEGUISampleFramework-0.8.dir/build' not remade because of errors.
make[1]: *** [samples_framework/CMakeFiles/CEGUISampleFramework-0.8.dir/all] Error 2
make[1]: Target `all' not remade because of errors.
make: *** [all] Error 2
make: Target `default_target' not remade because of errors.
bvanevery@nomad:~/devel/build/cegui-0.8.2$