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>
can you provide more context to the error (preferably the line that compiles this file) plus your config.log? FWIW, I don't see this problem on 6.2 with cups support
Setting timeout for feedback to Feb 1, 2007, before this bug will be closed as INVALID.
I tried it today, and it worked fine. Seemed like the bug is fixed. Sorry for any inconvenience. Maybe it was just a broken FreeBSD port.
Thanks Florian; I'm closing this bug then.
Closing old Resolved status bug.