You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to compile the sources with xpdf 4.04 ( i am using Visual Studio 2022 on Windows )
i've sucessfully compiled libxpdf with xpdf 4.04 sources, but when i compile the pyxpdf sources i get an error....
( had to alter get_libxpdf.py to use the 4.04 libxpdf sources )
$ setup.py --build-libxpdf build
...
src\pyxpdf\xpdf.cpp(836): fatal error C1083: Cannot open include file: 'Form.h': No such file or directory
it appears the Form.h/.cc are missing in the new sources and XFAForm.h/.cc are renamed to XFAScanner.h/.cc
The text was updated successfully, but these errors were encountered:
ReMiOS
changed the title
xpdf 4.04 support
xpdf 4.0.4 support
Oct 19, 2022
ReMiOS
changed the title
xpdf 4.0.4 support
xpdf 4.04 support
Oct 19, 2022
Is it possible to compile the sources with xpdf 4.04 ( i am using Visual Studio 2022 on Windows )
i've sucessfully compiled libxpdf with xpdf 4.04 sources, but when i compile the pyxpdf sources i get an error....
( had to alter get_libxpdf.py to use the 4.04 libxpdf sources )
$ setup.py --build-libxpdf build
...
src\pyxpdf\xpdf.cpp(836): fatal error C1083: Cannot open include file: 'Form.h': No such file or directory
it appears the Form.h/.cc are missing in the new sources and XFAForm.h/.cc are renamed to XFAScanner.h/.cc
The text was updated successfully, but these errors were encountered: