Re: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-11-03 Thread William Kyngesburye

On Nov 2, 2008, at 8:06 PM, William Kyngesburye wrote:


One bug that hasn't had any action taken:

http://trac.osgeo.org/gdal/ticket/1242

I wonder - I build OGDI with proj support.  For use only in GDAL, is  
that necessary?  If not, then I could remove PROJ from my OGDI and  
this bug will be meaningless, to me at least.


OK, reviewing the OGDI configuration, I see that PROJ is required.   
Can't build without it.


-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

Earth: Mostly harmless

- revised entry in the HitchHiker's Guide to the Galaxy


___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


RE: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-30 Thread Kolberg Sjur A

Hello,

I just built GDAL1.6beta1 under Windows, VS2005, using the compiler IDE and 
modified project files distributed from http://vterrain.org/Distrib/gdal.html. 
Builds and tests fine with some GRIB, HDF4 and HDF5 data, if someone wants the 
updated VS2005 project file let me know.

Sjur  :-)


Sjur Kolberg
SINTEF Energiforskning A/S
Sem Sælands vei 11
7465 Trondheim
tlf. 73 59 72 78
fax  73 59 72 50  

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Frank Warmerdam
 Sent: 30 oktober 2008 04:00
 To: gdal-dev; [EMAIL PROTECTED]
 Subject: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available
 
 Folks,
 
 I have prepared the GDAL/OGR 1.6.0 Beta1 release.  This is 
 the first of two planned betas, the second is planned for 
 November 12th.  The source is available at:
 
http://download.osgeo.org/gdal/gdal-1.6.0beta1.tar.gz
http://download.osgeo.org/gdal/gdal160beta1.zip
 
 I have also snapped the Python autotest suite.  It can be 
 downloaded from:
 
http://download.osgeo.org/gdal/gdalautotest-1.6.0-beta1.tar.gz
http://download.osgeo.org/gdal/gdalautotest-1.6.0-beta1.zip
 
 Instructions on running and interpreting the autotest suite 
 are available
 at:
 
http://trac.osgeo.org/gdal/wiki/TestingNotes
 
 Andrey Kiselev will be preparing test matrix document very 
 soon in which notes can be made about test coverage:
 
http://trac.osgeo.org/gdal/wiki/TestMatrix160
 
 New bugs found should be filed in Trac normally.
 
http://trac.osgeo.org/gdal
 
 GDAL developers and users are encouraged to treat the coming 
 two weeks as the prime time for bug finding and fixing.  
 Once beta2 starts we will take a more cautious approach to changes.
 
 Best regards,
 -- 
 ---+--
 --
 ---+--
 I set the clouds in motion - turn up   | Frank Warmerdam, 
 [EMAIL PROTECTED]
 light and sound - activate the windows | http://pobox.com/~warmerdam
 and watch the world go round - Rush| Geospatial 
 Programmer for Rent
 
 ___
 gdal-dev mailing list
 gdal-dev@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/gdal-dev
 
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-30 Thread Frank Warmerdam

Frank Warmerdam wrote:

Folks,

I have prepared the GDAL/OGR 1.6.0 Beta1 release.  This is the first of
two planned betas, the second is planned for November 12th.  The source is
available at:

  http://download.osgeo.org/gdal/gdal-1.6.0beta1.tar.gz
  http://download.osgeo.org/gdal/gdal160beta1.zip

I have also snapped the Python autotest suite.  It can be downloaded from:

  http://download.osgeo.org/gdal/gdalautotest-1.6.0-beta1.tar.gz
  http://download.osgeo.org/gdal/gdalautotest-1.6.0-beta1.zip


Folks,

I neglected to mention that the 1.6.0 beta1 source has been used in the
latest FWTools for windows (2.2.8):

  http://home.gdal.org/fwtools/FWTools228.exe

Also, the gdal-dev package in OSGeo4W has been updated with the beta
source.

  http://osgeo4w.osgeo.org/

