Removed

Problems building or running the engine, queries about how to use features etc.
Post Reply
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:33 pm, edited 1 time in total.
hedphelym
Gremlin
Posts: 180
Joined: Tue Nov 25, 2008 10:58 am
Location: Kristiansand, Norway
x 23
Contact:

Re: Cannot compile Ogre3D V2.1 without errors.

Post by hedphelym »

Did you run cmake again after fetching the dependencies? (clean the build folder and run cmake again).
If not - do that and try again.
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:34 pm, edited 1 time in total.
hedphelym
Gremlin
Posts: 180
Joined: Tue Nov 25, 2008 10:58 am
Location: Kristiansand, Norway
x 23
Contact:

Re: Cannot compile Ogre3D V2.1 without errors.

Post by hedphelym »

it says they are 'OPTIONAL' in the cmake log - so you can get things working without them.

I did this yesterday, cloned ogre source, cloned dependencies, ran cmake for the dependencies, open the solution, build release \ debug, then
make sure the 'install' prjoject is built.

Then ran cmake on Ogre, built that, you have to build the dependencies before running cmake on the ogre source, if not then it might not configure all features properly, I noticed the example projects does not get configured if dependencies are not built first for example.

I understand it can be a bit frustrating, but you are very close to getting it to work.

If you get stuck again, just write again here.
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:34 pm, edited 1 time in total.
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:35 pm, edited 1 time in total.
hedphelym
Gremlin
Posts: 180
Joined: Tue Nov 25, 2008 10:58 am
Location: Kristiansand, Norway
x 23
Contact:

Re: Cannot compile Ogre3D V2.1 without errors.

Post by hedphelym »

Check this post about how to use it in your own application:

viewtopic.php?f=25&t=92874#p537129

if you run the 'install' project for Ogre it will put all the files in the 'sdk' directory, this then has all the stuff you need,
includes, libs and so on.
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:34 pm, edited 1 time in total.
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:34 pm, edited 1 time in total.
timl132
Kobold
Posts: 27
Joined: Sun Mar 25, 2018 5:57 pm

Removed

Post by timl132 »

Removed

Last edited by timl132 on Sun Jan 08, 2023 9:34 pm, edited 1 time in total.
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5299
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1280
Contact:

Re: Cannot compile Ogre3D V2.1 without errors.

Post by dark_sylinc »

Post Reply