FW: Today konstruct

kdeprint@swing.be kdeprint at swing.be
Mon Nov 14 16:50:47 CET 2005


---------------------------------------
De: 
Sujet: Today konstruct
Date: Lundi 14 Novembre 12:48


Hi,Just FYI, today's konstruct fails when compiling cups-util.c for these reasons:1. I'm using gcc4, at it requires protos for function, or at least it requires them for cupsGetConf and cupsPutConf. So I added: const char * cupsGetConf(void); int cupsPutConf(const char*); And this is gone2. With cups 1.2 beta installed, the line in cups_local_auth(): if (ntohl(http->hostaddr.sin_addr.s_addr) != 0x7f000001 && must become if (ntohl(http->_hostaddr.sin_addr.s_addr) != 0x7f000001 && since hostaddr member has changed (_hostaddr is deprecated but works).Hope you find it useful.Bye. -- Stefano Rivoir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-print/attachments/20051114/46f09bb2/attachment.html


More information about the kde-print mailing list