Git Product home page Git Product logo

Comments (4)

talpadk avatar talpadk commented on September 27, 2024

I had the same issue under Debian unstable, it was caused by an too old version of hyprland being installed
See also #89 which describes the files moving

A git pull and build of the latest Hyperland did however cause another issue due to and change in API in Hyprland
See: #94

from hy3.

IliHanSoLow avatar IliHanSoLow commented on September 27, 2024

If I understood correctly,


hyprland.url = "github:hyprwm/Hyprland";

should set the hyprland source to the github version, what shoud be up to date.
Also is the Package in Home-Magager set to inputs.hyprland, what should be the above declared version.

from hy3.

talpadk avatar talpadk commented on September 27, 2024

I unfortunately have no experience with building Nix packages.

I just build hy3 using my old hyprland install and had the same issue as you, and pull'ing my hyprland build, rebuilding and installing it fixed it, as it made the hy3 code align with the hyprland code.

Anyway I'm 99% sure you current build issue is caused by it being build against/using an too old version of hyprland

from hy3.

IliHanSoLow avatar IliHanSoLow commented on September 27, 2024

Ok, I had some fundermental issues understanding the way to upgrade nixos.

The flake.lock preserves the versions for consistency and adding the --upgrade flag on nixos-rebuild doesnt change the flack.lock. So I had to run nix flake update to update my system.

Anyway you were right and thanks for beeing that persistent. I wouldn't have recognized my mistake otherwise.

Should I open a new Issue regarding the new error I get now?

       > [6/7] Building CXX object CMakeFiles/hy3.dir/src/Hy3Node.cpp.o
       > /build/vij9pxlfscvr8ydkkfb59kmd6w1a1xrm-source/src/Hy3Node.cpp: In member function 'void Hy3Node::recalcSizePosRecursive(bool)':
       > /build/vij9pxlfscvr8ydkkfb59kmd6w1a1xrm-source/src/Hy3Node.cpp:352:72: warning: 'constraint' may be used uninitialized [-Wmaybe-uninitialized]
       >   352 |             group->layout != Hy3GroupLayout::Tabbed ? child_count <= 0 ? 0 : constraint / child_count : 0;
       >       |                                                       ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /build/vij9pxlfscvr8ydkkfb59kmd6w1a1xrm-source/src/Hy3Node.cpp:333:16: note: 'constraint' was declared here
       >   333 |         double constraint;
       >       |                ^~~~~~~~~~

I am gonna close this Issue now because the initial problem is fixed.

from hy3.

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.