On Tue, 9 Nov 1999, Nikolai Kalitzin wrote:
> i'm trying to install the latest version of lyx on
> a SuSE linux intel computer. i got all the required
> packages. but i got the same problem as bill simpson
> ([EMAIL PROTECTED]/msg02796.html).
> i found out that the problem is that the following include files:
> Xatom.h, Xutil.h, Xlib.h called within forms.h are missing.
> the question is where do i get them, to which package they belong?
> i checked also the reply by jean-marc lasgouttes
> ([EMAIL PROTECTED]/msg02797.html)
My problem is different, since I do have these files.
The files should have been installed when you installed XFree86 I think.
Here is the header from one:
/* $XConsortium: Xutil.h,v 11.78 94/04/17 20:21:56 rws Exp $ */
/* $XFree86: xc/lib/X11/Xutil.h,v 3.0 1996/12/09 11:49:36 dawes Exp $ */
On my system, the files reside at
/usr/X11R6/include/X11/
Bill