CMake Deprecation Warning at CMakeLists.txt:4 (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.1.0 -- The CXX compiler identification is GNU 11.1.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 -- Found Git: /usr/bin/git (found version "2.33.0") fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git x86_64 -- Performing Test NO_PIE_UPSTREAM -- Performing Test NO_PIE_UPSTREAM - Success -- Performing Test NO_PIE_PATCHED -- Performing Test NO_PIE_PATCHED - Failed -- Performing Test FLAG_TYPE_LIMITS -- Performing Test FLAG_TYPE_LIMITS - Success -- Performing Test FLAG_SIGN_COMPARE -- Performing Test FLAG_SIGN_COMPARE - Success -- Performing Test FLAG_IGNORED_QUALIFIERS -- Performing Test FLAG_IGNORED_QUALIFIERS - Success -- Performing Test FLAG_UNINITIALIZED -- Performing Test FLAG_UNINITIALIZED - Success -- Performing Test FLAG_LOGICAL_OP -- Performing Test FLAG_LOGICAL_OP - Success -- Performing Test FLAG_SHADOW -- Performing Test FLAG_SHADOW - Success -- Performing Test FLAG_INIT_SELF -- Performing Test FLAG_INIT_SELF - Success -- Performing Test FLAG_MISSING_DECLARATIONS -- Performing Test FLAG_MISSING_DECLARATIONS - Success -- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS -- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS - Failed -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN - Success -- Performing Test FLAG_VISIBILITY_HIDDEN -- Performing Test FLAG_VISIBILITY_HIDDEN - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3") CMake Warning (dev) at /usr/share/cmake-3.21/Modules/FindOpenGL.cmake:315 (message): Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when available. Run "cmake --help-policy CMP0072" for policy details. Use the cmake_policy command to set the policy and suppress this warning. FindOpenGL found both a legacy GL library: OPENGL_gl_LIBRARY: /usr/lib/libGL.so and GLVND libraries for OpenGL and GLX: OPENGL_opengl_LIBRARY: /usr/lib/libOpenGL.so OPENGL_glx_LIBRARY: /usr/lib/libGLX.so OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for compatibility with CMake 3.10 and below the legacy GL library will be used. Call Stack (most recent call first): CMakeLists.txt:449 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found OpenGL: /usr/lib/libOpenGL.so -- Found ALSA: /usr/lib/libasound.so (found version "1.2.5.1") ALSA found, enabling ALSA sound backend ao NOT found, disabling ao sound backend bluez found, enabling bluetooth support PulseAudio found, enabling PulseAudio sound backend -- Found OpenAL: /usr/lib/libopenal.so OpenAL found, enabling OpenAL sound backend -- Found X11: /usr/include -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found X11 support enabled Xrandr found -- Checking for module 'xi>=1.5.0' -- Found xi, version 1.7.10 -- Checking for modules 'libavcodec>=54.35.0;libavformat>=54.20.4;libswscale>=2.1.1;libavutil>=52.3.0' -- Found libavcodec, version 58.134.100 -- Found libavformat, version 58.76.100 -- Found libswscale, version 5.9.100 -- Found libavutil, version 56.70.100 libav/ffmpeg found, enabling AVI frame dumps -- Performing Test SYSTEM_PORTAUDIO -- Performing Test SYSTEM_PORTAUDIO - Success Using shared PortAudio for mic support -- Found LIBUDEV: /usr/lib/libudev.so -- Found libevdev: /usr/lib/libevdev.so libevdev/libudev found, enabling evdev controller backend Using named pipes as controller inputs Watching game memory for changes Enabling analytics collection (subject to end-user opt-in) Using static enet from Externals CMake Deprecation Warning at Externals/enet/CMakeLists.txt:1 (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. -- Looking for fcntl -- Looking for fcntl - found -- Looking for poll -- Looking for poll - found -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for getnameinfo -- Looking for getnameinfo - found -- Looking for gethostbyname_r -- Looking for gethostbyname_r - found -- Looking for gethostbyaddr_r -- Looking for gethostbyaddr_r - found -- Looking for inet_pton -- Looking for inet_pton - found -- Looking for inet_ntop -- Looking for inet_ntop - found -- Performing Test HAS_MSGHDR_FLAGS -- Performing Test HAS_MSGHDR_FLAGS - Success -- Check size of socklen_t -- Check size of socklen_t - done Using static xxhash from Externals -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11") Using shared zlib Using shared lzo Using shared libpng Using static soundtouch from Externals Using static soundtouch from Externals CMake Error at CMakeLists.txt:754 (add_subdirectory): The binary directory /home/enchong/Documents/Ishiiruka-UDP-Ishiiruka/Build/Externals/soundtouch is already used to build a source directory. It cannot be used to build source directory /home/enchong/Documents/Ishiiruka-UDP-Ishiiruka/Externals/soundtouch Specify a unique binary directory name. -- Checking for module 'libusb-1.0' -- Found libusb-1.0, version 1.0.24 -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/libusb-1.0.so Using shared LibUSB Could NOT find SFML (missing: SFML_NETWORK_LIBRARY SFML_SYSTEM_LIBRARY) Using static SFML 2.1 from Externals -- Could NOT find MINIUPNPC (missing: MINIUPNPC_INCLUDE_DIR MINIUPNPC_LIBRARY MINIUPNPC_API_VERSION) Using static miniupnpc from Externals CMake Deprecation Warning at Externals/miniupnpc/CMakeLists.txt:1 (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. -- Performing Test MBEDTLS_VERSION_OK -- Performing Test MBEDTLS_VERSION_OK - Success -- Found MBEDTLS: /usr/include Using shared mbed TLS -- Found CURL: /usr/lib/libcurl.so (found version "7.78.0") Using shared libcurl Using static SOIL from Externals CMake Warning at CMakeLists.txt:873 (find_package): By not providing "FindHIDAPI.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "HIDAPI", but CMake did not find one. Could not find a package configuration file provided by "HIDAPI" with any of the following names: HIDAPIConfig.cmake hidapi-config.cmake Add the installation prefix of "HIDAPI" to CMAKE_PREFIX_PATH or set "HIDAPI_DIR" to a directory containing one of the above files. If "HIDAPI" provides a separate development package or SDK, be sure it has been installed. Using static hidapi-hidraw from Externals -- Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) -- Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) -- Found GTK2_GTK: /usr/lib/libgtk-x11-2.0.so Using static wxWidgets from Externals gthread-2.0 found pangocairo found -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /usr/include -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY) Using static gtest from Externals -- Found Gettext: /usr/bin/msgmerge (found version "0.21") -- Configuring incomplete, errors occurred! See also "/home/enchong/Documents/Ishiiruka-UDP-Ishiiruka/Build/CMakeFiles/CMakeOutput.log". See also "/home/enchong/Documents/Ishiiruka-UDP-Ishiiruka/Build/CMakeFiles/CMakeError.log".