[Gdal-dev] Proposal for Unified Windows Binaries
Mateusz Loskot
mateusz at loskot.net
Wed Apr 18 01:19:44 EDT 2007
Iva Lucena wrote:
> Mateusz, Tamas,
>
>> against GDAL built with Visual C++ 8.0, using official Python 2.4
> binaries.
>
> When you say official 2.4 binaries you mean downloaded from
> python.org: http://www.python.org/download/releases/2.4.4/ ?
Ivan,
Yes, that one.
> That is great, I almost moving back to VS 2003 just because I can't
> deliver GDAL 1.4.1 with Python for people that need it, in the same
> way I as used to do with GDAL 1.3.2 in an InnoSetup installation.
I configured Buildbot according Tamas' instructions and here you can see
that GDAL tests, Python scripts, run with GDAL built using VC++ 8.0
under Windows:
- the builder
http://buildbot.osgeo.org:8500/szekerest-vc80-quick
- the test run
http://buildbot.osgeo.org:8500/szekerest-vc80-quick/builds/53/step-test/0
The trick includes two steps:
1. Add manifest location to the PATH:
C:\Program Files (x86)\Microsoft Visual Studio
8\VC\redist\amd64\Microsoft.VC80.CRT;
2. Run Python using absolute path:
C:\Python24_x64\python.exe run_all.py
The paths above are for VC++ 8.0 on x64 Windows, becuase
the szekerest-vc80-gdal builder is hosted on x64, but it should be easy
to change them to x86 version.
Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the Gdal-dev
mailing list