-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
[5/7] Setting up hyprland plugin environment
make: Entering directory '/home/kira/.local/share/hyprload/include/hyprland'
/bin/sh: 1: [[: not found
make clear
make[1]: Entering directory '/home/kira/.local/share/hyprload/include/hyprland'
rm -rf build
rm -f ./protocols/*-protocol.h ./protocols/*-protocol.c
rm -rf ./subprojects/wlroots/build
make[1]: Leaving directory '/home/kira/.local/share/hyprload/include/hyprland'
make release
make[1]: Entering directory '/home/kira/.local/share/hyprload/include/hyprland'
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja
Not searching for unused variables given on the command line.
-- The C compiler identification is Clang 17.0.3
-- The CXX compiler identification is Clang 17.0.3
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /sbin/clang - 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: /sbin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Gathering git info
-- Found Python3: /sbin/python3.12 (found version "3.12.0") found components: Interpreter
Building itab.c/itab.h...
-- Setting up wlroots
-- Found WaylandScanner at WaylandScanner-NOTFOUND
-- Found wayland-protocols at //usr/share/wayland-protocols
-- Configuring Hyprland in Release with CMake
-- Checking deps...
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /sbin/pkg-config (found version "0.29.2")
CMake Error at /usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY
OPENGL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.27/Modules/FindOpenGL.cmake:545 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:104 (find_package)
-- Configuring incomplete, errors occurred!
make[1]: *** [Makefile:14: release] Error 1
make[1]: Leaving directory '/home/kira/.local/share/hyprload/include/hyprland'
make: *** [Makefile:31: all] Error 2
make: Leaving directory '/home/kira/.local/share/hyprload/include/hyprland'
[6/7] Installing hyprload
make: Entering directory '/home/kira/.local/share/hyprload/src'
g++ -c -o obj/BuildProcessDescriptor.o src/BuildProcessDescriptor.cpp -g -fPIC --no-gnu-unique -std=c++23 `pkg-config --cflags pixman-1 libdrm hyprland` -Iinclude -DWLR_USE_UNSTABLE
g++ -c -o obj/Hyprload.o src/Hyprload.cpp -g -fPIC --no-gnu-unique -std=c++23 `pkg-config --cflags pixman-1 libdrm hyprland` -Iinclude -DWLR_USE_UNSTABLE
g++ -c -o obj/HyprloadConfig.o src/HyprloadConfig.cpp -g -fPIC --no-gnu-unique -std=c++23 `pkg-config --cflags pixman-1 libdrm hyprland` -Iinclude -DWLR_USE_UNSTABLE
g++ -c -o obj/HyprloadPlugin.o src/HyprloadPlugin.cpp -g -fPIC --no-gnu-unique -std=c++23 `pkg-config --cflags pixman-1 libdrm hyprland` -Iinclude -DWLR_USE_UNSTABLE
Hyprland headers not available. Run `make all` in the root Hyprland directory.
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pixman-1' found
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm' found
Package hyprland was not found in the pkg-config search path.
Perhaps you should add the directory containing `hyprland.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hyprland' found
make: *** [Makefile:45: check_env] Error 1
make: *** Waiting for unfinished jobs....
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pixman-1' found
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm' found
g++ -c -o obj/main.o src/main.cpp -g -fPIC --no-gnu-unique -std=c++23 `pkg-config --cflags pixman-1 libdrm hyprland` -Iinclude -DWLR_USE_UNSTABLE
Package hyprland was not found in the pkg-config search path.
Perhaps you should add the directory containing `hyprland.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hyprland' found
/bin/sh: 1: g++: not found
/bin/sh: 1: g++: not found
make: *** [Makefile:62: obj/BuildProcessDescriptor.o] Error 127
make: *** [Makefile:62: obj/Hyprload.o] Error 127
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pixman-1' found
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm' found
Package hyprland was not found in the pkg-config search path.
Perhaps you should add the directory containing `hyprland.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hyprland' found
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pixman-1' found
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm' found
Package hyprland was not found in the pkg-config search path.
Perhaps you should add the directory containing `hyprland.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hyprland' found
/bin/sh: 1: g++: not found
make: *** [Makefile:62: obj/HyprloadConfig.o] Error 127
/bin/sh: 1: g++: not found
make: *** [Makefile:62: obj/HyprloadPlugin.o] Error 127
Package pixman-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pixman-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pixman-1' found
Package libdrm was not found in the pkg-config search path.
Perhaps you should add the directory containing `libdrm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libdrm' found
Package hyprland was not found in the pkg-config search path.
Perhaps you should add the directory containing `hyprland.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hyprland' found
/bin/sh: 1: g++: not found
make: *** [Makefile:62: obj/main.o] Error 127
make: Leaving directory '/home/kira/.local/share/hyprload/src'
[7/7] Installed hyprload!
OS: Void Linux
Hyprland: v0.32.3
Metadata
Metadata
Assignees
Labels
No labels