Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2003:
[Freeciv-Dev] (PR#4043) further 1.14.0 gtk2 mingw32 compile woes
Home

[Freeciv-Dev] (PR#4043) further 1.14.0 gtk2 mingw32 compile woes

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#4043) further 1.14.0 gtk2 mingw32 compile woes
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Sun, 20 Apr 2003 09:43:27 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Plain ./configure does not add -lwsock32 for mingw32. It has to be added
manually. Doing this, it compiles fine, but I haven't managed to get it
working yet (XPM problems, I guess I need to use CVS head with PNGs
instead; I'll try that later).

Also, here are some warnings we might want to have a shot at eliminating:

mapview.c: In function `put_nuke_mushroom_pixmaps':
mapview.c:1531: warning: implicit declaration of function `sleep'

menu.c:788: warning: `menu_path_tok' defined but not used

Trying to ./configure the server, it dies saying it can't find libm, which
is silly, because libm is there and links fine using a simple test.
Manually editing configure to force linking with -libm during compile
works.

It also didn't pick up libz, which is present.

  - Per




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4043) further 1.14.0 gtk2 mingw32 compile woes, Per I. Mathisen <=