• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Error RME debian

binny

Member
Joined
Mar 16, 2017
Messages
65
Reaction score
12
I'm trying to compile RME on debian but i got this error, is anybody know how to fix this?

cmake ..
Code:
-- Boost version: 1.62.0
-- Found the following Boost libraries:
--   thread
--   system
--   chrono
--   date_time
--   atomic
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find GLUT (missing: GLUT_glut_LIBRARY GLUT_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.7/Modules/FindGLUT.cmake:116 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:29 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/binny/rme/build/CMakeFiles/CMakeOutput.log".
See also "/home/binny/rme/build/CMakeFiles/CMakeError.log".

bump
 
Last edited by a moderator:
Is GLUT installed and linked properly?

Is this:
apt-get install libghc-glut-dev
Code:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following package was automatically installed and is no longer required:
  libssl-doc
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
  ghc libbsd-dev libffi-dev libghc-fixed-dev libghc-gluraw-dev
  libghc-half-dev libghc-objectname-dev libghc-opengl-dev
  libghc-openglraw-dev libghc-statevar-dev libghc-stm-dev
  libghc-text-dev
Suggested packages:
  ghc-prof ghc-doc haskell-doc llvm-3.7 libghc-fixed-doc
  libghc-fixed-prof libghc-gluraw-doc libghc-gluraw-prof libghc-glut-doc
  libghc-glut-prof libghc-half-doc libghc-half-prof
  libghc-objectname-doc libghc-objectname-prof libghc-opengl-doc
  libghc-opengl-prof libghc-openglraw-doc libghc-openglraw-prof
  libghc-statevar-doc libghc-statevar-prof libghc-stm-doc
  libghc-stm-prof libghc-text-doc libghc-text-prof
The following NEW packages will be installed:
  ghc libbsd-dev libffi-dev libghc-fixed-dev libghc-gluraw-dev
  libghc-glut-dev libghc-half-dev libghc-objectname-dev
  libghc-opengl-dev libghc-openglraw-dev libghc-statevar-dev
  libghc-stm-dev libghc-text-dev
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.0 MB of archives.
After this operation, 682 MB of additional disk space will be used.
Do you want to continue? [Y/n]

???
 
Is this:
apt-get install libghc-glut-dev
Code:
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following package was automatically installed and is no longer required:
  libssl-doc
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
  ghc libbsd-dev libffi-dev libghc-fixed-dev libghc-gluraw-dev
  libghc-half-dev libghc-objectname-dev libghc-opengl-dev
  libghc-openglraw-dev libghc-statevar-dev libghc-stm-dev
  libghc-text-dev
Suggested packages:
  ghc-prof ghc-doc haskell-doc llvm-3.7 libghc-fixed-doc
  libghc-fixed-prof libghc-gluraw-doc libghc-gluraw-prof libghc-glut-doc
  libghc-glut-prof libghc-half-doc libghc-half-prof
  libghc-objectname-doc libghc-objectname-prof libghc-opengl-doc
  libghc-opengl-prof libghc-openglraw-doc libghc-openglraw-prof
  libghc-statevar-doc libghc-statevar-prof libghc-stm-doc
  libghc-stm-prof libghc-text-doc libghc-text-prof
The following NEW packages will be installed:
  ghc libbsd-dev libffi-dev libghc-fixed-dev libghc-gluraw-dev
  libghc-glut-dev libghc-half-dev libghc-objectname-dev
  libghc-opengl-dev libghc-openglraw-dev libghc-statevar-dev
  libghc-stm-dev libghc-text-dev
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.0 MB of archives.
After this operation, 682 MB of additional disk space will be used.
Do you want to continue? [Y/n]

???

Read what it tells you;
Do you want to continue? [Y/n]
So hit y and enter.
 
No bro, i just was asking if that was what u said for i use, the right library...

0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.0 MB of archives.
After this operation, 682 MB of additional disk space will be used.
Do you want to continue? [Y/n]

It wants to install it, just press y and enter.
 
Back
Top