Complete.Org: Mailing Lists: Archives: freeciv: December 1999:
[Freeciv] Re: using Xaw3D or not ?
Home

[Freeciv] Re: using Xaw3D or not ?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jjm@xxxxxxxxxxxx, rikbo@xxxxxxxxxx
Cc: freeciv@xxxxxxxxxxx
Subject: [Freeciv] Re: using Xaw3D or not ?
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Tue, 21 Dec 1999 13:11:11 +1100 (EST)

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

[Prev in Thread] Current Thread [Next in Thread]