OGRE v14.0.4 + debian gcc 12.0.2 build error

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
sergejj180
Gnoblar
Posts: 2
Joined: Mon Jun 20, 2022 11:49 am

OGRE v14.0.4 + debian gcc 12.0.2 build error

Post by sergejj180 »

i use debian 12.11.0 and compiler gcc 12.0.2-14+deb12u1

I tried to build an ogre v14.0.4 from source code
I get build error:

Code: Select all

/git/ogre/Tests/OgreMain/src/General.cpp:42:10: 
fatal error: OgreSTBICodec.h: No such file or directory 42 | #include "OgreSTBICodec.h"
/git/ogre/Tests/Components/TerrainTests.cpp:39:10: 
fatal error: OgreSTBICodec.h: No such file or directory 39 | #include "OgreSTBICodec.h"

Please help me, if you can fix this.

Thanks in advance for your help.

slapin
Bronze Sponsor
Bronze Sponsor
Posts: 379
Joined: Fri May 23, 2025 5:04 pm
x 26

Re: OGRE v14.0.4 + debian gcc 12.0.2 build error

Post by slapin »

would you please provide complete unmaimed build log from terminal?