-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help building on Guix #23
Comments
Thank for the detailed report. I forgot to mention in README that currently Qt 6.8 is required. If Qt 6.8 is not available for you, I can try to find a backward-compatible way to build. |
You can try the latest commit 3ffab99 |
Ohh so that's what it was... I'll |
Yup, that worked! Continuing through the errors, I got it to build with this final list of packages, including optional support stuff:
That's run in a pure isolated container, so it's the minimal set of packages. Pretty soon I'll have a complete package recipe for Guix (which works on other distros btw). |
Thanks for testing with Guix, and I have added instructions in README. Closing this issue as completed. |
I'm close to getting sane-break to work on Guix. Since the dependencies are different in Guix, I basically just try to build the source, judge from the errors what deps are missing, and add them to the environment to see if it goes further. Here is what I have so far:
However I'm getting a weird issue with a missing function that is supposedly in Qt::Widgets, though that module should already be provided in
qtbase
, and the Cmake List has a requirement check for that module that doesn't fail...Can't seem to find a package that fixes it, and there's nothing online on this particular error. What could cause qt_add_ui to be unavailable?
sane-break/CMakeLists.txt
Line 42 in 778782a
The text was updated successfully, but these errors were encountered: