Configuration

Jeremy C. Reed reed at reedmedia.net
Mon Jan 15 11:40:00 MST 2007


> bob at Pooh-at-Home:~/xboard-4.2.7$ make
> gcc -DHAVE_CONFIG_H -I. -I.  -I/usr/X11R6/include  -I/usr/X11R6/include 
> -DINFODIR=\"/usr/local/share/info\" -c xboard.c
> xboard.c:159:28: X11/Xaw/Dialog.h: No such file or directory
> xboard.c:160:26: X11/Xaw/Form.h: No such file or directory
> xboard.c:161:26: X11/Xaw/List.h: No such file or directory
> xboard.c:162:27: X11/Xaw/Label.h: No such file or directory
> xboard.c:163:32: X11/Xaw/SimpleMenu.h: No such file or directory
> xboard.c:164:28: X11/Xaw/SmeBSB.h: No such file or directory
> xboard.c:165:29: X11/Xaw/SmeLine.h: No such file or directory
> xboard.c:166:25: X11/Xaw/Box.h: No such file or directory
> xboard.c:167:32: X11/Xaw/MenuButton.h: No such file or directory
> xboard.c:168:26: X11/Xaw/Text.h: No such file or directory
> xboard.c:169:31: X11/Xaw/AsciiText.h: No such file or directory
> xboard.c:693: error: `XtNdefaultDistance' undeclared here (not in a 
> function)

You need need the Xaw (and X Intrinsics) headers.

I don't use Xandros. But if you search your available packages you should 
be able to find them. And then install them. Having the libraries is not 
enough for building, you need the development packages too (the include 
headers).

  Jeremy C. Reed


More information about the PLUG-discuss mailing list