---------------------------------------<BR>De: <BR>Sujet: Today konstruct<BR>Date: Lundi 14 Novembre 12:48<BR><BR><BR>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-&gt;hostaddr.sin_addr.s_addr) != 0x7f000001 &amp;&amp; must become if (ntohl(http-&gt;_hostaddr.sin_addr.s_addr) != 0x7f000001 &amp;&amp; since hostaddr member has changed (_hostaddr is deprecated but works).Hope you find it useful.Bye. -- Stefano Rivoir<BR><BR><br>