RE: [gdal-dev] mrsid nmake.opt

2011-01-13 Thread Kirk McKelvey
I've addressed the syntax error issue under http://trac.osgeo.org/gdal/ticket/3906 for 1.8. Since you are happy building with a local mod the other items do not seem necessary in 1.8 - instead I will incorporate them on trunk for a future release. Thanks for the suggestions. I'm now woking wit

Re: [gdal-dev] mrsid nmake.opt

2011-01-13 Thread Tamas Szekeres
2011/1/13 Kirk McKelvey > 3. Do we have a reason to include geotiff in the mrsid makefile? > > Yes – though the reason is obscure. It is to build the mrsid driver as a > plugin when linking against the MrSID SDK statically (e.g., older SDKs). > Most of the GDAL symbols referenced from the MrSID

RE: [gdal-dev] mrsid nmake.opt

2011-01-13 Thread Kirk McKelvey
So sorry for the delay, Tamas. For some reason your messages were going into my spam filter. 1. Do we officially drop support for the older dsdk-s for example: Geo_DSDK-7.0.0.2167.win32-vc7 which use a different directory layout as expected by the new nmake.opt. For example the recent SDK is n

RE: [gdal-dev] mrsid nmake.opt

2011-01-12 Thread Kirk McKelvey
Good call Jeff, I will revise the MrSID wiki. > -Message d'origine- > De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev- > boun...@lists.osgeo.org] De la part de Jeff McKenna > Envoyé : Tuesday, January 11, 2011 5:09 AM > À : gdal-dev@lists.osgeo.org > Objet

Re: [gdal-dev] mrsid nmake.opt

2011-01-11 Thread Tamas Szekeres
Kirk, I've finally managed to get my builds fixed. I wanted to rely on your detection logic in nmake.opt but it seems I'd require some minor modifications (the patch attached): 1. I've found a syntax error in the line: !ELSE IF EXIST("$(R700)"), It may be due to the content of $(R700) probably. 2

Re: [gdal-dev] mrsid nmake.opt

2011-01-11 Thread Tamas Szekeres
2011/1/11 Kirk McKelvey > > Tamas, from what I understand you have tweaked the layout of the MrSID SDK > used in your daily windows builds. Depending on the details this might work > for you anyway; if it doesn’t, let me know. > > Kirk, The changed were breaking, I'm about to fix that in some w

Re: [gdal-dev] mrsid nmake.opt

2011-01-11 Thread Jeff McKenna
Thanks Kirk, I'll give it a whirl. Also, I wonder if we need to update anything on the MrSID wiki page: http://trac.osgeo.org/gdal/wiki/MrSID -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 11-01-10 9:05 PM, Kirk McKelvey wrote: All,

[gdal-dev] mrsid nmake.opt

2011-01-10 Thread Kirk McKelvey
All, I have made a change to simplify build configuration for the mrsid driver on the trunk (r21458). If you regularly build this driver, especially if you have a vested interest in maintaining compatibility with a particular historical MrSID SDK release, please give it a whirl and let me know