From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 5 22:13:15 2011 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD6CF1065672 for ; Sun, 5 Jun 2011 22:13:15 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out4.libero.it (cp-out4.libero.it [212.52.84.104]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3368FC1C for ; Sun, 5 Jun 2011 22:13:14 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020A.4DEBFCE5.00DB,ss=1,re=0.000,fgs=0 X-libjamoibt: 1419 Received: from wmail62 (172.31.0.59) by cp-out4.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4DD23D7C018AC229 for freebsd-gnome@freebsd.org; Mon, 6 Jun 2011 00:02:13 +0200 Message-ID: <32039690.1291931307311333671.JavaMail.defaultUser@defaultHost> Date: Mon, 6 Jun 2011 00:02:13 +0200 (CEST) From: Barbara To: freebsd-gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.19.210.139 Subject: problem with includes rebuilding some ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2011 22:13:15 -0000 While rebuilding some ports after gnutls update, I'm getting some errors caused by "missing" includes. For example, to rebuild devel/gvfs, I had to add: -I${LOCALBASE}/include/libsoup-2.4 -I${LOCALBASE}/include/libsoup-gnome-2.4 - I${LOCALBASE}/include/libxml2 to CONFIGURE_ENV in Makefile because libsoup/soup.h libxml/parser.h and others weren't found during the build. I can understand that this is not the solution and that the gnutls update is not the cause of the problem, but I can't understand why this is happening. Any idea? Thanks Barbara