Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Apr 1999 12:27:09 -0500
From:      Brad Lisoweski <blisowes@cgocable.net>
To:        freebsd-questions@freebsd.org
Subject:   Convincing Giflib to Compile for KDE
Message-ID:  <3.0.5.32.19990403122709.00ac6520@pop.cgocable.net>

next in thread | raw e-mail | index | archive | help

	Greetings List,

I've been trying to get KDE 1.1 working out of the ports collection, but it
always halts on the Giflib-3.0 dependency.  It seems to be looking Xlib.h.
I've installed pretty much everything I can think of and looked everywhere
for this file and its no where to be found.  Here is the important info of
the system:

FreeBSD fbsdbox.cgocable.net 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Sat Apr  3
01:11:32 GMT 1999
root@fbsdbox.cgocable.net:/usr/src/sys/compile/fbsdbox  i386

fbsdbox# cd /usr/ports/x11/kde11
fbsdbox# make
===>  Extracting for kde-1.1
>> No MD5 checksum file.
===>   kde-1.1 depends on shared library: kdecore.2 - not found
===>    Verifying install for kdecore.2 in /usr/ports/x11/kdelibs11
===>  Extracting for kdelibs-1.1
>> Checksum OK for kdelibs-1.1.tar.bz2.
===>   kdelibs-1.1 depends on executable: bzip2 - found
===>   kdelibs-1.1 depends on executable: gmake - found
===>   kdelibs-1.1 depends on shared library: gif.3 - not found
===>    Verifying install for gif.3 in /usr/ports/graphics/giflib
===>  Building for giflib-3.0
cd lib; make static shared
gcc -c -I. -I/usr/X11R6/include -D__X11__ -O -pipe dev2gif.c
dev2gif.c:27: X11/Xlib.h: No such file or directory
dev2gif.c: In function `DumpScreen2Gif':
dev2gif.c:138: `XImage' undeclared (first use this function)
dev2gif.c:138: (Each undeclared identifier is reported only once
dev2gif.c:138: for each function it appears in.)
dev2gif.c:138: `XImg' undeclared (first use this function)
dev2gif.c:139: parse error before `unsigned'
dev2gif.c:140: `XColor' undeclared (first use this function)
dev2gif.c:141: `XWindowAttributes' undeclared (first use this function)
dev2gif.c:257: `Display' undeclared (first use this function)
dev2gif.c:257: parse error before `)'
dev2gif.c:260: `WinAttr' undeclared (first use this function)
dev2gif.c:263: parse error before `)'
dev2gif.c:272: `XColorTable' undeclared (first use this function)
dev2gif.c:276: `XPixel' undeclared (first use this function)
dev2gif.c:288: parse error before `)'
*** Error code 1

Stop.


There are actually more Error code 1's and stops than that but you get the
picture.  I tried CVSupping to the latest ports package but I got the same
result.  If anyone can point me in the right direction or tell me where I
can get a copy of Xlib.h, I would really appreciate it.

TIA.

Brad



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?3.0.5.32.19990403122709.00ac6520>