Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The issue about CMake #485

Open
brk0y opened this issue Dec 20, 2024 · 0 comments
Open

The issue about CMake #485

brk0y opened this issue Dec 20, 2024 · 0 comments

Comments

@brk0y
Copy link

brk0y commented Dec 20, 2024

I am cookie in Linux and I want to make my M720 Triathlon mouse with full productivity by keys maping. However I couldn't find any app about it. I tried to install this app by just copying and pasting codes in here. I take a error as ' doesn't include CMakeList.exe'. I tried to fix randomly however in a row i took that error. Could you help me guys?

``mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:44 (include):
include could not find requested file:

/home/berkay/build/Source/Checks/cm_c11_thread_local.cmake

CMake Error at CMakeLists.txt:52 (include):
include could not find requested file:

/home/berkay/build/Source/Checks/cm_cxx14_cstdio.cmake

CMake Error at CMakeLists.txt:60 (include):
include could not find requested file:

/home/berkay/build/Source/Checks/cm_cxx11_unordered_map.cmake

CMake Error at CMakeLists.txt:506 (include):
include could not find requested file:

Source/CMakeVersionCompute.cmake

CMake Error at CMakeLists.txt:528 (include):
include could not find requested file:

Source/CMakeInstallDestinations.cmake

CMake Error at CMakeLists.txt:531 (include):
include could not find requested file:

/home/berkay/build/Tests/CMakeInstall.cmake

CMake Error at CMakeLists.txt:535 (include):
include could not find requested file:

CompileFlags.cmake

-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for environ
-- Looking for environ - not found
CMake Error at CMakeLists.txt:253 (add_subdirectory):
add_subdirectory given source "Source/kwsys" which is not an existing
directory.
Call Stack (most recent call first):
CMakeLists.txt:567 (CMAKE_BUILD_UTILITIES)

CMake Error: File /home/berkay/build/cmake_uninstall.cmake.in does not exist.
CMake Error at CMakeLists.txt:618 (configure_file):
configure_file Problem configuring file

CMake Error at CMakeLists.txt:625 (include):
include could not find requested file:

CMakeCPack.cmake

CMake Error: File /home/berkay/build/Templates/CTestScript.cmake.in does not exist.
CMake Error at CMakeLists.txt:194 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:630 (CMAKE_SETUP_TESTING)

CMake Error at CMakeLists.txt:658 (add_subdirectory):
add_subdirectory given source "Source" which is not an existing directory.

CMake Error at CMakeLists.txt:659 (add_subdirectory):
add_subdirectory given source "Utilities" which is not an existing
directory.

CMake Error at CMakeLists.txt:662 (add_subdirectory):
add_subdirectory given source "Tests" which is not an existing directory.

CMake Error at CMakeLists.txt:679 (install):
install FILES given no DESTINATION!

CMake Error at CMakeLists.txt:682 (install):
install DIRECTORY given no DESTINATION!

CMake Error at CMakeLists.txt:695 (add_subdirectory):
add_subdirectory given source "Auxiliary" which is not an existing
directory.

-- Configuring incomplete, errors occurred!
See also "/home/berkay/build/build/CMakeFiles/CMakeOutput.log".
See also "/home/berkay/build/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant