Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!tank!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!carey From: carey@m.cs.uiuc.edu Newsgroups: comp.windows.x Subject: A teeny bug Message-ID: <26900104@m.cs.uiuc.edu> Date: 22 Feb 90 18:12:00 GMT Lines: 15 Nf-ID: #N:m.cs.uiuc.edu:26900104:000:556 Nf-From: m.cs.uiuc.edu!carey Feb 22 12:12:00 1990 Bug report... I wanted to rebuild the libraries so I pulled over just the library source. I did a xmkmf, which specifies UseInstalled. Fine. But trying to do a make depend it can't find include files that are in /usr/local/include/X11. It specifies only the INCROOT (which is /usr/local/include) but not INCDIR (which is $(INCROOT)/X11) Well actually, it does try to find the X11 include files in the source tree, but since I don't have the whole thing there at the moment it can't find it. I know, not a big thing, but it was slightly annoying.