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

MuPDF 1.13 #656

Closed
Frenzie opened this issue Apr 20, 2018 · 1 comment
Closed

MuPDF 1.13 #656

Frenzie opened this issue Apr 20, 2018 · 1 comment

Comments

@Frenzie
Copy link
Member

Frenzie commented Apr 20, 2018

Pinging @TnS-hun :-)

It's not mentioned on https://mupdf.com/news.html yet but the 1.13.0 tag exists in the repo.

Because of the "Improvements to annotation editing API." mentioned in the changelog the build fails. I didn't investigate what changed exactly; this was just a quick test to see what would happen.

In file included from wrap-mupdf.c:24:0:
wrap-mupdf.h:119:21: error: unknown type name ‘fz_annot_type’; did you mean ‘fz_annot’?
     pdf_page *page, fz_annot_type type)
                     ^
wrap-mupdf.h:32:46: note: in definition of macro ‘MUPDF_WRAP’
     ret_type wrapper_name(fz_context *ctx, ##__VA_ARGS__);
                                              ^~~~~~~~~~~
In file included from wrap-mupdf.c:154:0:
wrap-mupdf.h:119:21: error: unknown type name ‘fz_annot_type’; did you mean ‘fz_annot’?
     pdf_page *page, fz_annot_type type)
                     ^
wrap-mupdf.h:49:53: note: in definition of macro ‘MUPDF_WRAP’
     extern ret_type wrapper_name(fz_context *ctx, ##__VA_ARGS__) { \
                                                     ^~~~~~~~~~~

screenshot_2018-04-20_16-42-46

Edit: btw, MuPDF Explored was updated too.

@TnS-hun TnS-hun mentioned this issue Apr 30, 2018
@TnS-hun
Copy link
Contributor

TnS-hun commented Apr 30, 2018

Finally I had some time today to do this. :)

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

No branches or pull requests

2 participants