The gdal-dev package needs to be installed via the advanced install
sequence.  Once installed you need to run the gdaldev bat file in the
OSGeo4W command shell to use the gdal-dev package instead of the 1.5.3
version for the gdal utilities and python scripts.

Note that there is currently no way in OSGeo4W to use gdal-dev with other
GDAL using packages like MapServer, or OpenEV which always use the
standard GDAL package (1.5.3).

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Can't build without INCLUDE_OGR_FRMTS = YES (RE: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available)

2008-10-30 Thread Peng Gao
 
Frank,

I am getting unresolved symbols without INCLUDE_OGR_FRMTS = YES. I am
building
GDAL 1.6.0 Beta 1 using VS2008 on Windows XP.
Is there a way to keep building GDAL 1.6.0 without OGR? The release dll
size difference is 3.6M (gdal15.dll without OGR) vs. 4.8M (gdal16dev.dll
with OGR).

Thanks,
Gao, Peng


link /nologo /dll /INCLUDE:_OGRFeatureStylePuller
/INCLUDE:_OSRValidate
  /INCLUDE:_OPTGetProjectionMethods  /INCLUDE:_OGR_G_GetPointCount
/INCLUDE:_GDA
[EMAIL PROTECTED]  /INCLUDE:[EMAIL PROTECTED]
/INCLUDE:_GDALComputeMedia
[EMAIL PROTECTED]  /INCLUDE:[EMAIL PROTECTED]
/INCLUDE:_OCTNewCoordinateTransforma
[EMAIL PROTECTED]  port\*.obj gcore\*.obj alg\*.obj frmts\o\*.obj ogr\ogr.lib
C:\A
rcGIS\SharedArcGIS\DepFiles\lib\Kakadu\kdu60.lib
/LIBPATH:C:\GDAL\codec\hdf4\dl
l Ws2_32.lib   C:\GDAL\codec\DSDK\lib\Release_md\lti_dsdk_dll.lib
advapi32.lib u
ser32.lib
C:/ArcGIS/SharedArcGIS/DepFiles/Lib/Curl/libcurl.li
b   gcore\Version.res  /out:gdal16.dll /implib:gdal_i.lib
   Creating library gdal_i.lib and object gdal_i.exp
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual c
lass OGRGeometry * __thiscall OGRLayer::GetSpatialFilter(void)
(?GetSpatialFilt
[EMAIL PROTECTED]@@UAEPAVOGRGeometry@@XZ)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual v
oid __thiscall OGRLayer::SetSpatialFilter(class OGRGeometry *)
(?SetSpatialFilt
[EMAIL PROTECTED]@@UAEXPAVOGRGeometry@@@Z)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual v
oid __thiscall
OGRLayer::SetSpatialFilterRect(double,double,double,double) (?Se
[EMAIL PROTECTED]@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::SetAttributeFilter(char const *)
([EMAIL PROTECTED]
GRLayer@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::SetNextByIndex(long)
([EMAIL PROTECTED]@@[EMAIL PROTECTED]
)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual c
lass OGRFeature * __thiscall OGRLayer::GetFeature(long)
([EMAIL PROTECTED]@@
UAEPAVOGRFeature@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::SetFeature(class OGRFeature *)
([EMAIL PROTECTED]@@U
AEHPAVOGRFeature@@@Z)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::CreateFeature(class OGRFeature *)
([EMAIL PROTECTED]
yer@@UAEHPAVOGRFeature@@@Z)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::DeleteFeature(long)
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::GetFeatureCount(int)
([EMAIL PROTECTED]@@UAEHH@
Z)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::GetExtent(class OGREnvelope *,int)
([EMAIL PROTECTED]
@@UAEHPAVOGREnvelope@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual c
har const * __thiscall OGRLayer::GetInfo(char const *)
([EMAIL PROTECTED]@@UAEP
[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::CreateField(class OGRFieldDefn *,int)
([EMAIL PROTECTED]
Layer@@UAEHPAVOGRFieldDefn@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::SyncToDisk(void) ([EMAIL PROTECTED]@@UAEHXZ)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::StartTransaction(void)
([EMAIL PROTECTED]@@UAE
HXZ)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::CommitTransaction(void)
([EMAIL PROTECTED]@@U
AEHXZ)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual i
nt __thiscall OGRLayer::RollbackTransaction(void)
([EMAIL PROTECTED]
r@@UAEHXZ)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual c
har const * __thiscall OGRLayer::GetFIDColumn(void)
([EMAIL PROTECTED]@@UA
EPBDXZ)
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual c
har const * __thiscall OGRLayer::GetGeometryColumn(void)
([EMAIL PROTECTED]
RLayer@@UAEPBDXZ)
gdalrasterize.obj : error LNK2019: unresolved external symbol public:
virtual _
_thiscall OGRLayer::~OGRLayer(void) (??1OGRLayer@@[EMAIL PROTECTED]) 
referenced in
functio
n public: virtual void * __thiscall OGRLayer::`scalar deleting
destructor'(unsi
gned int) (??_GOGRLayer@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:
virtual c
lass OGRLayer * __thiscall OGRDataSource::GetLayerByName(char const *)
(?GetLay
[EMAIL PROTECTED]@@UAEPAVOGRLayer@@[EMAIL PROTECTED])
gdalrasterize.obj : error LNK2001: unresolved external symbol public:

Re: Can't build without INCLUDE_OGR_FRMTS = YES (RE: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available)

2008-10-30 Thread Frank Warmerdam

Peng Gao wrote:
 
Frank,


I am getting unresolved symbols without INCLUDE_OGR_FRMTS = YES. I am
building
GDAL 1.6.0 Beta 1 using VS2008 on Windows XP.
Is there a way to keep building GDAL 1.6.0 without OGR? The release dll
size difference is 3.6M (gdal15.dll without OGR) vs. 4.8M (gdal16dev.dll
with OGR).

...

link /nologo /dll /INCLUDE:_OGRFeatureStylePuller
/INCLUDE:_OSRValidate
  /INCLUDE:_OPTGetProjectionMethods  /INCLUDE:_OGR_G_GetPointCount
/INCLUDE:_GDA
[EMAIL PROTECTED]  /INCLUDE:[EMAIL PROTECTED]
/INCLUDE:_GDALComputeMedia
[EMAIL PROTECTED]  /INCLUDE:[EMAIL PROTECTED]
/INCLUDE:_OCTNewCoordinateTransforma
[EMAIL PROTECTED]  port\*.obj gcore\*.obj alg\*.obj frmts\o\*.obj ogr\ogr.lib
C:\A


Gao,

The makefiles and software is slightly broken in this regard.  If you file
a ticket on this I'll try to have it resolved before beta2.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-29 Thread William Kyngesburye
Is there an overview of changes?  The NEWS file hasn't been updated  
since 1.5.0 prerelease.


On Oct 29, 2008, at 10:00 PM, Frank Warmerdam wrote:


Folks,

I have prepared the GDAL/OGR 1.6.0 Beta1 release.  This is the first  
of
two planned betas, the second is planned for November 12th.  The  
source is

available at:

 http://download.osgeo.org/gdal/gdal-1.6.0beta1.tar.gz
 http://download.osgeo.org/gdal/gdal160beta1.zip



-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

First Pogril: Why is life like sticking your head in a bucket filled  
with hyena offal?
Second Pogril: I don't know.  Why IS life like sticking your head in a  
bucket filled with hyena offal?

First Pogril: I don't know either.  Wretched, isn't it?

-HitchHiker's Guide to the Galaxy


___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL/OGR 1.6.0 Beta 1 Available

2008-10-29 Thread Frank Warmerdam

William Kyngesburye wrote:
Is there an overview of changes?  The NEWS file hasn't been updated 
since 1.5.0 prerelease.


William,

There isn't yet a NEWS file update available.  It is produced rather
manually and I didn't have the time/energy to do it today.  It will be
in place for the first RC, hopefully for beta2.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev