Complete.Org: Mailing Lists: Archives: freeciv-dev: February 1999:
Re: [Freeciv-Dev] Menu problems with IRIX 5.3
Home

Re: [Freeciv-Dev] Menu problems with IRIX 5.3

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] Menu problems with IRIX 5.3
From: Andreas Ehn <ehn@xxxxxxxxxx>
Date: 15 Feb 1999 23:08:14 +0100

David Pfitzner <dwp@xxxxxxxxxxxxxx> writes:

> Andreas Ehn wrote:
>
> > I'm trying to run FreeCiv 1.7.2 on an SGI Indy running IRIX 5.3. The
> > configuration, compilation and installation worked out without problem
> > (although ./configure did complain about not finding xpm.h, but I fixed 
> > that).
> 
> (How, and what did config.log say?)

Well, the file was actually missing, so I took it from the libXpm distribution
and put in the right place.

> > Both the server and the client start up and seem to run well. However, I 
> > cannot
> > use the pull-down menus. I can "pull them down" all right, but I cannot 
> > make a
> > selection.
> 
> This may be a case of the IRIX link line order problem which has
> been diagnosed but not yet fixed.  Try editing client/Makefile
> so that -lXaw comes before -lSM on the client link line.

I changed the lines

        156: X_LIBS =   -lSM -lICE
        157: X_EXTRA_LIBS = -lXaw -lXpm -lXmu -lXt -lXext -lX11 
        158: X_PRE_LIBS =  -lSM -lICE

of client/Makefile to

        156: X_LIBS =   -lXaw -lSM -lICE
        157: X_EXTRA_LIBS = -lXpm -lXmu -lXt -lXext -lX11 
        158: X_PRE_LIBS =  -lSM -lICE

and rebuilt the entire package, but it didn't have any effect.

/ae

-- 
+-[~/.signature]---------------------------------------------------------------
| .oO Andreas Ehn, Stockholm, Sweden, 59 20' N, 18 3' E | mail: ehn@xxxxxxxxxx
| W3: http://www.algonet.se/~ehn/ (beta) | GSM: +46 70 4223863 | Emacs/Gnus Oo.


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