2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00

notes for portability fixes

This commit is contained in:
Jay Berkenbilt 2012-05-19 09:23:00 -04:00
parent 271dcb3ac0
commit 17de39a6a0

6
TODO
View File

@ -1,6 +1,12 @@
Next Next
==== ====
* Get rid of off_t. size_t is okay. Use autoconf to figure out what
type to use for offsets.
* Deal with portability issues from gcc 4.7. See portability.patch
from debian package.
* Do a Windows 64-bit build. MSVC 2010 Professional x86_64 verified * Do a Windows 64-bit build. MSVC 2010 Professional x86_64 verified
to build and test cleanly in 2.3.1. Hopefully the next release to build and test cleanly in 2.3.1. Hopefully the next release
will include 64-bit binary distributions and external libraries. will include 64-bit binary distributions and external libraries.