-
Posts
2 -
Joined
-
Last visited
Nether's Achievements
Newbie (1/14)
0
Reputation
-
Nether changed their profile photo
-
[SOLVED][CMake][Ubuntu] Configuring incomplete, errors occured.
Nether replied to Nether's topic in Solved Issues
I found my mistake, I had messed up by trying to build in the source directory itself. -
I followed the guide on how to install the core on Linux, but while configuring CMake I got this error: [email protected]:~/absolutely-hopeless-server/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/netherblood/server -DCONF_DIR=/home/netherblood/server/etc -DTOOLS=1 -DWITH_WARNINGS=1 -- Detected 64-bit platform -- UNIX: Using default library directory CMake Error at cmake/platform/unix/settings.cmake:14 (configure_file): configure_file attempted to configure a file: /home/netherblood/absolutely-hopeless-server/cmake_uninstall.cmake into a source directory. Call Stack (most recent call first): cmake/macros/CheckPlatform.cmake:13 (include) CMakeLists.txt:58 (include) -- Configuring incomplete, errors occurred! See also "/home/netherblood/absolutely-hopeless-server/CMakeFiles/CMakeOutput.log". [email protected]:~/absolutely-hopeless-server/build$ Attached is the log. CMakeOutput (1).log