[Solved] Missing .h files
Posted: Sun Aug 03, 2014 11:00
Hi, so i managed to somehow begin integrating CEGUI in my project...(yeah, the lack of relevant documentation is not helping)
So i tried the basics that are described in the tutorials, but got many errors due to obsolete documentation. So after many trial and errors, i got something that looked like it would compile, but then the compiler told me there were errors. When i checked what they were...i was surprised that it told me it can't find some .h files included in CEGUI headers. The files are Config.h, ModuleConfig.h and Version.h. All those files are included in some headers but all i could find are files that have a different extention : Confing.h.in, ModuleConfig.h.in and Version.h.in. Not sure if it's a CMake fail or something...but they are present in the .zip file that i downloaded from here.
So i tried the basics that are described in the tutorials, but got many errors due to obsolete documentation. So after many trial and errors, i got something that looked like it would compile, but then the compiler told me there were errors. When i checked what they were...i was surprised that it told me it can't find some .h files included in CEGUI headers. The files are Config.h, ModuleConfig.h and Version.h. All those files are included in some headers but all i could find are files that have a different extention : Confing.h.in, ModuleConfig.h.in and Version.h.in. Not sure if it's a CMake fail or something...but they are present in the .zip file that i downloaded from here.