Opened 13 years ago
Closed 4 years ago
#257 closed defect (outdated)
Libtiff 4.0.0dev-91 is bugged
Reported by: | lutra | Owned by: | warmerdam |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | libtiff | |
Cc: |
Description
See
https://trac.osgeo.org/grass/ticket/1544
among the other things it makes GRASS modules to fail.
The previous version 4.0.0dev-9o works just fine.
Change History (4)
comment:1 by , 13 years ago
Keywords: | libtiff added |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
To reproduce, simply start tiffinfo.exe. It crashes, though gdalinfo works ok.
Also see discussion in http://lists.osgeo.org/pipermail/osgeo4w-dev/2011-November/001479.html
comment:3 by , 13 years ago
I have rebuilt the libtiff dll package with VC7.1 which did not use manifests and this made it so that the tiffinfo.exe binary works again.
It seems that any DLL built using manifests and depending on manifest oriented runtimes requires that the .exe also be built with manifests.
This is in place now, but I hope to do some investigation of a way forward that does not depend on ancient compiler versions.
comment:4 by , 4 years ago
Resolution: | → outdated |
---|---|
Status: | new → closed |
I shall endeavour to look into this problem tonight when I have access to my windows VM.