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
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build cmake --build ./build --config Release --target hyprpaper -jnproc 2>/dev/null || getconf _NPROCESSORS_CONF`
Not searching for unused variables given on the command line.
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.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
-- Configuring hyprpaper!
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for modules 'wayland-client;wayland-protocols;cairo;pango;pangocairo;libjpeg;libwebp;hyprlang>=0.2.0;hyprutils>=0.2.0'
-- Found wayland-client, version 1.22.0
-- Found wayland-protocols, version 1.34
-- Found cairo, version 1.18.0
-- Found pango, version 1.52.1
-- Found pangocairo, version 1.52.1
-- Found libjpeg, version 2.1.5
-- Found libwebp, version 1.3.2
-- Found hyprlang, version 0.5.2
-- Found hyprutils, version 0.2.4
-- Found wayland-protocols at //usr/share/wayland-protocols
-- Found wayland-scanner pkgdatadir at /usr/share/wayland
-- Configuring done (1.1s)
WARNING: Preprocessor definitions containing '#' may not be passed on the compiler command line because many compilers do not support it.
CMake is dropping a preprocessor definition: GIT_COMMIT_MESSAGE=" Add systemd service (#208)"
Consider defining the macro in a (configured) header file.
-- Generating done (0.0s)
-- Build files have been written to: /home/abancp/.config/hypr/hyprpaper/build
[ 3%] Generating /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.cpp, /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.hpp
abancp@hp ~/.config/hypr/hyprpaper main cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hyprpaper -jnproc 2>/dev/null || getconf _NPROCESSORS_CONF
Not searching for unused variables given on the command line.
-- Configuring hyprpaper!
-- Found wayland-protocols at //usr/share/wayland-protocols
-- Found wayland-scanner pkgdatadir at /usr/share/wayland
-- Configuring done (0.1s)
WARNING: Preprocessor definitions containing '#' may not be passed on the compiler command line because many compilers do not support it.
CMake is dropping a preprocessor definition: GIT_COMMIT_MESSAGE=" Add systemd service (#208)"
Consider defining the macro in a (configured) header file.
-- Generating done (0.0s)
-- Build files have been written to: /home/abancp/.config/hypr/hyprpaper/build
[ 3%] Generating /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.cpp, /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.hpp
Couldn't load proto
gmake[3]: *** [CMakeFiles/hyprpaper.dir/build.make:123: /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.cpp] Error 1
gmake[2]: *** [CMakeFiles/Makefile2:82: CMakeFiles/hyprpaper.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:90: CMakeFiles/hyprpaper.dir/rule] Error 2
gmake: *** [Makefile:189: hyprpaper] Error 2
`
The text was updated successfully, but these errors were encountered:
This error occured while building
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build cmake --build ./build --config Release --target hyprpaper -j
nproc 2>/dev/null || getconf _NPROCESSORS_CONF`Not searching for unused variables given on the command line.
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.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
-- Configuring hyprpaper!
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for modules 'wayland-client;wayland-protocols;cairo;pango;pangocairo;libjpeg;libwebp;hyprlang>=0.2.0;hyprutils>=0.2.0'
-- Found wayland-client, version 1.22.0
-- Found wayland-protocols, version 1.34
-- Found cairo, version 1.18.0
-- Found pango, version 1.52.1
-- Found pangocairo, version 1.52.1
-- Found libjpeg, version 2.1.5
-- Found libwebp, version 1.3.2
-- Found hyprlang, version 0.5.2
-- Found hyprutils, version 0.2.4
-- Found wayland-protocols at //usr/share/wayland-protocols
-- Found wayland-scanner pkgdatadir at /usr/share/wayland
-- Configuring done (1.1s)
WARNING: Preprocessor definitions containing '#' may not be passed on the compiler command line because many compilers do not support it.
CMake is dropping a preprocessor definition: GIT_COMMIT_MESSAGE=" Add systemd service (#208)"
Consider defining the macro in a (configured) header file.
-- Generating done (0.0s)
-- Build files have been written to: /home/abancp/.config/hypr/hyprpaper/build
[ 3%] Generating /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.cpp, /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.hpp
abancp@hp ~/.config/hypr/hyprpaper main cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hyprpaper -j
nproc 2>/dev/null || getconf _NPROCESSORS_CONF
Not searching for unused variables given on the command line.
-- Configuring hyprpaper!
-- Found wayland-protocols at //usr/share/wayland-protocols
-- Found wayland-scanner pkgdatadir at /usr/share/wayland
-- Configuring done (0.1s)
WARNING: Preprocessor definitions containing '#' may not be passed on the compiler command line because many compilers do not support it.
CMake is dropping a preprocessor definition: GIT_COMMIT_MESSAGE=" Add systemd service (#208)"
Consider defining the macro in a (configured) header file.
-- Generating done (0.0s)
-- Build files have been written to: /home/abancp/.config/hypr/hyprpaper/build
[ 3%] Generating /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.cpp, /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.hpp
Couldn't load proto
gmake[3]: *** [CMakeFiles/hyprpaper.dir/build.make:123: /home/abancp/.config/hypr/hyprpaper/protocols/tablet-v2.cpp] Error 1
gmake[2]: *** [CMakeFiles/Makefile2:82: CMakeFiles/hyprpaper.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:90: CMakeFiles/hyprpaper.dir/rule] Error 2
gmake: *** [Makefile:189: hyprpaper] Error 2
`
The text was updated successfully, but these errors were encountered: