Compiler Error for Tag 2.3.4 on Windows XP using MinGW

For code related discussions and questions
Post Reply
smallfly
Trained
Trained
Posts: 85
Joined: 21 Aug 2009, 10:26

Compiler Error for Tag 2.3.4 on Windows XP using MinGW

Post by smallfly »

Hi together!

One year ago, I played Warzone 2100 for the last time AND I compiled the game successfully.

Now, one year later, I wanted to compile the 2.3.4 Tag again but I dont get it to work. I followed the compile guides, but something is wrong. Perhaps someone recognizes error. Here is a copy of my command console after compiling the 2.3.4 version:
compileerror.txt
(435.56 KiB) Downloaded 267 times
Compiled on Windows XP with MinGW. All related files downloaded today (18.09.2010).

Help is appreciated,
=smallfly=
smallfly
Trained
Trained
Posts: 85
Joined: 21 Aug 2009, 10:26

Re: Compiler Error for Tag 2.3.4 on Windows XP using MinGW

Post by smallfly »

No idea?
i-NoD
Code contributor
Code contributor
Posts: 318
Joined: 30 Nov 2008, 00:42
Location: In the middle of nowhere

Re: Compiler Error for Tag 2.3.4 on Windows XP using MinGW

Post by i-NoD »

You're linking multiple zlib instances: one is libz.a and there is another one inside libphysfs.a. Try removing libz or you can rebuild physfs(read its man) so it will relay on external libz.
smallfly
Trained
Trained
Posts: 85
Joined: 21 Aug 2009, 10:26

Re: Compiler Error for Tag 2.3.4 on Windows XP using MinGW

Post by smallfly »

thats really complicated stuff. a updated windows compile guide would be really helpful :)
Post Reply