[Freeciv] Re: Will recompile with Xaw3d fix Xaw civclient stability iss
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Reinier,
Thanks, 1.5.4 is stable and works perfectly. No city popup problems at
all! I
should have seen the -L, it's right there in the Imakefile example comments.
This is
why I'm not a programmer, no eye for the detail of syntax. :-) I'm going to
try to
find out what the most recent version is that works next, I'll post what I find.
Thanks again for all your help, it will be great to be able to play civ again.
I
intend to be in A'dam for Queens day again next year; if you're in the area,
let me
know and I'll buy you a beer or three.
-Jed Sullivan
Reinier Post wrote:
> On Wed, May 30, 2001 at 08:23:54PM -0500, sunqist wrote:
> > Ok, I'm trying to make v1.5.4. All of the objects (citydlg.o messagewin.o
> > etc.
> > am I using the right word here?) appear to compile ok. When the compile
> > gets to
> > what I'm guessing is the actual civclient executable (gcc -o civclient -02
> > -L/usr/X11R6/lib [space delimited list of all common and client objects
> > compiled
> > earlier] /lib -lXpm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11
> > -Wl,-rpath,/usr/X11R6/lib =Wl,-rpath,/lib) I get the below error:
> >
> > /lib: file not recognized: File format not recognized
> > collect2: ld returned 1 exit status
> > gmake: *** [civclient] Error 1
>
> This is due to an oversight in the Imakefile.
> The following procedure works for me:
>
> sh> ncftpget
> ftp://ftp.freeciv.org/pub/freeciv/stable/OLD/freeciv-1.5.4.tar.bz2
> sh> bunzip2 -c freeciv-1.5.4.tar.bz2 | tar xf -
> sh> cd freeciv
> sh> xmkmf -a # unnecessary
> sh> make XPM_INCLUDE_DIR=/usr/X11R6/include/X11 XPM_LIB_DIR=-L/usr/X11R6/lib
> # note the -L
> make: don't know how to make civclient.man. Stop
> # this is harmless, we've never had any manpages :(
> sh> FREECIV_DATADIR=`pwd`/data; export FREECIV_DATADIR
> sh> ./civ
> 1: Ran out of colors - trying with a private colormap
> ^C
> sh> cv & # my own wrapper script, which I prefer
> 1: Ran out of colors - trying with a private colormap
> sh> ./ser
> Freeciv version 1.5.4 server
> > 1: Sending info to metaserver[platinum.daimi.aau.dk 12245]
>
> (that metaserver doesn't work anymore)
>
> --
> Reinier
|
|