Built under MingW on WinXPSP2

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
Post Reply
JorgeAldo
Rookie
Rookie
Posts: 24
Joined: 21 Dec 2006, 04:58

Built under MingW on WinXPSP2

Post by JorgeAldo »

Finally i solved the puzzle to build this thing on winxp sp2 with mingw32...

If anyone wants i can write down here the step by step approach to do this.

As a side note, how to apply Watermelon multiturret patch ?

Edit :

I got some assertions failind due to the PhyS problem with "\" in the paths, how to solve this ?
Last edited by JorgeAldo on 24 Dec 2006, 18:49, edited 1 time in total.
User avatar
Watermelon
Code contributor
Code contributor
Posts: 551
Joined: 08 Oct 2006, 09:37

Re: Built under MingW on WinXPSP2

Post by Watermelon »

JorgeAldo wrote: Finally i solved the puzzle to build this thing on winxp sp2 with mingw32...

If anyone wants i can write down here the step by step approach to do this.

As a side note, how to apply Watermelon multiturret patch ?
you dont need to apply my patch manually,they are in the latest cvs revisions,just grab the latest source/data and you are done.(to enable multi-turrets in sp,you'll have to edit sp version of body.txt)

Edit :

I got some assertions failind due to the PhyS problem with "" in the paths, how to solve this ?
make sure you have the latest wrf files and compiled .l and .y.
tasks postponed until the trunk is relatively stable again.
JorgeAldo
Rookie
Rookie
Posts: 24
Joined: 21 Dec 2006, 04:58

Re: Built under MingW on WinXPSP2

Post by JorgeAldo »

.(to enable multi-turrets in sp,you'll have to edit sp version of body.txt)
How to do this ?
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: Built under MingW on WinXPSP2

Post by Kamaze »

I compiled wz2100 today suscessfully too, with MinGW under WinXP Prof + SP2.
No Problems.
We all have the same heaven, but not the same horizon.
User avatar
Watermelon
Code contributor
Code contributor
Posts: 551
Joined: 08 Oct 2006, 09:37

Re: Built under MingW on WinXPSP2

Post by Watermelon »

JorgeAldo wrote: How to do this ?
there is a txt file called body.txt in your data\stats folder,there are some entries/lines for 12 'sp bodies'(couldnt recall the exact name,drdmbt1,2,3 or sumthing),the 10th value of each line is the weaponSlot,changed it to 2 or 3(default value should be 1 in sp body.txt).
tasks postponed until the trunk is relatively stable again.
tuant20
Trained
Trained
Posts: 51
Joined: 08 Jan 2007, 09:03

Re: Built under MingW on WinXPSP2

Post by tuant20 »

To Kamaze and JorgeAldo: yes, I am searching for this kind of your statement. How to do that? Please share me the approach step by step
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: Built under MingW on WinXPSP2

Post by Kamaze »

- I Installed MinGW (GCC, G++, WinAPI, MSYS, Binutils...), Felx, Bison.
- Then i loaded the SVN tree with TurtoiseSVN.
- Load the DEVPKG files.
- Edit the /trunk/makerules/config.mk (the template)
- Run via MSYS mingw32-make -f Makefile.raw in the /trunk/ dir.

But now it seems it doesn't work anymore. I tried with the newer DEVPGK and and and...
Some errors in PIE_* and Boolean errors.
We all have the same heaven, but not the same horizon.
tuant20
Trained
Trained
Posts: 51
Joined: 08 Jan 2007, 09:03

Re: Built under MingW on WinXPSP2

Post by tuant20 »

That's it. You've got maybe the same errors with me.
User avatar
Watermelon
Code contributor
Code contributor
Posts: 551
Joined: 08 Oct 2006, 09:37

Re: Built under MingW on WinXPSP2

Post by Watermelon »

I checked msys+mingw yesterday,it worked fine for me with this devpackage:(default devpackage + some self-compile .a libs)

http://rapidshare.com/files/10914021/de ... e.zip.html
tasks postponed until the trunk is relatively stable again.
tuant20
Trained
Trained
Posts: 51
Joined: 08 Jan 2007, 09:03

Re: Built under MingW on WinXPSP2

Post by tuant20 »

Make sure you can run it without some "not found..." errors
Post Reply