[Gdal-dev] MrSID ESDK 5.x
Chapman, Martin
MChapman at sanz.com
Thu Oct 13 20:54:58 EDT 2005
Frank,
It compiled fine, but there was one error in nmake.opt file. On the
last line of the mrsid esdk options:
Incorrect:
MRSID_LIB = $(MRSID_DIR)\lib\Release_md\lti_esdk_dll.lib
$(MRSID_LIB)-
The - at the end of the line was giving the compiler errors. I removed
it and then it compiled. I hope that - wasn't needed.
Correct:
MRSID_LIB = $(MRSID_DIR)\lib\Release_md\lti_esdk_dll.lib
$(MRSID_LIB)
Thanks for your help,
Martin
-----Original Message-----
From: fwarmerdam at gmail.com [mailto:fwarmerdam at gmail.com] On Behalf Of
Frank Warmerdam
Sent: Thursday, October 13, 2005 5:12 PM
To: Chapman, Martin
Cc: gdal-dev at lists.maptools.org
Subject: Re: [Gdal-dev] MrSID ESDK 5.x
On 10/13/05, Chapman, Martin <MChapman at sanz.com> wrote:
> I have the MrSID ESDK 5.x and I want to link it to the Windows build
of
> GDAL. Has the windows build been updated to support this version yet?
I
> noticed in the nmake.opt file that the define symbol said MRSID_FLAGS
=
> -DMRSID_ESDK_VERSION_40 $(MRSID_FLAGS). Can I just substitute that
with
> _50?
Martin,
You now need to define MRSID_ESDK instead of
MRSID_ESDK_VERSION_40. I'm not sure if there
are differences with the library.
Best regards,
--
---------------------------------------+--------------------------------
------
I set the clouds in motion - turn up | Frank Warmerdam,
warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the Gdal-dev
mailing list