Date: Sat, 17 Jan 1998 18:01:16 -0800 (PST) From: Jan Koum <jkb@best.com> To: Stephen Cooper <stephen.cooper@alphawest.com.au> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error compiling X app from ports collection Message-ID: <Pine.BSF.3.96.980117174954.28600A-100000@shell6.ba.best.com> In-Reply-To: <64B0BB03967ED111A34C00A0C93295000735DE@herculis.alphawest.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 13 Jan 1998, Stephen Cooper wrote: >I am trying to install blt from the ports under FreeBSD 2.2.5 >I have XFree86 3.3.2 which I grabbed from the Xfree Organisation > >The compiler cannot find these two header files, its right they are not >there. Are they part of Xfree 86? > >creating src/shared/Makefile >creating man/Makefile >creating library/Makefile >creating src/bltConfig.h >===> Building for blt-2.1 >making all in ./src >cc -c -O3 -fno-strength-reduce -Wwrite-strings -Wshadow -Wtraditional >-fwritable-strings -Wall -I. -I/usr/local/include >-I__Edit_./config.BLT__ bltGraph.c >In file included from bltInt.h:28, > from bltGraph.h:29, > from bltGraph.c:41: >/usr/local/include/tk.h:32: X11/Xlib.h: No such file or directory >bltGraph.c:42: X11/Xutil.h: No such file or directory >bltGraph.c:43: X11/Xatom.h: No such file or directory # locate Xutil.h /compat/linux/usr/X11R6/include/X11/Xutil.h /usr/X11R6/share/include/X11/Xutil.h # locate Xatom.h /compat/linux/usr/X11R6/include/X11/Xatom.h /usr/X11R6/share/include/X11/Xatom.h # locate Xlib.h /compat/linux/usr/X11R6/include/X11/Xlib.h /usr/X11R6/share/include/X11/Xlib.h Also, are you sure you are using 3.3.2? The most current version on ftp.xfree86.org is 3.3.1 -- which is what you really should be using :) You can get the header files from ftp.xfree86.org, just download the file X331prog.tgz from /pub/XFree86/3.3.1/binaries/FreeBSD-2.2 directory (or whatever the FreeBSD OS version you have) and it will have Xutil.h, Xatom.h and Xlib.h in it. -- Yan >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >stephenc:/usr/ports/distfiles/pub/FreeBSD/FreeBSD-current/ports/x11/blt> > >======================================================================== >Stephen Cooper BASc >mailto:5032744@pager.mirabilis.com >Internet and Systems Security Consultant >mailto:stephen.cooper@alphawest.com.au > >If you want me urgently page me with ICQ. > >Internet and Open Systems >Alphawest Pty Ltd URL: >http://www.alphawest.com.au/ios >Tel: +61 8 94296100 > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980117174954.28600A-100000>