• 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 Ubuntu - compiling Remere's Map Editor

xlucha

New Member
Joined
Nov 4, 2012
Messages
44
Reaction score
3
Hello

I try to compiling Map editor from https://github.com/hjnilsson/rme

i use

git clone https://github.com/hjnilsson/rme
cd /rme
mkdir build & cd build
root@klu-VirtualBox:/home/klu/rme/build# cmake ..
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindOpenGL.cmake:161 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:15 (find_package)


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

anyone can help
Thanks

edit.
i have virtualbox, not real machine. OpenGL have problem in vb?
 
Last edited:
Back
Top