Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2000:
[Freeciv-Dev] Re: Compiling problems (Xaw)
Home

[Freeciv-Dev] Re: Compiling problems (Xaw)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: cjmorland@xxxxxxxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Compiling problems (Xaw)
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Sat, 1 Apr 2000 12:24:40 +1000 (EST)

Cameron Morland <cjmorlan@xxxxxxxxxxxx> wrote:

> I'm currently using freeciv-cvs-Mar-23.tar.bz2
> 
> I get this error:
> 
> make[2]: Entering directory `/usr/src/freeciv/client'
> Making all in gui-xaw
> make[3]: Entering directory `/usr/src/freeciv/client/gui-xaw'
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include
> -I../../common -I../../intl  -I/usr/X11R6/include    -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
> make[3]: Leaving directory `/usr/src/freeciv/client/gui-xaw'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/freeciv/client'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/freeciv'
> make: *** [all-recursive-am] Error 2

Is this from a clean source tree?  If not, try doing
"rm config.cache" and re-running configure.

> It used to work, but I changed disks and must have installed something
> different, or done something funny before and forgotten. I've tried to fix
> it, but no luck. The Xaw3d stuff doesn't exist, so logically I would
> expect it to realise this. I tried explicitly telling it --without-xaw3d.

I don't think that does anything.  Try using --enable-client=xaw
instead.  

(To list: I still think the interaction between --enable-client 
and --with-xaw3d is confusing (even if logical at some level).)

Though it would be nice to find out why configure is not getting 
it right.  Maybe you have the Xaw3d lib, but not the headers?

-- David



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