Date: Mon, 09 Jun 1997 13:43:16 -0700 From: "P. van Leeuwen" <pvl@nanoteq.com> To: "Matthew D. Fuller" <fullermd@keystone.westminster.edu> Cc: questions@FreeBSD.ORG Subject: Re: make'ing xlock Message-ID: <339C6AE4.134C@nanoteq.com> References: <Pine.BSI.3.91.970607224121.2094A-100000@keystone.westminster.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew D. Fuller wrote:
>
> I have the xlockmore-4.00 port, and am trying to make it on my system.
> I have a pretty vanilla system overall; just installed 2.2.1-RELEASE off
> floppies (Yes, I'm msochistic), which is why I didn't do 2.2.2; that's a
> lot of floppies to redo.
> Anyway, I have bin doc man info games DES installed, as well as XFree86 3.2
> Here's a script of my make:
>
> Script started on Sat Jun 7 22:19:19 1997
> {~/xlock/xlockmore-4.00} mortis:{51} %make
> gcc -c -DHAVE_CONFIG_H -DDEF_FILESEARCHPATH=\"/usr/lib/%T/%N%S\" -I. -I. -g -O2 -Wall xlock.c
> In file included from xlock.c:160:
> xlock.h:36: X11/Xlib.h: No such file or directory
> xlock.h:37: X11/Xutil.h: No such file or directory
> xlock.h:38: X11/Xos.h: No such file or directory
> xlock.h:39: X11/Xresource.h: No such file or directory
> xlock.c:170: X11/cursorfont.h: No such file or directory
> xlock.c:171: X11/Xatom.h: No such file or directory
> In file included from xlock.c:173:
> vroot.h:65: X11/X.h: No such file or directory
> vroot.h:66: X11/Xatom.h: No such file or directory
> vroot.h:67: X11/Xlib.h: No such file or directory
> *** Error code 1
>
> Stop.
> {~/xlock/xlockmore-4.00} mortis:{52} %.
>
> Script done on Sat Jun 7 22:19:41 1997
>
> Now, I can get these files from another system, but my question is;
> should I have these files, if so, why don't I, and just generally
> WHADDAGAWDAMHELL???
>
Do you have the X header files installed? Those files
should be in /usr/X11R6/include. Check in sysinstall when you
install X, there is a seperate option to install these files.
pierre
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?339C6AE4.134C>
