Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2010 12:01:29 -0600
From:      Brandon Gooch <jamesbrandongooch@gmail.com>
To:        Kurt Buff <kurt.buff@gmail.com>
Cc:        FreeBSD Questions <questions@freebsd.org>
Subject:   Re: Problem building netdisco 1.0 from ports on FreeBSD
Message-ID:  <AANLkTi=dSw-pVdU65V1-XRUWKdK6xQBW4AkrCQk9uqeL@mail.gmail.com>
In-Reply-To: <AANLkTi=1TDUgfBsKa8sB-YQUrTfgp0ip-LyB398Sr07R@mail.gmail.com>
References:  <AANLkTi=1TDUgfBsKa8sB-YQUrTfgp0ip-LyB398Sr07R@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 1, 2010 at 11:09 AM, Kurt Buff <kurt.buff@gmail.com> wrote:
> Working on 7.1 Release. Ports tree up to date, and a portupgrade -a
> done yesterday was successful.
>
> I did the following:
>
> # cd =A0/usr/ports/net-mgmt/netdisco
> # make install
>
> It bombs out with the below errors - I think it's an error in libXaw,
> but can't quite be sure. Any thoughts?
>
> Kurt
>
> =3D=3D=3D> =A0 =A0Verifying install for /usr/local/libdata/pkgconfig/xaw7=
.pc in
> /usr/ports/x11-toolkits/libXaw
> =3D=3D=3D> =A0Building for libXaw-1.0.7,1
> make =A0all-recursive
> Making all in include
> Making all in src
> =A0CC =A0 =A0 libXaw6_la-Actions.lo
> Actions.c:38:28: error: X11/IntrinsicP.h: No such file or directory
> Actions.c:39:28: error: X11/StringDefs.h: No such file or directory
> Actions.c:40:23: error: X11/CoreP.h: No such file or directory
> Actions.c:41:28: error: X11/Constraint.h: No such file or directory
> Actions.c:42:29: error: X11/Xmu/CharSet.h: No such file or directory
> Actions.c:43:29: error: X11/Xmu/SysUtil.h: No such file or directory
> In file included from Actions.c:45:
> Private.h:149: error: expected ')' before '*' token

[SNIP]

It seems that the header files can't be found. Have you checked
/usr/local/include/X11 to verify their existence?

If not, perhaps you should (re)install libX11 (I thinks that's where
the header files above are found).

-Brandon

-Brandon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=dSw-pVdU65V1-XRUWKdK6xQBW4AkrCQk9uqeL>