[Kde-print-devel] [Bug 115891] KDE doesn't work with CUPS 1.2

douard@magic.fr douard at magic.fr
Fri Nov 25 11:56:54 CET 2005


------- 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=115891         




------- Additional Comments From douard magic fr  2005-11-25 11:56 -------
Hi,
don't know if this is related, but in order to be able to compile kdeprint (from kde 3.5 rc2 sources) against  cups 1.2 (1.0190 precisely), I had to modify the file cups-util.c, line 445

replace:
  if (ntohl(*(int*)&http->hostaddr.sin_addr) != 0x7f000001 &&
with:
  if (ntohl(*(int*)&http->_hostaddr.sin_addr) != 0x7f000001 &&

since cups has changed the http_t structure...
David


More information about the Kde-print-devel mailing list