[Kde-print-devel] [Bug 139320] New: KDE print with CUPS does not compile, missing type KURL
Florian Stinglmayr
fstinglmayr at gmail.com
Thu Dec 28 16:20:03 CET 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=139320
Summary: KDE print with CUPS does not compile, missing type KURL
Product: kdeprint
Version: unspecified
Platform: FreeBSD Ports
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-print-devel kde org
ReportedBy: fstinglmayr gmail com
Version: (using KDE KDE 3.5.5)
Installed from: FreeBSD Ports
Compiler: gcc 3.4.4
OS: FreeBSD
When installing KDE 3.5.5 from FreeBSD 6.1 ports and choosing CUPS support the compilation of kdeprint fails. It claims KURL is an uncomplete type in /usr/ports/x11/kdelibs3/work/kdelib-3.5.5/kdeprint/cups/ipprequest.cpp. But adding "#include <kurl.h>" to the list of included header files solves this issue:
// Headers
#include <qregexp.h>
#include <cups/cups.h>
// NEW LINE:
#ínclude <kurl.h>
More information about the Kde-print-devel
mailing list