2.3 install error on OpenSuse Tumbleweed

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
libolt
Greenskin
Posts: 126
Joined: Wed Jan 19, 2005 4:48 am
x 9

2.3 install error on OpenSuse Tumbleweed

Post by libolt »

Hi,

The last couple of days I have pulled the latest git for 2.3 and it builds successfully. However, I get the following error when running make install:

Code: Select all

-- Up-to-date: /home/libolt/usr/ogre-2.3-sdk/include/OGRE/RenderSystems/GL3Plus/OgreGLSLShaderManager.h
CMake Error at RenderSystems/GL3Plus/cmake_install.cmake:274 (file):
  file INSTALL cannot find
  "/home/libolt/builds/ogre-build/ogre-2.3/RenderSystems/GL3Plus/GLX": No
  such file or directory.
Call Stack (most recent call first):
  RenderSystems/cmake_install.cmake:47 (include)
  cmake_install.cmake:120 (include)


make: *** [Makefile:127: install] Error 1
User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 449
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 156

Re: 2.3 install error on OpenSuse Tumbleweed

Post by sercero »

Perhaps its the same thing reported on this thread:
viewtopic.php?f=2&t=96156
libolt
Greenskin
Posts: 126
Joined: Wed Jan 19, 2005 4:48 am
x 9

Re: 2.3 install error on OpenSuse Tumbleweed

Post by libolt »

Yes, that fixed it. Thank you. I apologize for the noise. I missed the other post.
Post Reply