Opened 10 years ago

Closed 10 years ago

#5077 closed defect (fixed)

libwebp build failure with giflib-5.1.0

Reported by: Armin K Owned by: Pierre Labastie
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

  CC     gif2webp-gif2webp.o
gif2webp.c: In function ‘main’:
gif2webp.c:647:5: error: too few arguments to function ‘DGifCloseFile’
     DGifCloseFile(gif);

Fix:

sed -i "/DGifCloseFile/s:gif:&, NULL:g" examples/gif2webp.c

Change History (2)

comment:1 by Pierre Labastie, 10 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned
Type: enhancementdefect

comment:2 by Pierre Labastie, 10 years ago

Resolution: fixed
Status: assignedclosed

fixed at r13117

Note: See TracTickets for help on using tickets.