Mail Archives: djgpp/1997/11/27/07:16:05
In <880580292 DOT 614412 AT moon DOT aa DOT net> "Roger W. Huggins" <rogerwh AT aa DOT net> writes:
>Hopefully someone can help me with installing J-lib ver. 1.8 with DJGPP.
>After copying the files jconfig,jtarget.h, and makefile to the jlib\source
>directory and running make the DJGPP compilier gave me this error:
>E:\Jlib8\JLIB\SOURCE>make
>gcc -g -Wall -c target/dj_vesa/palette.c -o target/dj_vesa/palette.o
>target/dj_vesa/palette.c:3: jlib.h: No such file or directory (ENOENT)
>make.exe: *** [target/dj_vesa/palette.o] Error 1
>I did everything I was supposed to according to the directions, so If anyone
>can help, I would appreciate it.
Add "-I ." to CFLAGS in the makefile.
It tells the compiler where to look for include files besides the
standard locations.
Henrik
--
Henrik Schmidt Christian-Albrechts-Universitaet zu Kiel
Institut fuer Informatik +49 (431) 5604 - 81 Fax or 75 Phone
Preusserstr. 1-9 http://www.informatik.uni-kiel.de/~hbs/
24105 Kiel, Germany email: hbs AT informatik DOT uni-kiel DOT de
- Raw text -