Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4675 closed defect (fixed)

Compiling GDAL with giflib-4.2.0 or giflib-5.0.0 fails

Reported by: fwobbe Owned by: warmerdam
Priority: normal Milestone: 1.9.2
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

From http://giflib.git.sourceforge.net/git/gitweb.cgi?p=giflib/giflib;a=blob;f=NEWS

  21 Version 4.2.0
  22 =============
     [...]
  35 New API Features
  36 ----------------
     [...]
  41 * Two new functions, GifError() and GifErrorString(),
  42   return the error state in a form that can be used by programs.
     [...]
  68 * QuantizeBuffer(), GifQprintf(), PrintGifError(), GIF_ERROR() 
  69   and GIF_MESSAGE() have been removed from the core library.  
  70   They were used only by the utilities. QuantizeBuffer() has been
  71   inlined where it was used and the latter three are now part of the
  72   utility support library.

Change History (4)

comment:1 by Even Rouault, 12 years ago

Component: defaultGDAL_Raster

Fixed in trunk (r24490) and branches/1.9 (r24491)

comment:2 by Even Rouault, 12 years ago

Waiting for 1.9.1 to be released before marking as closed and tagging it as 1.9.2

comment:3 by Even Rouault, 12 years ago

Milestone: 1.9.2
Resolution: fixed
Status: newclosed

comment:4 by Even Rouault, 12 years ago

Summary: Compiling GDAL with giflib-4.2.0 fails with error: 'PrintGifError' was not declared in this scopeCompiling GDAL with giflib-4.2.0 or giflib-5.0.0 fails

r24608 /trunk/gdal/frmts/gif/ (biggifdataset.cpp gifdataset.cpp): Add compatibility with giflib 5.0

r24627 /branches/1.9/gdal/frmts/gif/ (biggifdataset.cpp gifdataset.cpp): Add compatibility with giflib 5.0 (#4675)

Note: See TracTickets for help on using tickets.