[2.3] makefile install error

Problems building or running the engine, queries about how to use features etc.
Post Reply
nqdev
Gnoblar
Posts: 20
Joined: Sun Sep 09, 2018 12:59 am

[2.3] makefile install error

Post by nqdev »

Using 2.3, GL3Plus, Linux, I've updated my Ogre install (git pull), did a make, all built fine, but then upon "make install" I get the following:

Code: Select all

...
-- Up-to-date: /opt/ogre/include/OGRE/RenderSystems/GL3Plus/OgreGLSLShaderFactory.h
-- Up-to-date: /opt/ogre/include/OGRE/RenderSystems/GL3Plus/OgreGLSLShaderManager.h
CMake Error at RenderSystems/GL3Plus/cmake_install.cmake:269 (file):
  file INSTALL cannot find
  "/home/dev/tools/ogre/RenderSystems/GL3Plus/GLX": No such file or
  directory.
Call Stack (most recent call first):
  RenderSystems/cmake_install.cmake:42 (include)
  cmake_install.cmake:115 (include)


make: *** [Makefile:150: install] Error 1
I also rebuilt everything after a clean but got same results. Thoughts?
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: [2.3] makefile install error

Post by dark_sylinc »

I messed with this yesterday, obviously I made a mistake because it should say /home/dev/tools/ogre/RenderSystems/GL3Plus/include/GLX but that's 'include/' part is missing
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: [2.3] makefile install error

Post by dark_sylinc »

Please try again. Sorry for the troubles.
nqdev
Gnoblar
Posts: 20
Joined: Sun Sep 09, 2018 12:59 am

Re: [2.3] makefile install error

Post by nqdev »

No troubles, thanks for your work! Confirmed back to installing again.
Post Reply