Code Monkey home page Code Monkey logo

Comments (2)

KimVatnedal avatar KimVatnedal commented on June 18, 2024

Looking back at the build process, there is an error at step 5:

[4/7] Set up hyprland source in /home/kim/.local/share/hyprload/include/hyprland at commit 99ca26d4eb84e0071264713902e5b287fcab392e
[5/7] Setting up hyprland plugin environment
make: Entering directory '/home/kim/.local/share/hyprload/include/hyprland'
make clear
make[1]: Entering directory '/home/kim/.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/kim/.local/share/hyprload/include/hyprland'
make release
make[1]: Entering directory '/home/kim/.local/share/hyprload/include/hyprland'
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja
make[1]: cmake: Ingen slik fil eller filkatalog
make[1]: *** [Makefile:14: release] Error 127
make[1]: Leaving directory '/home/kim/.local/share/hyprload/include/hyprland'
make: *** [Makefile:31: all] Error 2
make: Leaving directory '/home/kim/.local/share/hyprload/include/hyprland'
[6/7] Installing hyprload
make: Entering directory '/home/kim/.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/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/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/HyprloadPlugin.o src/HyprloadPlugin.cpp -g -fPIC --no-gnu-unique -std=c++23 pkg-config --cflags pixman-1 libdrm hyprland -Iinclude -DWLR_USE_UNSTABLE
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
g++ -c -o obj/util.o src/util.cpp -g -fPIC --no-gnu-unique -std=c++23 pkg-config --cflags pixman-1 libdrm hyprland -Iinclude -DWLR_USE_UNSTABLE
Hyprland headers found.
Building with XWayland support.
g++ -shared -o hyprload.so obj/BuildProcessDescriptor.o obj/HyprloadConfig.o obj/Hyprload.o obj/HyprloadPlugin.o obj/main.o obj/util.o -g -fPIC --no-gnu-unique -std=c++23 pkg-config --cflags pixman-1 libdrm hyprland -Iinclude -DWLR_USE_UNSTABLE
cp hyprload.sh "/home/kim/.local/share/hyprload/hyprload.sh"
make: Leaving directory '/home/kim/.local/share/hyprload/src'
[7/7] Installed hyprload!

from hyprload.

KimVatnedal avatar KimVatnedal commented on June 18, 2024

Ok,

installed cmake, ninja, meson that somehow was missing. Compiled without errors and after some reboots, updating, it finally loaded correctly. So all good for now 👍

from hyprload.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.