• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux compiling rme ubuntu 14.04

mimus

New Member
Joined
Mar 14, 2012
Messages
168
Reaction score
2
i have the next error while im trying to compile

Code:
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- 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_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 rme/build/CMakeFiles/CMakeOutput.log".



can anyone helpme to compile it?
 
~$ cd rme
:~/rme$ wine ./RME.exe
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\sassymimus\\rme\\archive.dll") not found
err:module:import_dll Library archive.dll (which is needed by L"Z:\\home\\sassymimus\\rme\\RME.exe") not found
err:module:import_dll Library MSVCP120.dll (which is needed by L"Z:\\home\\sassymimus\\rme\\RME.exe") not found
err:module:import_dll Library MSVCR120.dll (which is needed by L"Z:\\home\\sassymimus\\rme\\RME.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\sassymimus\\rme\\RME.exe" failed, status c0000135


where can i find the dlls?
 
Back
Top