Skip to content
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

updated qpdf 11 #10

Merged
merged 3 commits into from
Apr 12, 2024
Merged

updated qpdf 11 #10

merged 3 commits into from
Apr 12, 2024

Conversation

schmitch
Copy link
Contributor

this updates qpdf to 11.9.
QPDF_SRC was reordered, so that it matches qpdf more closely. it alos raises c++ to 17 (which qpdf needs)

@@ -166,6 +186,7 @@ fn base_build() -> cc::Build {
build
.warnings(false)
.extra_warnings(false)
.define("POINTERHOLDER_TRANSITION", "0")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

windows will fail because of that, because PointerHolder.hh uses #warning pragma which is not supported on cl.exe

@ancwrd1 ancwrd1 merged commit 4639fd8 into ancwrd1:master Apr 12, 2024
4 checks passed
protochron pushed a commit to protochron/qpdf-rs that referenced this pull request May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants