Opened 10 years ago

Closed 10 years ago

#5076 closed defect (fixed)

imlib2 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       gif_la-loader_gif.lo
loader_gif.c: In function 'load':
loader_gif.c:63:19: error: too few arguments to function 'DGifCloseFile'
                   DGifCloseFile(gif);

Fix:

sed -i "/DGifCloseFile/s:gif:&, NULL:g" src/modules/loaders/loader_gif.c

Change History (2)

comment:1 by Pierre Labastie, 10 years ago

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

comment:2 by Pierre Labastie, 10 years ago

Resolution: fixed
Status: assignedclosed

fixed at r13117

Note: See TracTickets for help on using tickets.