Let me preface this by saying I'm pretty new to Linux; or at least, running it on my own computer.
I'm running Debian 3.1 on an Apple Powerbook, fyi.
Anyway, when I use Konstruct to compile KDE 3.5, it kicks me out here:
In file included from libxpdf_la.all_cc.cc:49:
GfxState.cc: In function `static GfxColorSpace*
GfxICCBasedColorSpace::parse(Array*)':
GfxState.cc:761: warning: `GfxColorSpace*altA' might be used uninitialized in
this function
In file included from libxpdf_la.all_cc.cc:50:
GlobalParams.cc: In function `void parseStyle(QString&, int&, int&, int&)':
GlobalParams.cc:1318: error: `FC_WIDTH_CONDENSED' undeclared (first use this
function)
GlobalParams.cc:1318: error: (Each undeclared identifier is reported only once
for each function it appears in.)
GlobalParams.cc: In member function `DisplayFontParam*
GlobalParams::getDisplayFont(GString*)':
GlobalParams.cc:1332: error: `FC_WIDTH_NORMAL' undeclared (first use this
function)
GlobalParams.cc:1338: error: `FC_WIDTH' undeclared (first use this function)
In file included from libxpdf_la.all_cc.cc:64:
PSOutputDev.cc: In member function `void PSOutputDev::writePSFmt(const char*,
...)':
PSOutputDev.cc:4869: warning: function might be possible candidate for `printf'
format attribute
In file included from libxpdf_la.all_cc.cc:65:
SecurityHandler.cc: In function `static SecurityHandler*
SecurityHandler::make(PDFDoc*, Object*)':
SecurityHandler.cc:38: warning: unused variable `XpdfSecurityHandler*xsh'
make[6]: *** [libxpdf_la.all_cc.lo] Error 1
Like I said, I'm kinda new to this. I probably didn't update something or another that I ought have. Any help you could give would be greatly appreciated.