Ogitor build for 1.10

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
User avatar
tod
Troll
Posts: 1394
Joined: Wed Aug 02, 2006 9:41 am
Location: Bucharest
x 94
Contact:

Ogitor build for 1.10

Post by tod »

Does someone have an Ogitor build that works with Ogre 1.10? I'm tired of fixing build issues .... :oops:
paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: Ogitor build for 1.10

Post by paroj »

which sources do you use? this should be in a buildable state:
https://github.com/OGRECave/ogitor
User avatar
tod
Troll
Posts: 1394
Joined: Wed Aug 02, 2006 9:41 am
Location: Bucharest
x 94
Contact:

Re: Ogitor build for 1.10

Post by tod »

I've tried that. VS 2017, 64 bit, no boost, only OpenGL3+.
I get lots of missing boost includes/libs, a lot of errors related to missing operator * on Vector classes, and many others. That's after fumbling with CMake for 3-4 hours to get it to generate the project.

I only need a terrain editor, even a simple one, compatible with Ogre 1.10 - 64 bit, or even lower (i would like to have compression available).
paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: Ogitor build for 1.10

Post by paroj »

ogitor currently requires boost-filesystem, boost-regex and the GL RenderSystem.

If you patch it to work without it, please create a PR.
User avatar
tod
Troll
Posts: 1394
Joined: Wed Aug 02, 2006 9:41 am
Location: Bucharest
x 94
Contact:

Re: Ogitor build for 1.10

Post by tod »

What about thread and datetime? Are those required or is cmake reading something wrong from the configuration files?
paroj
OGRE Team Member
OGRE Team Member
Posts: 1995
Joined: Sun Mar 30, 2014 2:51 pm
x 1075
Contact:

Re: Ogitor build for 1.10

Post by paroj »

boost thread (and thus datetime) seems to be used by OFS - although not explicitly requested by CMake.
Post Reply