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:
Compiled on Windows XP with MinGW. All related files downloaded today (18.09.2010).
Help is appreciated,
=smallfly=
Compiler Error for Tag 2.3.4 on Windows XP using MinGW
-
smallfly
- Trained

- Posts: 85
- Joined: 21 Aug 2009, 10:26
Compiler Error for Tag 2.3.4 on Windows XP using MinGW
You do not have the required permissions to view the files attached to this post.
-
smallfly
- Trained

- Posts: 85
- Joined: 21 Aug 2009, 10:26
-
i-NoD
- 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
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

- Posts: 85
- Joined: 21 Aug 2009, 10:26
Re: Compiler Error for Tag 2.3.4 on Windows XP using MinGW
thats really complicated stuff. a updated windows compile guide would be really helpful 