[CF-Devel] client 'configure' gives problems
dnh
dnh at hawthorn.csse.monash.edu.au
Mon Jun 18 22:36:40 CDT 2001
On Mon, 18 Jun 2001, Scott MacFiggen wrote:
>
On Tue, Jun 19, 2001 at 11:48:15AM +1000, dnh wrote:
>
> Here is a link to this very affect.
>
>
>
>
http://mids.student.utwente.nl/~dnh/screen_shots/SDL_client.jpg
>
>
>
> dnh
>
>
Odd, I had that problem at first and thought I had fixed it.
>
It looks like the client isn't getting a map_clearcell command
>
from the server and isn't marking those tiles as empty.
>
>
I need some more info to debug this.
>
>
o What server version are you playing on?
crossfire.csua.berkeley.edu.au
>
o What command line options are you giving the client?
gcfclient -png -cache -darkness -sdl
(ps. -darkness doesn't work yet AFAICS but the bug still exists without
-darkness)
>
o Are you running that latest CVS code?
of course
>
o Send me the output of 'ldd gcfclient'
dnh at Chiton
:/usr/local/bin$ ldd gcfclient
libpng.so.2 => /usr/lib/libpng.so.2 (0x6ffb0000)
libm.so.6 => /lib/libm.so.6 (0x6ff18000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x6fe7f000)
libpthread.so.0 => /lib/libpthread.so.0 (0x6fe48000)
libSDL_image-1.2.so.0 => /usr/lib/libSDL_image-1.2.so.0
(0x6fe11000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x6fde2000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x6fc20000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x6fbbe000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x6fb9b000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x6fb4a000)
libdl.so.2 => /lib/libdl.so.2 (0x6fb27000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x6fafe000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x6facd000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x6f9ab000)
libc.so.6 => /lib/libc.so.6 (0x6f85c000)
libggi.so.2 => /usr/lib/libggi.so.2 (0x6f831000)
libz.so.1 => /usr/lib/libz.so.1 (0x6f801000)
libgii.so.0 => /usr/lib/libgii.so.0 (0x6f7da000)
libgg.so.0 => /usr/lib/libgg.so.0 (0x6f7b4000)
libasound.so.1 => /usr/lib/libasound.so.1 (0x6f778000)
libartsc.so.0 => /usr/lib/libartsc.so.0 (0x6f752000)
libesd.so.0 => /usr/lib/libesd.so.0 (0x6f72b000)
libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x6f6e7000)
libaa.so.1 => /usr/lib/libaa.so.1 (0x6f6ae000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x6f66b000)
/lib/ld.so.1 => /lib/ld.so.1 (0x30000000)
libslang.so.1 => /lib/libslang.so.1 (0x6f5cf000)
libgpm.so.1 => /usr/lib/libgpm.so.1 (0x6f5a8000)
libncurses.so.5 => /lib/libncurses.so.5 (0x6f52f000)
>
o The gcc command line options the client was compiled with would be
>
great too.
none I just ran make clean, configure, make, make install
dnh
>
-Scott
>
More information about the crossfire
mailing list