[daip] problem with xas while installing aips in linux-suse 9.3

Eric Greisen egreisen at nrao.edu
Tue Sep 4 18:43:12 EDT 2007


Emily Xanthopoulos writes:
 > 
 > I am trying to install aips in my laptop/PC linux suse 9.3 without an internet connection as I just installed linux and trying to have my winmodem to work.
 > 
 > So I got the following errors (below)  while installing aips about xas and although I read all the information in the INSTALL.PS file, I am still not sure what exactly I should do.
 > 
 > Maybe you can help me with this.
 > 

We really do recommend the binary install, but for now:

 > rm -f *.o xas XAS
 > /usr/local/bin/gcc  -D_BSD -DUSE_SHM -O2 -c xas.c
 > In file included from xas.c:31:
 > xas.h:52: X11/Xlib.h: No such file or directory
 > xas.h:53: X11/Xutil.h: No such file or directory

 > xas.h:54: X11/keysym.h: No such file or directory

etc.  You do not have the "X11 developers" rpc which includes 

in /usr/include an link file

lrwxrwxrwx    1 root root        20 Jun  6 15:13 X11 -> ../X11R6/include/X11/

and in the linked area

ap_keysym.h   fonts/        RectObjP.h    Xatom.h       Xfuncs.h   xpm.h
bitmaps/      HPkeysym.h    Shell.h       Xauth.h       X.h        Xpoll.h
Composite.h   ICE/          ShellP.h      Xaw/          XKBlib.h   Xproto.h
CompositeP.h  Intrinsic.h   SM/           Xaw3d/        Xlib.h     Xprotostr.h
ConstrainP.h  IntrinsicP.h  StringDefs.h  Xcms.h        Xlibint.h  Xresource.h
Constraint.h  keysymdef.h   Sunkeysym.h   Xcursor/      Xlocale.h  Xthreads.h
Core.h        keysym.h      Vendor.h      Xdefs.h       Xmd.h      Xutil.h
CoreP.h       Object.h      VendorP.h     Xdmcp.h       Xmu/       XWDFile.h
cursorfont.h  ObjectP.h     X10.h         XF86keysym.h  Xosdefs.h
DECkeysym.h   PM/           Xalloca.h     Xft/          Xos.h
extensions/   RectObj.h     Xarch.h       Xfuncproto.h  Xos_r.h

the necessary include files to compile a basic X application.

Eric Greisen





More information about the Daip mailing list