-
Notifications
You must be signed in to change notification settings - Fork 21
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
Document build instructions for debian bullseye #9
Comments
Adding ...but I can't seem to load a gml file? After opening file graphia offers to open it with "generic" or "websearch", both of which don't work. |
I can have a look if you supply the gml file... |
Thanks. Does it look as though I'm building and launching graphia correctly? |
The gml file is malformed in at least 2 ways. Firstly, the root element should be called
Not,
Secondly, your node and edge ids are larger than 32bit signed integers, which is not allowed for GML. There may be other issues, but I didn't look further. If you've got to the point where you can load a file, it looks at though you've successfully built Graphia. |
I just tested (am using Debian myself), and the current required packages are:
The related PR used QT5 libs, as it is from back in 2021. With these packages installed, the cmake configure step succeeds, but I then get compile errors with current master. |
Yes, if you believe it's a problem with Graphia itself, as opposed to your configuration. |
I'm struggling a bit getting a build on
bullseye
, though I think it should be possible.This is as far as I've gotten:
At this point there are runtime errors when doing
build/Graphia
.Looks like some progress installing some qt libraries:
At this point I get:
I'd love to be able to build without messing around with a full Qt distribution
The text was updated successfully, but these errors were encountered: