Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 05:54:24 -0500
From:      Senior Root <root@pounded.nailed.org>
To:        <freebsd-questions@freebsd.org>
Subject:   Problems with the gkrellm port?
Message-ID:  <B5A2DC10.1BA1%root@pounded.nailed.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B5A2DC10.1BA1%root>