From owner-freebsd-questions Tue Jul 25 3:54:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nic-25-c100-009.mn.mediaone.net (nic-25-c100-009.mn.mediaone.net [24.25.100.9]) by hub.freebsd.org (Postfix) with SMTP id A941637BA2C for ; Tue, 25 Jul 2000 03:54:30 -0700 (PDT) (envelope-from root@pounded.nailed.org) Received: from nic-25-c100-009.mn.mediaone.net [24.25.100.9] by nic-25-c100-009.mn.mediaone.net; Tue, 25 Jul 2000 05:54:26 -0500 User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Tue, 25 Jul 2000 05:54:24 -0500 Subject: Problems with the gkrellm port? From: Senior Root To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello there folks. My problem is that i can't quite get the gkrellm port to compile. I have gmake, so that's not the problem, but it fails with weird errors, namely being unable to find certian include files. Could this be because i didn't install the X-developer set? A log of the (attempted) install follows below. Note: this is *not* the freebsd port, it's the actual source distribution, but they both fail with the same errors. (root@athena:/home/athena/gk-source/gkrellm-0.10.4) (05:51am)=-# gmake freebsd (cd locale && gmake all) gmake[1]: Entering directory `/usr/home/athena/gk-source/gkrellm-0.10.4/locale' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/home/athena/gk-source/gkrellm-0.10.4/locale' (cd src && gmake GTK_CONFIG=gtk12-config GTOP_LIBS= GTOP_INCLUDE= \ SYS_LIBS="-lkvm -ldevstat" gkrellm ) gmake[1]: Entering directory `/usr/home/athena/gk-source/gkrellm-0.10.4/src' gcc -Wall -O2 -I.. `gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -c -o main.o main.c In file included from /usr/X11R6/include/gtk12/gdk/gdkx.h:30, from gkrellm.h:39, from main.c:26: /usr/X11R6/include/gtk12/gdk/gdkprivate.h:31: X11/Xlib.h: No such file or directory /usr/X11R6/include/gtk12/gdk/gdkprivate.h:32: X11/Xutil.h: No such file or directory main.c:27: X11/Xlib.h: No such file or directory main.c:28: X11/Xmd.h: No such file or directory main.c:29: X11/Xatom.h: No such file or directory gmake[1]: *** [main.o] Error 1 gmake[1]: Leaving directory `/usr/home/athena/gk-source/gkrellm-0.10.4/src' gmake: *** [freebsd] Error 2 (root@athena:/home/athena/gk-source/gkrellm-0.10.4) (05:52am)=-# Thanks in advance, Eric Djerf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message