jxt@cpdws1.ctd.ornl.gov (03/27/91)
Has anyone compiled xshowfonts.c for an RS/6000? I got it from uu.uunet.net but it came as a plain .c file; no makefile, no nothing. Anyway, compiling gives errors of can't find include file X11/Xaw/Label.h and X11/Xaw/Viewport.h and then deteriorates rapidly from there. I don't even have an Xaw subdirectory under /usr/include/X11. What gives here and how can it be fixed? Thanks, Johnny Tolliver (jxt@ornl.gov)
geo@george.austin.ibm.com (George Noren) (03/27/91)
In article <1991Mar26.195442.12603@cs.utk.edu>, jxt@cpdws1.ctd.ornl.gov writes: > > Has anyone compiled xshowfonts.c for an RS/6000? I got it from uu.uunet.net but > it came as a plain .c file; no makefile, no nothing. Anyway, compiling gives > errors of can't find include file X11/Xaw/Label.h and X11/Xaw/Viewport.h and > then deteriorates rapidly from there. I don't even have an Xaw subdirectory > under /usr/include/X11. What gives here and how can it be fixed? > > Thanks, > Johnny Tolliver (jxt@ornl.gov) Label.h and Viewport.h are in the directory /usr/lpp/X11/Xamples/lib/Xaw/X11. You need to copy these to /usr/include/X11 or include the directories (there are others in ...Xamples/lib that you may need also) in the compile environment. Sincerely, George Noren +-------------------------+--------------------------------+----------------+ |AWD Early Systems Support| AIX : geo@george.austin.ibm.com|PH: 512/838-4930| |IBM Austin - Zip 2830 | VNET: GEORGE at AUSVMQ |TL: 678-4930 | +-------------------------+--------------------------------+----------------+