From kde-commits Sun Sep 19 21:27:34 2004 From: Albert Astals Cid Date: Sun, 19 Sep 2004 21:27:34 +0000 To: kde-commits Subject: Re: kdegraphics/kpdf/xpdf Message-Id: <200409192327.34814.tsdgeos () terra ! es> X-MARC-Message: https://marc.info/?l=kde-commits&m=109562926521740 Can you try to see if you are able of fixing the code inside kdegraphics/kpdf/kpdf to work with enable final? Currently it has KDE_OPTIONS = nofinal in Makefile.am and if i remove it i get lots of linking problems when linking libkpdfpart.la and i don't know what can cause them. Albert A Diumenge 19 Setembre 2004 23:16, Adriaan de Groot va escriure: > CVS commit by adridg: > > Make .h safe for multiple inclusion (which happens with --enable-final) > > > M +3 -0 Stream-CCITT.h 1.5 > > > --- kdegraphics/kpdf/xpdf/Stream-CCITT.h #1.4:1.5 > @@ -1,2 +1,4 @@ > +#ifndef STREAM_CCITT_H > +#define STREAM_CCITT_H > //======================================================================== > // > @@ -458,2 +460,3 @@ static CCITTCode blackTab3[64] = { > {2, 2}, {2, 2}, {2, 2}, {2, 2} > }; > +#endif