Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2003:
[Freeciv-Dev] status of cvs head win32 sdl client
Home

[Freeciv-Dev] status of cvs head win32 sdl client

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] status of cvs head win32 sdl client
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Thu, 3 Jul 2003 22:38:37 +0000 (GMT)

Short version:
ftp://ftp.freeciv.org/freeciv/incoming/Freeciv-SDL-CVS.exe, has built in
support for deluxe tileset, SDL_mixer & WinMM.

Notice: You cannot/should not install two or more versions of my Freeciv
win32 builds at the same time. Uninstall any existing installation(s)
before installing a new one.

Longer version:
I need to compile with ./configure --disable-freetypetest. I don't know
why, but freetype won't link properly during the configure tests.

My full configure line for win32 SDL is: ./configure
--disable-freetypetest --enable-debug=yes --enable-client=sdl
--disable-nls

That the SDL client requires non-standard, not-included-in-cvs graphics
and font is a major pain when building it. I also miss trident when trying
to play it.

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include
-I../../common -I../../common/aicore -I../../intl -I./../agents
-I/usr/local/include/SDL -Dmain=SDL_main -I/d/Program\
Files/GnuWin32/include -I/d/Program\ Files/GnuWin32/include/freetype2
-g -O2 -Werror -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -c `test -f 'diplodlg.c' || echo './'`diplodlg.c
../../common/log.h:72: warning: `logdebug_check' defined but not used

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include
-I../../common -I../../common/aicore -I../../intl -I./../agents
-I/usr/local/include/SDL -Dmain=SDL_main -I/d/Program\
Files/GnuWin32/include -I/d/Program\ Files/GnuWin32/include/freetype2
-g -O2 -Werror -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -c `test -f 'inteldlg.c' || echo './'`inteldlg.c
../../common/log.h:72: warning: `logdebug_check' defined but not used

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include
-I../../common -I../../common/aicore -I../../intl -I./../agents
-I/usr/local/include/SDL -Dmain=SDL_main -I/d/Program\
Files/GnuWin32/include -I/d/Program\ Files/GnuWin32/include/freetype2
-g -O2 -Werror -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -c `test -f 'plrdlg.c' || echo './'`plrdlg.c
../../common/log.h:72: warning: `logdebug_check' defined but not used

Please fix.

Now, the game seems to run fine. Did not test it much.

If I click on the title bar of the message window, I get to move it
around, but I become unable to release it. Only way out is to kill the
application.

  - Per




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] status of cvs head win32 sdl client, Per I. Mathisen <=