help with CMake on win32
Alexander Neundorf
neundorf at kde.org
Tue Feb 7 17:43:05 CET 2006
On Tuesday 07 February 2006 00:42, David Faure wrote:
> On Tuesday 07 February 2006 00:25, Michael Drüing wrote:
> > Could not find GIF
> > -- Configuring done
> > D:\kde4\src\kdelibs-build>
> >
> > Could it have something to do with the GIF error?
>
> Yes, that looks like an error. But I guess the giflib requirement is a bug,
> it should be made optional iirc.
From khtml/imload/decoders/:
Makefile.am:
noinst_LTLIBRARIES = libdecoders.la
libdecoders_la_SOURCES = jpegloader.cpp pngloader.cpp gifloader.cpp
libdecoders_la_METASOURCES = AUTO
libdecoders_la_LIBADD = -ljpeg $(GIF_LIBRARY)
noinst_HEADERS = jpegloader.h pngloader.h gifloader.h
gifloader.cpp:
#include <config.h> //For endian
extern "C" {
#include <gif_lib.h>
}
So currently it is not optional as far as I can see.
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list