Re: [gdal-dev] ArcSDE -> GeoTiff: Bit size calculation failed...

2011-10-17 Thread Wouter Schaubroeck
Howard, Thanks for the information. As soon as I have a ArcMAP installation, I'll check this (should be a matter of days). Wouter -- Wouter http://blog.giswhat.be On 14 October 2011 18:04, Howard Butler wrote: > > On Oct 14, 2011, at 9:47 AM, Wouter Schaubroeck wrote: >> Bit

[gdal-dev] ArcSDE -> GeoTiff: Bit size calculation failed...

2011-10-14 Thread Wouter Schaubroeck
Hey list, I'm trying to convert a raster image in ArcSDE to a GeoTiff, but this isn't working as expected. I'm getting the following error: Bit size calculation failed... SDE's length:16834 With bitmap length: 18529 Without bitmap length: 16834 The error is thrown in the following file: sderaste

Re: [gdal-dev] Re: error compiling gdal with ArcSDE support

2011-09-22 Thread Wouter Schaubroeck
Hi Howard, This did the trick! Thanks, you made my day... grtz, w -- Wouter http://blog.giswhat.be On 21 September 2011 15:50, Howard Butler wrote: > > On Sep 21, 2011, at 7:30 AM, Wouter Schaubroeck wrote: > > > Hi list, > > > > Good news, I've fixed this

[gdal-dev] Re: error compiling gdal with ArcSDE support

2011-09-21 Thread Wouter Schaubroeck
idn't help. It looks like the libsde.a file contains these methods already, and want to join the jpeg-creation-game... Btw, this is not the only method that causes errors, but the other errors are similar. Thanks in advance, Wouter -- Wouter http://blog.giswhat.be On 15 September 2011

[gdal-dev] error compiling gdal with ArcSDE support

2011-09-15 Thread Wouter Schaubroeck
Hi list, I'm trying to compile gdal from source with added ArcSDE support, but it doesn't compile. I get this error: libsde.so: undefined reference to `pthread_atfork' My configure command looks like this: ./configure --with-sde=/home/sde/bin/sde100/sdeexe100/ --with-sde-version=100 --prefix=/ho