On Mon, 20 May 1996, Dale Scheetz wrote: > I have tried to use imake on several packages recently. If I try xmkmf I > get something like: > > imake -DUseInstalled -I/usr/X11R6/lib/X11/config > Imakefile.c:3: Imake.tmpl: No such file or directory > imake: Exit code 33. Stop. > > Anyone know what's missing?
You are missing the development package, xdevel. This package is necessary to compile X clients. It contains the configuration files for imake and the header files that go in /usr/X11R6/include. Steve Early [EMAIL PROTECTED]