Re: [Warzone-dev] mingw/msys errors help?

2007-04-29 Thread Jose Ivey
I thought GNUWin32 had a tool to download (getnuwin32) all the latest tools here: http://sourceforge.net/projects/getgnuwin32 It seemed to work ok for me, though it takes up 200mb+ when you get everything. It does download bison 2.1 rather than 1.875, so you have to re-install the earlier

Re: [Warzone-dev] projectile fixes and flatten imd fixes

2007-04-29 Thread Per Inge Mathisen
On 4/29/07, The Watermelon [EMAIL PROTECTED] wrote: Attached fixed projfix13a and the fixes for flattenimd crash which was reported in forum a few days ago. Here is a reworked version of the patch for the flattenimd issue. There were some problems with switching MAX/MIN and missing -1 for

Re: [Warzone-dev] projectile fixes and flatten imd fixes

2007-04-29 Thread The Watermelon
On 4/29/07, Per Inge Mathisen [EMAIL PROTECTED] wrote: On 4/29/07, The Watermelon [EMAIL PROTECTED] wrote: Attached fixed projfix13a and the fixes for flattenimd crash which was reported in forum a few days ago. Here is a reworked version of the patch for the flattenimd issue. There were

Re: [Warzone-dev] mingw/msys errors help?

2007-04-29 Thread Giel van Schijndel
Jose Ivey schreef: I thought GNUWin32 had a tool to download (getnuwin32) all the latest tools here: http://sourceforge.net/projects/getgnuwin32 It seemed to work ok for me, though it takes up 200mb+ when you get everything. It does download bison 2.1 rather than 1.875, so you have to

Re: [Warzone-dev] projectile fixes and flatten imd fixes

2007-04-29 Thread The Watermelon
Forgot to include projectile.c changes in projfix13d,fixed version: projfix13e.patch Description: Binary data ___ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinfo/warzone-dev

Re: [Warzone-dev] mingw/msys errors help?

2007-04-29 Thread vs2k5
On Sun, 29 Apr 2007 09:54:22 -0400 Giel van Schijndel [EMAIL PROTECTED] wrote: Jose Ivey schreef: I thought GNUWin32 had a tool to download (getnuwin32) all the latest tools here: http://sourceforge.net/projects/getgnuwin32 It seemed to work ok for me, though it takes up 200mb+ when you

Re: [Warzone-dev] mingw/msys errors help?

2007-04-29 Thread vs2k5
On Sun, 29 Apr 2007 14:45:34 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: Am Sonntag, 29. April 2007 schrieb [EMAIL PROTECTED]: .../makerules/configure.mk:1: ../makerules/config.mk: No such file or directory Did that work without -j3? Maybe the raw makefiles don't support it... --Dennis

Re: [Warzone-dev] no more MSVC support

2007-04-29 Thread Jose Ivey
In addition to many warnings I get the following errors when I try to compile in MSVC. c1 : fatal error C1083: Cannot open source file: '..\lib\ivis_opengl\bspimd.c': No such file or directory strres_parser.tab.c(874) : error C2449: found '{' at file scope (missing function header?)

Re: [Warzone-dev] no more MSVC support

2007-04-29 Thread vs2k5
On Sun, 29 Apr 2007 15:42:57 -0400 Jose Ivey [EMAIL PROTECTED] wrote: In addition to many warnings I get the following errors when I try to compile in MSVC. c1 : fatal error C1083: Cannot open source file: '..\lib\ivis_opengl\bspimd.c': No such file or directory strres_parser.tab.c(874) :

Re: [Warzone-dev] no more MSVC support [here is patch to fix]

2007-04-29 Thread vs2k5
If you get svn 1192, then apply this, and should compile OK now. Index: Warzone2100.vcproj === --- Warzone2100.vcproj (revision 1192) +++ Warzone2100.vcproj (working copy) @@ -1,7 +1,7 @@ ?xml version=1.0 encoding=Windows-1252?

Re: [Warzone-dev] no more MSVC support [here is patch to fix]

2007-04-29 Thread Dennis Schridde
Am Sonntag, 29. April 2007 schrieb [EMAIL PROTECTED]: If you get svn 1192, then apply this, and should compile OK now. Thanks, I removed the bsp files in r1198. signature.asc Description: This is a digitally signed message part. ___ Warzone-dev

Re: [Warzone-dev] no more MSVC support

2007-04-29 Thread Dennis Schridde
Am Sonntag, 29. April 2007 schrieb Jose Ivey: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, April 29, 2007 3:49 PM To: [EMAIL PROTECTED]; Development list Subject: Re: [Warzone-dev] no more MSVC support They did not update the .sln/project files

Re: [Warzone-dev] mingw/msys errors help?

2007-04-29 Thread Christian Ohm
On Sunday, 29 April 2007 at 14:52, [EMAIL PROTECTED] wrote: On Sun, 29 Apr 2007 14:45:34 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: Am Sonntag, 29. April 2007 schrieb [EMAIL PROTECTED]: .../makerules/configure.mk:1: ../makerules/config.mk: No such file or directory Did that work

[Warzone-dev] Build 1202: pcx.c

2007-04-29 Thread Jose Ivey
Build 1202, MSVC c1 : fatal error C1083: Cannot open source file: '..\lib\ivis_common\pcx.c': No such file or directory Where can I find pcx.c? This is the new png handler, right? ___ Warzone-dev mailing list Warzone-dev@gna.org

Re: [Warzone-dev] Build 1202: pcx.c

2007-04-29 Thread vs2k5
On Sun, 29 Apr 2007 19:48:17 -0400 Jose Ivey [EMAIL PROTECTED] wrote: Build 1202, MSVC c1 : fatal error C1083: Cannot open source file: '..\lib\ivis_common\pcx.c': No such file or directory Where can I find pcx.c? This is the new png handler, right? Yes.. remove pcx.c and add png.c They have