From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 8 21:12:15 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0699016A401 for ; Thu, 8 Feb 2007 21:12:15 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.freebsd.org (Postfix) with ESMTP id 06C1813C481 for ; Thu, 8 Feb 2007 21:12:13 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.100] (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id l18LBeSR020617; Thu, 8 Feb 2007 13:11:40 -0800 From: Frank Jahnke To: Jeremy Messenger In-Reply-To: References: <1170874041.32775.5.camel@barbera.fmjassoc.com> <1170956069.7844.117.camel@pinot.fmjassoc.com> <1170957573.7844.120.camel@pinot.fmjassoc.com> Content-Type: text/plain Organization: Sonata Biosciences, Inc. Date: Thu, 08 Feb 2007 13:10:01 -0800 Message-Id: <1170969001.7844.159.camel@pinot.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-gnome@freebsd.org Subject: Re: Abiword does not compile X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 21:12:15 -0000 On Thu, 2007-02-08 at 12:13 -0600, Jeremy Messenger wrote: > On Thu, 08 Feb 2007 11:59:33 -0600, Frank Jahnke > wrote: > > > On Thu, 2007-02-08 at 11:45 -0600, Jeremy Messenger wrote: > > > >> http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036324.html > >> > > Interesting -- I will look for wv. I got back on the box. wv was not listed in /var/db/pkg, but the necessary directory did exist. Nonetheless, I installed it from ports without a problem, and still get the same error message: In file included from ie_exp_RTF.cpp:42: /usr/local/include/wv/wv.h:7:27: gsf/gsf-input.h: No such file or directory Yet %ls /usr/local/include/wv wv.h shows that the wv header file is there; it is just not finding gsf/gsf-input.h barbera# find / -name gsf-input.h /usr/local/include/libgsf-1/gsf/gsf-input.h which is where it usually is. It has read access for all groups, so that should not be the issue. The offending line 7 in wv.h simply is: #include which is what you would expect from the error message. So why is the directory not found? Any additional suggestions would be appreciated. I do think I will upgrade to Gnome 2.16.3 tonight, but I would be surprised if this is the issue.