Opened 10 years ago

Closed 10 years ago

#5078 closed defect (fixed)

kdelibs build fails 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

[ 94%] Building CXX object khtml/CMakeFiles/khtml.dir/imload/decoders/gifloader.o                                                                         
/home/armin/src/kde/kdelibs-4.13.1/khtml/imload/decoders/gifloader.cpp: In member function ‘virtual int khtmlImLoad::GIFLoader::processEOF()’:
/home/armin/src/kde/kdelibs-4.13.1/khtml/imload/decoders/gifloader.cpp:372:31: error: too few arguments to function ‘int DGifCloseFile(GifFileType*, int*)’
             DGifCloseFile(file);

Fix:

sed -i "/DGifCloseFile/s:file:&, NULL:g" khtml/imload/decoders/gifloader.cpp

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 r13119

Note: See TracTickets for help on using tickets.