You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a fresh git clone and trying to build, I got this error during the cmake process.
The kexlib Cmake files apparently expect the folder to be there, but it's either not committed or the files are outdated?
[cmake stuff]
-- Found Threads: TRUE
CMake Error at src/kexlib/CMakeLists.txt:61 (file):
file COPY cannot find "/GuntherDW/src/git/Doom64EX/data/kexlib_test".
-- Found SDL2: /usr/include/SDL2 (found version "2.0.4")
[more cmake log]
-- Configuring incomplete, errors occurred!
See also "/GuntherDW/src/git/Doom64EX/build/CMakeFiles/CMakeOutput.log".
See also "/GuntherDW/src/git/Doom64EX/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
When doing a fresh git clone and trying to build, I got this error during the cmake process.
The kexlib Cmake files apparently expect the folder to be there, but it's either not committed or the files are outdated?
[cmake stuff]
-- Found Threads: TRUE
CMake Error at src/kexlib/CMakeLists.txt:61 (file):
file COPY cannot find "/GuntherDW/src/git/Doom64EX/data/kexlib_test".
-- Found SDL2: /usr/include/SDL2 (found version "2.0.4")
[more cmake log]
-- Configuring incomplete, errors occurred!
See also "/GuntherDW/src/git/Doom64EX/build/CMakeFiles/CMakeOutput.log".
See also "/GuntherDW/src/git/Doom64EX/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: