From owner-freebsd-questions Mon Feb 2 07:43:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16155 for questions-outgoing; Mon, 2 Feb 1998 07:43:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16136 for ; Mon, 2 Feb 1998 07:43:20 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id JAA03751; Mon, 2 Feb 1998 09:42:53 -0600 (CST) Message-ID: <19980202094253.55663@emsphone.com> Date: Mon, 2 Feb 1998 09:42:53 -0600 From: Dan Nelson To: Frank Griffith , "'freebsd-questions@freebsd.org'" Subject: Re: Sunclock References: <01BD2F9B.4A759C60@fast1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <01BD2F9B.4A759C60@fast1>; from "Frank Griffith" on Mon Feb 2 05:27:43 GMT 1998 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" In the last episode (Feb 02), Frank Griffith said: > I have FreeBSD 2.2.5 running on a 486-66 system with 32 meg RAM. > In have the X-Windows program running, but would now like to get the > Sunclock program working. > > Here are the commands I am using to start the setup for Sunclock: > > # cd /usr/ports/astro/sunclock > # make install > > I then see the following messages: > > >> Checksum OK for sunclock1.3.tar.Z > ===> Configuring for sunclock-1.3 > mv -f Makefile Makefile.bak > imake -DUseInstalled - I/usr/X11R6/lib/X11/config > Imakefile.c.8: Imake.tmpl: No such file or directory > imake: Exit code 33. > Stop. > *** Error code 1 This means you installed X, but didn't install the programmers libraries. Run /stand/sysinstall, pick "Configure", pick "Distributions", pick "Custom", pick "XFree86", pick "Basic", pick "Prog", and install it. Then try rebuilding sunclock. -Dan Nelson dnelson@emsphone.com