[Freeciv] Re: using Xaw3D or not ?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Jeff Mallatt wrote:
> At 1999/12/17 10:21 , Rikard Borg wrote:
> >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.
Well, unless configure did not find Gtk+. Without the above
options configure uses the first of the following that it finds:
Gtk+ (providing with big enough version number)
Xaw3d
Xaw
(It turns out this is not as well explained in the docs
as I had thought :-(
I'm guessing in the above case configure was able to linke
to libXaw3d, but there is some problem with the X11/Xaw3d
includes on this machine.
Configuring with --with-xaw may help.
-- David
|
|