You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, January 3rd 2006, 3:39pm

Error compiling 3.5 w/ Konstruct

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.

2

Saturday, January 7th 2006, 10:08am

RE: Error compiling 3.5 w/ Konstruct

Hi McFlynn - did you manage to fix this? If so, could you post a solution?

I've just stumbled on exactly the same problem. My architecture is i386 / Redhat 9 so at least we know it isn't architecture-dependent.

Cheers
S

3

Saturday, January 7th 2006, 11:48am

ok - the solution is to download the latest xpdf package. That in itself has a dependency on freetype.

Good luck!
S

4

Saturday, January 7th 2006, 3:27pm

ahh alright. Thank you much! :-)