[kde-freebsd] ports/116767: x11/kdelibs3 - kde3 fails to build
Patrick Lamaiziere
patpr at davenulle.org
Mon Oct 1 19:30:07 CEST 2007
The following reply was made to PR ports/116767; it has been noted by GNATS.
From: Patrick Lamaiziere <patpr at davenulle.org>
To: bug-followup at FreeBSD.org, ralph at imada.sdu.dk
Cc:
Subject: Re: ports/116767: x11/kdelibs3 - kde3 fails to build
Date: Mon, 1 Oct 2007 19:24:44 +0200
Hi,
The problem is that KDE uses the struct http_t
from /usr/local/include/cups/http.h but this struct is private
since the new port of cups
typedef struct _http_s http_t; /**** HTTP connection type ****/
_http_s is defined in the cups-base port only, in
cups-base/work/cups-1.3.0/cups/http-private.h
There was a warning in cups-1.2.12 :
typedef struct _http_s /**** HTTP connection
structure. ****/ {
/*
* DO NOT ACCESS MEMBERS OF THIS STRUCTURE DIRECTLY; INSTEAD, USE THE
* PROVIDED APIS FOR ACCESSING THE VALUES INSTEAD.
*
* This structure definition will be removed from the public headers in
* CUPS 1.3.
*/
Regards.
More information about the kde-freebsd
mailing list