Difference between revisions of "Win32 Poppler"

From Inkscape Wiki
Jump to navigation Jump to search
(Win32 poppler build info and link)
 
(No difference)

Latest revision as of 22:07, 13 July 2007

Win32 compile of poppler-0.5.9

http://john.cliff.googlepages.com/libpopplerlib_d.rar

Its compiled with mingw, used the Sumatra projects win32 build setup for Code Blocks, replaced the sumatra poppler directory with the contents of the latest source tar off the poppler site then fixed errors as they came up.

Changes to Source: Changed Gstring references in win32 sections to GooString Changed GList to Goolist in Win32 sections, Commented out lines 814 to 818 of GlobalParams.cc to get it to compile (winfontdir was not defined in that scope apparently)

The first 2 changes are in line with the code in the Sumatra version of poppler. The setup they have for the param stuff is different, so i was on my own there... the last one may be evil, not sure, couldnt find anywhere that was actually being called, if we have font issues with this lib, this is probably why.