From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 15:00:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD8EA16A417 for ; Wed, 3 Oct 2007 15:00:33 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id 620D913C467 for ; Wed, 3 Oct 2007 15:00:32 +0000 (UTC) (envelope-from freebsd001@freeode.co.uk) Received: from lexx.freeode.co.uk (lexx.freeode.co.uk [10.10.10.2]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id l93EjMO9004589 for ; Wed, 3 Oct 2007 15:45:23 +0100 (BST) (envelope-from freebsd001@freeode.co.uk) From: John Murphy To: freebsd-questions@freebsd.org Date: Wed, 03 Oct 2007 15:45:22 +0100 Message-ID: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Can't build kdelibs. Errors in cups-util.c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd001@freeode.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 15:00:33 -0000 Can't build kdelibs. Errors in cups-util.c I posted to the "cups-1.3.3 not compiling anymore in FreeBSD 7.0" thread because this seemed a similar (cups) problem to that one. http://docs.FreeBSD.org/cgi/mid.cgi?20071002233308.06dfa5bd For the full details. The errors are: cups-util.c: In function `cupsGetConf': cups-util.c:111: error: dereferencing pointer to incomplete type cups-util.c:119: error: dereferencing pointer to incomplete type cups-util.c:138: error: dereferencing pointer to incomplete type cups-util.c:213: warning: `httpRead' is deprecated (declared at /usr/local/include/cups/http.h:361) cups-util.c: In function `cupsPutConf': cups-util.c:308: warning: `httpWrite' is deprecated (declared at /usr/local/include/cups/http.h:371) cups-util.c:312: warning: `httpWrite' is deprecated (declared at /usr/local/include/cups/http.h:371) cups-util.c:337: error: dereferencing pointer to incomplete type cups-util.c:345: error: dereferencing pointer to incomplete type cups-util.c:364: error: dereferencing pointer to incomplete type cups-util.c: In function `cups_local_auth': cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from incompatible pointer type I tried the suggestion to: " make deinstall make clean make reinstall in the cups-base port directory." Even though my problem wasn't with cups-base itself. No change. I tried to make WITHOUT_CUPS=yes install in x11/kdelibs (I don't actually have a printer). No change. I then (stupidly) made deinstall etc. in x11/kdelibs, which had the undesireable side effect of breaking my kde desktop env. I keep running csup in the hope that it gets fixed, but there's a good chance the problem is between chair and keyboard. Please help with any suggestion. -- Thanks, John.