We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On MacOS xml2 is available by default, but meson doesn't find it.
To reproduce libxml++ can be built on MacOS without anything beyond the Xcode command line tools and meson, as long as it finds xml2
By just copying and modifying the libwmf stuff libxml++ builds fine
The text was updated successfully, but these errors were encountered:
xml2_config_tools.patch
Sorry, something went wrong.
The backwards compatibility part of the enum should be dropped.
If you sent that as a merge request we'd be pretty close to getting that merged... just need some documentation like a release snippet.
--- a/packaging/builddist.sh +++ b/packaging/builddist.sh @@ -1,4 +1,4 @@ -#!/usr/bin/zsh +#!/usr/bin/env zsh
Why is this even zsh to begin with lmao.
No branches or pull requests
On MacOS xml2 is available by default, but meson doesn't find it.
To reproduce libxml++ can be built on MacOS without anything beyond the Xcode command line tools and meson, as long as it finds xml2
By just copying and modifying the libwmf stuff libxml++ builds fine
The text was updated successfully, but these errors were encountered: