On 03/05/2013 07:40 PM, Helmut Seidel M.A. wrote:
Hello again,
I proceeded a little further now. I can run make generate and
Makefile.PL now and dmake starts compiling until the error-message:
osr_wrap.cpp:1581:24: fatal error: cpl_string.h: No such file or directory
compilation terminated.
d
Hello again,
I proceeded a little further now. I can run make generate and
Makefile.PL now and dmake starts compiling until the error-message:
osr_wrap.cpp:1581:24: fatal error: cpl_string.h: No such file or directory
compilation terminated.
dmake.exe: Error code 129, while making 'osr_wrap.o
Hello again,
Thank you for your answers, which guided me through my first steps.
Yesterday I was quite happy to succeed compiling mapserver with perl
which is a first step. In compiling gdal I was not that lucky but got a
few millimeters forward.
I tried compiling with MinGW and mysys - and
You might want to check on the PostGIS list as Regina has a MinGW/MSYS
tools for building PostGIS and I think this includes GDAL for the raster
support, but I may be mistaken.
-Steve
On 2/27/2013 11:17 AM, Ari Jolma wrote:
Helmut,
First, I don't recommend it to anybody to compile Geo::GDAL o
Helmut,
First, I don't recommend it to anybody to compile Geo::GDAL on Windows.
I used to do it regularly using the MinGW/MSYS environment and
self-compiled Perl (now I think I would use Strawberry Perl). Here are
some links to instructions I've written (at least some of them):
http://trac.o
Hello everybody,
in my comming up perl-project I need to use the Geo::Gdal - module. As I
understand I need to compile gdal from sources first and then build the
perl bindings. So far so good, but as I'm not a C/C++ developer I ran
into a host of problems. The first thing I tried, was to insta