[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cc compiler questoin




Hi everyone,

    Happy thanksgiving. I have only a little C porgramming experience and I am trying to compile a program called xev.c from:
http://cvsweb.xfree86.org/cvsweb/contrib/programs/xev/xev.c?rev=HEAD

First off, the issue I am having is that gcc does not know where to find Xos.h, Xlib.h, xutil.h etc.... How can I tell it were they are?

Travis