On Wed, Oct 17, 2001 at 03:19:05PM +0530, Dr . Sharukh K . R . Pavri . wrote: > I downloaded zgv-5.5. But when I run make I get the follwoing errors: > > [spavri@farzaan zgv-5.5]$ make > cd src && make zgv > make[1]: Entering directory `/home/spavri/.software/zgv-5.5/src' > gcc -Wall -DRGB_DB_FILE=\"/usr/X11R6/lib/X11/rgb.txt\" -O2 > -fomit-frame-pointer -finline-functions -c -o zgv.o zgv.c > zgv.c:40:17: vga.h: No such file or directory > zgv.c:41:19: vgagl.h: No such file or directory > zgv.c:42:22: vgamouse.h: No such file or directory > make[1]: *** [zgv.o] Error 1 > make[1]: Leaving directory `/home/spavri/.software/zgv-5.5/src' > make: *** [zgv] Error 2 > > What does this mean ? > ---end quoted text---
o vga.h is from linux kernel sources ../include/i-386/vga.h o vgagl.h and vgamouse.h should be in "/usr/include" and is normally installed with svgalib I am not sure about RH. These are from developer source tar- balls of svgalib .. RH may segregate these to devel or other packages. Bish. -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Line numbering your programs (#2) LOST #140 Want a listing of your program with line numbers ? Try: grep -n $ my_prog.c > my_prog.no.c -n is to number a line; and $ for till end ... ####<[EMAIL PROTECTED]>#################################### : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
