Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.io.image
bob.io.image
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.io.imagebob.io.image
  • Issues
  • #20

Closed
Open
Opened Sep 14, 2016 by Manuel Günther@mguenther
  • Report abuse
  • New issue
Report abuse New issue

Unknown ``GifErrorString``

The function GifErrorString is only available in giflib version 5, as discussed here: http://lists.openimageio.org/pipermail/oiio-dev-openimageio.org/2013-October/006315.html

On my machine (with giflib version 4.1.6-11) I get the compilation error:

bob.io.image/bob/io/image/cpp/gif.cpp: In function ‘void GifErrorHandler(const char*, int)’:
bob.io.image/bob/io/image/cpp/gif.cpp:284:50: error: ‘GifErrorString’ was not declared in this scope
   const char* error_string = GifErrorString(error);

@andre.anjos Could you please fix that ASAP? The master branch is not compiling on my machine any more.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
bug C++
Assign labels
  • View project labels
Reference: bob/bob.io.image#20