[Freeciv] Re: using Xaw3D or not ?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
At 1999/12/17 10:21 , Rikard Borg wrote:
>Lee Anderson asked a question some time ago, but no one responded.
>Here it goes again:
>
>gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include
-I../../common -I../../intl -g -O2 -Wall -c pixcomm.c
>In file included from pixcomm.c:54:
>pixcommp.h:54: X11/Xaw3d/CommandP.h: No such file or directory
>make[3]: *** [pixcomm.o] Error 1
>
>And I did not use --with-xaw3d (only --prefix=) in configure
If you did not use either --with-xaw or --with-xaw3d, you shouldn't be
trying to compile anything in the client/gui-xaw directory.
After configuring:
1. Look in ./config.h for HAVE_LIBXAW and HAVE_LIBXAW3D. Are either or
both defined?
2. Look in ./client/Makefile for "GUI_SUBDIR =" (one will be commented-out
with a "#"). Which one is used (i.e., which one is not commented-out)?
jjm
|
|