Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-19 Thread Brent Fraser
To all, Here's a list of steps for building GDAL with KDE-win's poppler.lib on Windows (win32): 1. Install compiler ( MS VC 9 Express Ed.), or better yet use the full MS VC 9 if you have it. http://www.microsoft.com/express/Downloads/#2008-Visual-CPP I don't think the SDK is

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Brent Fraser
I'm about to embark on compiling Poppler on Windows to get Geospatial PDF support in GDAL. Any recommendations with respect to compiler version, dependencies, CMake options, etc? Thanks! Brent Fraser On 10/14/2010 3:23 PM, Joaquim Luis wrote: Did I mention before that the propeller (sorry,

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Joaquim Luis
Brent, From memory, as I don't find the CMake cash with exact details. I first built freetype, which I think is mandatory, and than because I already had them built but don't know if they are a must-be, I added also zlib, jpeg to the CMake list. My first error was to not select 'splash'

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Brent Fraser
Joaquim, Many thanks for the info. I may go the kde-win32 route for now to skip the building of poppler.lib, but I expect that eventually I may need to build it from source, especially for mapserver. Thanks again, Brent Fraser On 10/17/2010 12:11 PM, Joaquim Luis wrote: Brent, From

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Joaquim Luis
On 17-10-2010 19:24, Brent Fraser wrote: Joaquim, Many thanks for the info. I may go the kde-win32 route for now to skip the building of poppler.lib, but I expect that eventually I may need to build it from source, especially for mapserver. Right, and From memory, as I don't find

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Tamas Szekeres
Hi poppler gurus, I've also compiled poppler.lib (version 0.14.4) with various versions of MSVC, but it seems to generate double free memory corruptions in gdal. A single run of pdf.py (from the autotest suite) seems to complete successfully, however running the script multiple times (in a batch)

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Joaquim Luis
Tamas, I didn't notice that but on the other hand I never run it enough times to make it happen. Joaquim Hi poppler gurus, I've also compiled poppler.lib (version 0.14.4) with various versions of MSVC, but it seems to generate double free memory corruptions in gdal. A single run of

[gdal-dev] building with PDF driver on Windows

2010-10-14 Thread Joaquim Luis
Hi, I tried to build GDAL on Win with PDF support and CV2010 Well that's an adventure. Instructions on how to build poppler are completely absent (but there is on CMake list file that we may try to guess what's essential from the optional stuff). Building free type raised an error somewhere

Re: [gdal-dev] building with PDF driver on Windows

2010-10-14 Thread Joaquim Luis
On 14-10-2010 18:32, Even Rouault wrote: Le jeudi 14 octobre 2010 17:01:06, Joaquim Luis a écrit : Hi, I tried to build GDAL on Win with PDF support and CV2010 Well that's an adventure. I trust you and didn't even try this way. Instead I just downloaded the kde-win32 installer,

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-14 Thread Even Rouault
Le jeudi 14 octobre 2010 23:23:51, Joaquim Luis a écrit : Did I mention before that the propeller (sorry, poppler) doesn't have any building instructions for Windows? Well, the CMakeLists.txt is incomplete and does not add the contents of the splash directory to the project. After adding all

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-14 Thread Joaquim Luis
Thanks, this is obsolete now. I've just removed that. This dates back to when KMLSUPEROVERLAY needed external minizip. Now minizip has been imported in GDAL source tree and this is no longer needed. Nice. So I got two for the price of one. ___