From owner-freebsd-questions Sun Feb 4 12:30:09 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA03334 for questions-outgoing; Sun, 4 Feb 1996 12:30:09 -0800 (PST) Received: from bambi.pomona.edu (bambi.pomona.edu [134.173.64.3]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA03323 for ; Sun, 4 Feb 1996 12:30:06 -0800 (PST) Received: from POMONA.EDU by POMONA.EDU (PMDF V5.0-4 #12356) id <01I0TCZ5A9O48WWWPB@POMONA.EDU> for questions@freebsd.org; Sun, 04 Feb 1996 12:29:54 -0800 (PST) Date: Sun, 04 Feb 1996 12:29:54 -0800 (PST) From: JOHN Subject: XV found but not compiling... ;) To: questions@freebsd.org Message-id: <01I0TCZ5AALY8WWWPB@POMONA.EDU> X-VMS-To: IN%"questions@freebsd.org" MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-questions@freebsd.org Precedence: bulk First of all, thanks to everyone who responded with pointers to the XV port. I found it easily and have it on my system now. Only, it won't compile because I seem to be missing some files. I placed all the directories and files in the xv directory in my /tmp directory. i.e. osiris (john): pwd /tmp osiris (john): mv /pub/FreeBSD/..... /ports/xv/* /tmp osiris (john): ls Makefile files patches pkg osiris (john): make imake -DUseInstalled -I/usr/X11R6/lib/X11/config In file included from Imakefile.c:3: /usr/X11R6/lib/X11/config/Imake.tmpl:39: site.def: No such file or directory /usr/X11R6/lib/X11/config/Imake.tmpl:48: FreeBSD.cf: No such file or directory /usr/X11R6/lib/X11/config/Imake.tmpl:54: site.def: No such file or directory In file included from Imakefile.c:3: /usr/X11R6/lib/X11/config/Imake.tmpl:1020: noop.rules: No such file or directory In file included from /usr/X11R6/lib/X11/config/Imake.tmpl:1025, from Imakefile.c:3: /usr/X11R6/lib/X11/config/Project.tmpl:480: noop.rules: No such file or directory In file included from Imakefile.c:3: /usr/X11R6/lib/X11/config/Imake.tmpl:1030: noop.rules: No such file or directory imake: Exit code 33. Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. This is the dir listing for my /usr/X11R6/lib/X11/config directory: Imake.cf Imake.tmpl.old Project.tmpl XView.obj Imake.rules Motif.rules XView.cf XView.rules Imake.tmpl Motif.tmpl XView.lib XView.tmpl Do I need to grab some files from somewhere? Thanks.. John