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
"Optional" dependency is required #26
Comments
|
libyaml is optional, but highly recommended, which is why it's enabled by default. |
|
Can't test this anymore; I just installed yaml after seeing the error, and wrote this issue while waiting on the installation. Next note: the list of requirements doesn't list |
|
That I can add - it's technically just required for the manual pages, but since we always build them... |
|
Thanks for your patience btw :) And another issue with the dependencies. (Do you consider these to be different "issues", or can I just continue and keep the discussion somewhat linear here?) I have It appears to be somewhat successful. Exit code is 0, "successful". I guess that some variable that was supposed to contain a gobject-introspection command is empty, and Anyway. The problem is: The package is actually called Now I can finally say what I propose to change:
Recapitulation from the above thread:
|
|
Eww... Right, cmake should fail if the GIR stuff is missing, I will fix that. |
|
Argh! How could I forget |
In
README.md, it says:However,
cd build && cmake ..doesn't work without yaml-dev in place:I can see two ways to resolve this:
Run cmake --no-yaml to build without this.The text was updated successfully, but these errors were encountered: