Search found 6 matches
- Mon Jun 20, 2016 20:03
- Forum: Help
- Topic: FindCEGUI.cmake Doesn't Work on Debian
- Replies: 7
- Views: 7499
Re: FindCEGUI.cmake Doesn't Work on Debian
Hey :D, I'm using Debian or rather the Linux Mint Debian Distrubution, and I had no problems with using CMake to compile CEGUI. So the problem should be a client specific problem. I've already narrowed down the issue, and it seems to be with how the Debian maintainer is doing things. This would mea...
- Mon Jun 20, 2016 19:06
- Forum: Help
- Topic: FindCEGUI.cmake Doesn't Work on Debian
- Replies: 7
- Views: 7499
Re: FindCEGUI.cmake Doesn't Work on Debian
Hey :D, I'm using Debian or rather the Linux Mint Debian Distrubution, and I had no problems with using CMake to compile CEGUI. So the problem should be a client specific problem. I've already narrowed down the issue, and it seems to be with how the Debian maintainer is doing things. This would mea...
- Mon Jun 13, 2016 18:13
- Forum: Help
- Topic: FindCEGUI.cmake Doesn't Work on Debian
- Replies: 7
- Views: 7499
Re: FindCEGUI.cmake Doesn't Work on Debian
yaronct wrote:Deathsbreed: Which debian version and which cegui version?
Sorry, forgot to say that. I'm currently using the CEGUI from the Debian Testing/Stretch repos, currently at v0.8.7.
- Mon Jun 13, 2016 15:20
- Forum: Help
- Topic: FindCEGUI.cmake Doesn't Work on Debian
- Replies: 7
- Views: 7499
FindCEGUI.cmake Doesn't Work on Debian
The project I'm working on is going to be using CEGUI for the GUI of our game (not surprising, CEGUI seems to be the only good GUI framework in C++ out there), and our project uses the CMake build system. My comrade uses a Fedora machine while I use Debian GNU/Linux, on his machine the FindCEGUI.cma...
- Fri Apr 01, 2016 20:03
- Forum: Help
- Topic: Use of cmake
- Replies: 3
- Views: 7264
Re: Use of cmake
Okay, so I managed to get the FindCEGUI.cmake from before working, the issue with it is that it makes the include path /usr/include/cegui-0.8.4/CEGUI/ when the CEGUI.h header refers to files such as CEGUI/Affector.h, which means that it does not exist to the compiler. What I did is that I grabbed a ...
- Thu Mar 31, 2016 10:03
- Forum: Help
- Topic: Use of cmake
- Replies: 3
- Views: 7264
Re: Use of cmake
Hello, I've also been having this issue with the Debian repo version of CEGUI. Creating a Symbolic link (as mpreisler suggests in the excerpt quoted by Kulik) works, however I wouldn't call that a complete solution. I am not sure if this naming convention for the include directory has to do with Deb...