Re: [Freeciv-Dev] Menu problems with IRIX 5.3
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Andreas Ehn <ehn@xxxxxxxxxx> wrote:
> 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.
Ah, no, that file should be _created_ when you run configure.
It may tell us why configure complained about not finding xpm.h
Unless you mean you "fixed it" by giving configure the right
--with-xpm-prefix or whatever, in which case it was silly of me
to ask and you can forget about config.log :-/
> 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.
Oh. :-(
That's me out of ideas.
-- David
|
|