Search found 4 matches
- Thu Apr 10, 2014 18:50
- Forum: Help
- Topic: [SOLVED] Problem updating a code. Help please.
- Replies: 8
- Views: 7022
Re: [SOLVED] Problem updating a code. Help please.
for 1) if some cegui dependencies use some newer version than debian has in their repo, you will have some funny time... but whatever the distro you are using, sometime you have no other choice... do you know how to use cmake ? cegui has a very good cmake menu, if you download the stable release so...
- Thu Apr 10, 2014 14:01
- Forum: Help
- Topic: [SOLVED] Problem updating a code. Help please.
- Replies: 8
- Views: 7022
Re: Problem updating a code. Help please.
Yes, i got it from debian repository this way apt-get install libogre-1.9-dev But i think i found were was the problem. I did not update the include ogre.h line. It was #include<Ogre.h> but it should be #include<OGRE/Ogre.h>. It changed. I'm going to try with that and if it continues i'll be back. :D
- Thu Apr 10, 2014 04:01
- Forum: Help
- Topic: [SOLVED] Problem updating a code. Help please.
- Replies: 8
- Views: 7022
Re: Problem updating a code. Help please.
Sorry for posting in the wrong place. Thanks for the info. It is still not working. However i think i found something. I checked on the ogre forum and the problem with the OgreCEGUIRenderer.h file was solved by updating the code to CEGUI 0.7. I'm trying to update the code to use cegui 0.7. I got ceg...
- Tue Apr 08, 2014 22:26
- Forum: Help
- Topic: [SOLVED] Problem updating a code. Help please.
- Replies: 8
- Views: 7022
[SOLVED] Problem updating a code. Help please.
Hello, I'm new here. I'm trying to update the code for a game that i found. It all was going fine but i have a problem with the OgreCEGUIRenderer.h. I'm working on debian Jessie and that OgreCEGUIRenderer.h is not available there. The line of code that is causing trouble right now is the following: ...