Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Feb 2007 13:10:01 -0800
From:      Frank Jahnke <jahnke@sonatabio.com>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: Abiword does not compile
Message-ID:  <1170969001.7844.159.camel@pinot.fmjassoc.com>
In-Reply-To: <op.tnfzkjg59aq2h7@mezz.mezzweb.com>
References:  <1170874041.32775.5.camel@barbera.fmjassoc.com> <op.tnfxqzoi9aq2h7@mezz.mezzweb.com> <1170956069.7844.117.camel@pinot.fmjassoc.com> <op.tnfx96tf9aq2h7@mezz.mezzweb.com> <1170957573.7844.120.camel@pinot.fmjassoc.com> <op.tnfzkjg59aq2h7@mezz.mezzweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2007-02-08 at 12:13 -0600, Jeremy Messenger wrote:
> On Thu, 08 Feb 2007 11:59:33 -0600, Frank Jahnke <jahnke@sonatabio.com>  
> 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 <gsf/gsf-input.h>

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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1170969001.7844.159.camel>