Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile problem, when DEFER_STRILE_LOAD is undefined #90

Closed
wants to merge 1 commit into from

Conversation

drons
Copy link
Contributor

@drons drons commented Jan 25, 2016

Some TIFF files can be accessed via GDAL only if we deactivate DEFER_STRILE_LOAD flag in tif_config.h. But in this case we have compile error. This patch fix this problem.

Conflicts:
	gdal/frmts/gtiff/geotiff.cpp
@rouault
Copy link
Member

rouault commented Jan 25, 2016

The patch is OK and has been applied in r33164 but I'd be curious to hear about files that cannot be loaded when DEFER_STRILE_LOAD is defined

kwrobot pushed a commit to aashish24/gdal-svn that referenced this pull request Jan 25, 2016
…LOAD isn't defined (which is not the default configuration) (patch by drons, OSGeo/gdal#90)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@33164 f0d54148-0727-0410-94bb-9a71ac55c965
@drons
Copy link
Contributor Author

drons commented Jan 25, 2016

When I received those files, I was surprised, too.
Now I can't provide these files for some reason, but I will try to prepare the example.

@drons
Copy link
Contributor Author

drons commented Apr 27, 2016

Yesterday i'm run git bisect with 'gdalinfo my_file.tif' and found first broken commit.
git 1f0d59a
svn: trunk@28198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants