Search found 3 matches
- Wed Jul 10, 2013 20:54
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Problems with CELayout compilarion
- Replies: 0
- Views: 4277
Problems with CELayout compilarion
First of all, I don't know where put this post. I have a problem with CELayout Editor, when I compile it (I use GNU/Linux(Ubuntu 13.04), this error show me: NOTE: My system is in spanish, so I translate error message from spanish /usr/bin/ld: EditorCanvas.o: reference undefined to symbol 'gluPerspec...
- Wed Jul 10, 2013 20:39
- Forum: Help
- Topic: problems with OGRE 1.7.4 and CEGUI 0.7.9
- Replies: 1
- Views: 2712
Re: problems with OGRE 1.7.4 and CEGUI 0.7.9
I solved it! I change the header: #include <CEGUI/CEGUI.h> #include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h> to #include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h> #include <CEGUI/CEGUI.h> The errors continue appear but now it compile and run :D I have other question but I am going to ...
- Tue Jul 09, 2013 21:00
- Forum: Help
- Topic: problems with OGRE 1.7.4 and CEGUI 0.7.9
- Replies: 1
- Views: 2712
problems with OGRE 1.7.4 and CEGUI 0.7.9
Hello everybody. I have a problem with CEGUI (0.7.9)and OGRE (1.7.4). It seem how Eclipse don't find CEGUI 0.7.9. First of all, I use Linux(Ubuntu 13.04), Eclipse juno. I compiled (from the source) both Ogre and CEGUI. In order to compile CEGUI I execute the next commands. $ ./bootstrap && m...