<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre>Tamas is right!</pre>
<pre>
I tryed myself to compil it on Windows using MinGW and Msys but without any success.</pre>
<pre>
BTW, is there someone who can give me the commands he used to compil on Windows</pre>
<pre>with MinGW/Msys. There is GDAL FAQ and the mailing-list and I tryed from the archive</pre>
<pre>but if someon can just give to me the commands he did...</pre>
<pre>
Since I'm used to compiling/building PostgreSQL/PostGIS/Geos/Proj on windows, if I do it</pre>
<pre>for gdal it will be a great help...</pre>
<pre>
Thanks.</pre>
<pre>
Regards.</pre>
<pre>
David.</pre>
<pre class="moz-signature" cols="72">--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
site: <a class="moz-txt-link-freetext" href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</a>
-------------------------------------------------
</pre>
<br>
<br>
Tamas Szekeres a &eacute;crit&nbsp;:
<blockquote cite="midLISTSERV%25200510060936277332.000A@LISTS.UMN.EDU"
 type="cite">
  <pre wrap="">Frank,

Thank you for the release. However in order to compile SWIG with C# some
modifications should be made in the makefile and some typemaps should be
added.


Tamas




On Tue, 4 Oct 2005 15:32:51 -0400, Frank Warmerdam <a class="moz-txt-link-rfc2396E" href="mailto:warmerdam@POBOX.COM">&lt;warmerdam@POBOX.COM&gt;</a>
wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Folks,

I am pleased to announce the release of GDAL/OGR 1.3.1.  This is mostly a
bug fix release, though there are a few new and improved drivers.

Source:
 <a class="moz-txt-link-freetext" href="http://www.gdal.org/dl/gdal-1.3.1.tar.gz">http://www.gdal.org/dl/gdal-1.3.1.tar.gz</a>
 <a class="moz-txt-link-freetext" href="http://www.gdal.org/dl/gdal131.zip">http://www.gdal.org/dl/gdal131.zip</a>

Docs / Web site:
 <a class="moz-txt-link-freetext" href="http://www.gdal.org/dl/gdal131doc.zip">http://www.gdal.org/dl/gdal131doc.zip</a>

Test Suite:
 <a class="moz-txt-link-freetext" href="http://www.gdal.org/dl/gdalautotest-1.3.1.tar.gz">http://www.gdal.org/dl/gdalautotest-1.3.1.tar.gz</a>

The major news with this release is that the "Next Generation" Perl,
    </pre>
  </blockquote>
  <pre wrap=""><!---->Python
  </pre>
  <blockquote type="cite">
    <pre wrap="">and Ruby bindings are now considered ready to use, though I'm sure there
    </pre>
  </blockquote>
  <pre wrap=""><!---->will
  </pre>
  <blockquote type="cite">
    <pre wrap="">be some additional improvements to them in the coming months.  I would
    </pre>
  </blockquote>
  <pre wrap=""><!---->like to
  </pre>
  <blockquote type="cite">
    <pre wrap="">give out a special thank you to Ari Jolma (perl), Charlie Savage (Ruby),
Kevin Ruland (Python + overall NG work) and Howard Butler who have put in
    </pre>
  </blockquote>
  <pre wrap=""><!---->a
  </pre>
  <blockquote type="cite">
    <pre wrap="">huge amount of effort on these bindings.  If we can get champions for
    </pre>
  </blockquote>
  <pre wrap=""><!---->Java,
  </pre>
  <blockquote type="cite">
    <pre wrap="">C# and PHP that are willing to brave the dark depths of SWIG, I'm sure we
    </pre>
  </blockquote>
  <pre wrap=""><!---->can
  </pre>
  <blockquote type="cite">
    <pre wrap="">make good progress on them too.

Best regards,
---------------------------------------+----------------------------------
    </pre>
  </blockquote>
  <pre wrap=""><!---->----
  </pre>
  <blockquote type="cite">
    <pre wrap="">I set the clouds in motion - turn up   | Frank Warmerdam,
    </pre>
  </blockquote>
  <pre wrap=""><!----><a class="moz-txt-link-abbreviated" href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">light and sound - activate the windows | <a class="moz-txt-link-freetext" href="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam</a>
and watch the world go round - Rush    | Geospatial Programmer for Rent



GDAL 1.3.1 - Overview of Changes
--------------------------------

Next Generation SWIG Wrappers (GDAL and OGR):
- Python, Perl and Ruby bindings considered to be ready to use.
- C#, Java, PHP are at best initial prototypes.
- Added configure options for most NG options.

PCRaster Driver:
- libcsf is now included as part of GDAL.
- PCRaster enabled by default on win32.
- --with-pcraster=internal option now supported on unix (but not yet
    </pre>
  </blockquote>
  <pre wrap=""><!---->default)
  </pre>
  <blockquote type="cite">
    <pre wrap="">VSI Virtualization:
- The "large file API" (VSI*L) has been re-engineered to allow installing
  additional file handlers at runtime.
- Added "in memory" VSI handler so that now any driver using VSI*L
  functions for data access can operate on in-memory files.
- PNG, JPEG and GeoTIFF drivers upgraded to work with in-memory support.

Raster Attribute Tables:
- Implemented new Raster Attribute Tables support.  See the
  GDALRasterAttributeTable class for more information.

Erdas Imagine Overviews:
- Erdas Imagine driver upgraded to support building internal overviews.
- Generic overview handler updated to support overviews in Erdas Imagine
  format for any file format.  Set USE_RRD config option to YES to
    </pre>
  </blockquote>
  <pre wrap=""><!---->enable.
  </pre>
  <blockquote type="cite">
    <pre wrap="">gdalwarp:
- Added proper support for "unified source nodata", so the -srcnodata
  switch works well.

RIK Driver:
- New Swedish format driver implemented by Daniel Wallner.

JPEG Driver:
- Substantial improvements to EXIF support.

MrSID Driver:
- Updated with proper JPEG2000 support as JP2MRSID driver, including
  encoding with ESDK.
- Updated to support MrSID Version 5.x SDKs.

PNG Driver:
- Fixed serious bugs with 16bit file support.
- Added NODATA_VALUES to identify RGB sets that indicate a nodata pixel.


OGR 1.3.1 - Overview of Changes
-------------------------------

Reference Counting:
- OGRSpatialReference and OGRFeatureDefn now honour reference counting
  semantics.
- Note that, especially for the OGRFeatureDefn, it is now critical that
  all drivers be careful with reference counting.  Any OGR drivers not in
  the core distribution will likely crash if not updated.

ESRI Personal Geodatabase Driver:
- New driver implemented for ESRI Personal Geodatabase (.mdb) files.
- Uses ODBC, enabled by default on win32.

ODBC Driver:
- Updated to support binary fields.
- Updated to support WKB geometry fields.
- Updated to support DSN-less connections.

S57 Driver:
- Added support for Inland Waterways, and Additional Military Layers
    </pre>
  </blockquote>
  <pre wrap=""><!---->profiles

  </pre>
</blockquote>
</body>
</html>