-
Notifications
You must be signed in to change notification settings - Fork 38
Fix gui as back depenency #66
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
Conversation
build gui matching back from source instead of using a package
for back akin similar of gui
|
@rfm, @fredkiefer quite more complex for a variety of reasons, but I think this is what we discussed. Should fix tests and indeed runs for me. Could be squash-committed since I had several attempts to flatten it out! |
rfm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
|
This is my fault, but it turns out that headless does not require cairo. It actually uses nothing. I will still merge this and we may fix it later, if we still remember. |
Gui and Back needs to be on the same revision to properly build and test together. Thus, checkout gui, build it and then build back.
Unfortunately ubuntu packages are way out of date, so just installing gnustep-gui-dev was not enough, since back would not build. Enable full make/base/gui chain using simplified version with standard compiler.