'HlmsTextureExportListener' has not been declared

Problems building or running the engine, queries about how to use features etc.
Post Reply
rrl
Halfling
Posts: 78
Joined: Sun Jun 04, 2017 12:33 am

'HlmsTextureExportListener' has not been declared

Post by rrl »

Trying to build 2.1 on a new machine and running into the following ...

Code: Select all

[  9%] Building CXX object OgreMain/CMakeFiles/OgreMain.dir/src/OgreForwardPlusBase.cpp.o
In file included from /home/me/proj/ogre-v2-1/OgreMain/src/OgreForward3D.cpp:42:0:
/home/me/proj/ogre-v2-1/OgreMain/include/OgreHlms.h:388:45: error: 'HlmsTextureExportListener' has not been declared
                                             HlmsTextureExportListener *listener );
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/build.make:975: OgreMain/CMakeFiles/OgreMain.dir/src/OgreForward3D.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/me/proj/ogre-v2-1/OgreMain/src/OgreForwardClustered.cpp:47:0:
/home/me/proj/ogre-v2-1/OgreMain/include/OgreHlms.h:388:45: error: 'HlmsTextureExportListener' has not been declared
                                             HlmsTextureExportListener *listener );
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/me/proj/ogre-v2-1/OgreMain/src/OgreForwardPlusBase.cpp:39:0:
/home/me/proj/ogre-v2-1/OgreMain/include/OgreHlms.h:388:45: error: 'HlmsTextureExportListener' has not been declared
                                             HlmsTextureExportListener *listener );
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/build.make:999: OgreMain/CMakeFiles/OgreMain.dir/src/OgreForwardClustered.cpp.o] Error 1
make[2]: *** [OgreMain/CMakeFiles/OgreMain.dir/build.make:1023: OgreMain/CMakeFiles/OgreMain.dir/src/OgreForwardPlusBase.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:86: OgreMain/CMakeFiles/OgreMain.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
Am I missing something?
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: 'HlmsTextureExportListener' has not been declared

Post by dark_sylinc »

Ooops. I broke that today.

Fixed.

Thanks for the feedback.
Post Reply