[gdal-dev] MrSID JP2 support in Mac DSDK 9
Howard Butler
howard at hobu.co
Mon Dec 23 19:37:19 PST 2013
On Dec 23, 2013, at 9:55 AM, Howard Butler <howard at hobu.co> wrote:
>
> On Dec 23, 2013, at 5:00 AM, Even Rouault <even.rouault at mines-paris.org> wrote:
>
>> Hi Howard,
>>
>> DSDK v8 or later no longer needs libltkdu.a. The test that should have succeeded
>> and that has not apparently in your case is :
>>
>> elif test -e "$with_mrsid/lib/libltidsdk.so" \
>> -o -e "$with_mrsid/lib/libltidsdk.dylib"; then # v8+ .so has kdu
>> with_jp2mrsid=yes
>>
>> But I don't know if there are specific behaviour for the Mac DSDK
>
> Ok, I'll fix this up.
No fixup was needed. As part of my "installation," I moved the .dylibs into /usr/local/lib but pointed at the leftover MrSID SDK directory for configuration. The dylibs were not found, and the logic of the test couldn't succeed.
Thanks,
Howard
More information about the gdal-dev
mailing list