Dongxiang Liao wrote:
I tried compiling Debian package "xbs" (
[]
-------------------------------------------------------
CC = gcc
CFLAGS = -O3
LIBS = -lX11 -lm LIBPATH = -L/usr/X11R6/lib
all: xbs.c
$(CC) $(CFLAGS) -o xbs xbs.c $(LIBPATH)
[]
xbs.c:29: header file 'X11/X.h' not found
You need to add the '-I/usr/X11R6/include' flag. Read http://fink.sourceforge.net/faq/usage-general.php#compile-myself
-- Martin ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
