Re: [Warzone-dev] build problems in windows

2007-02-24 Thread Kamaze
D:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
cannot find -ldbghelp

Me neither, lovely ld.exe :(
And now?

- Kamaze

Christian Vest Hansen schrieb:
 I knew I was asking for trouble in trying to compile warzone in windows.
 
 I use the MingW approach and am getting this error:
 ==
 mingw32-make[1]: Leaving directory `C:/Documents and Settings/cvh/My
 Documents/w
 arzone/src'
 mingw32-make -f Makefile.raw -C data
 VERSION set to TRUNK
 PLATFORM set to windows
 MODE set to debug
 DEVDIR set to C:/Documents\ and\ Settings/cvh/My\ Documents/warzone/devpkg
 BISON is set to bison
 FLEX is set to flex
 MAKENSIS is set to makensis
 mingw32-make[1]: Entering directory `C:/Documents and Settings/cvh/My
 Documents/
 warzone/data'
 zip -ru0 warzone.wz anims audio components effects features gamedesc.lev
 images
 messages misc multiplay novideo.rpl palette.bin script sequenceaudio
 stats struc
 ts texpages wrf -x *svn*
 process_begin: CreateProcess(NULL, zip -ru0 warzone.wz anims audio
 components ef
 fects features gamedesc.lev images messages misc multiplay novideo.rpl
 palette.b
 in script sequenceaudio stats structs texpages wrf -x *svn*, ...) failed.
 make (e=2): The system cannot find the file specified.
 mingw32-make[1]: *** [warzone.wz] Error 2
 mingw32-make[1]: Leaving directory `C:/Documents and Settings/cvh/My
 Documents/w
 arzone/data'
 mingw32-make: *** [data] Error 2
 
 C:\Documents and Settings\cvh\My Documents\warzone
 ==
 
 
 Anyone able to decifer?
 

___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] build problems in windows

2007-02-24 Thread vs2k5
On Sat, 24 Feb 2007 18:28:26 -0500 Kamaze [EMAIL PROTECTED] 
wrote:
D:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.ex
e:
cannot find -ldbghelp

Me neither, lovely ld.exe :(
And now?

- Kamaze

You need this,
http://msdn2.microsoft.com/en-us/library/ms680360.aspx
Redistributable Requires DbgHelp.dll 5.1 or later.
Header  Declared in Dbghelp.h.
Library Use Dbghelp.lib.
DLL Requires Dbghelp.dll.

I see this for mingw,
https://sourceforge.net/tracker/?func=detailatid=352435aid=1660497
group_id=2435






--
Click to find great rates on life insurance, save big, shop here
http://tagline.hushmail.com/fc/CAaCXv1QSYQrOQJtSBIflwHj4YaKOfQ5/


___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] build problems in windows

2007-02-23 Thread Dennis Schridde
Am Freitag, 23. Februar 2007 schrieb Christian Vest Hansen:
 I knew I was asking for trouble in trying to compile warzone in windows.

 I use the MingW approach and am getting this error:
 ==
 mingw32-make[1]: Leaving directory `C:/Documents and Settings/cvh/My
 Documents/w arzone/src'
 mingw32-make -f Makefile.raw -C data
 VERSION set to TRUNK
 PLATFORM set to windows
 MODE set to debug
 DEVDIR set to C:/Documents\ and\ Settings/cvh/My\ Documents/warzone/devpkg
 BISON is set to bison
 FLEX is set to flex
 MAKENSIS is set to makensis
 mingw32-make[1]: Entering directory `C:/Documents and Settings/cvh/My
 Documents/ warzone/data'
 zip -ru0 warzone.wz anims audio components effects features gamedesc.lev
 images messages misc multiplay novideo.rpl palette.bin script sequenceaudio
 stats struc ts texpages wrf -x *svn*
 process_begin: CreateProcess(NULL, zip -ru0 warzone.wz anims audio
 components ef fects features gamedesc.lev images messages misc multiplay
 novideo.rpl palette.b in script sequenceaudio stats structs texpages wrf -x
 *svn*, ...) failed. make (e=2): The system cannot find the file specified.
 mingw32-make[1]: *** [warzone.wz] Error 2
 mingw32-make[1]: Leaving directory `C:/Documents and Settings/cvh/My
 Documents/w arzone/data'
 mingw32-make: *** [data] Error 2

 C:\Documents and Settings\cvh\My Documents\warzone
 ==


 Anyone able to decifer?

I'd guess you are missing the zip exe...


pgpvjd33KcUdn.pgp
Description: PGP signature
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] build problems in windows

2007-02-23 Thread Christian Vest Hansen

sure enough, running 'zip' on the command line yields nothing but complaints.

Do you know of a good place to find zip.exe ?


2007/2/23, Dennis Schridde [EMAIL PROTECTED]:

Am Freitag, 23. Februar 2007 schrieb Christian Vest Hansen:
 I knew I was asking for trouble in trying to compile warzone in windows.

 I use the MingW approach and am getting this error:
 ==
 mingw32-make[1]: Leaving directory `C:/Documents and Settings/cvh/My
 Documents/w arzone/src'
 mingw32-make -f Makefile.raw -C data
 VERSION set to TRUNK
 PLATFORM set to windows
 MODE set to debug
 DEVDIR set to C:/Documents\ and\ Settings/cvh/My\ Documents/warzone/devpkg
 BISON is set to bison
 FLEX is set to flex
 MAKENSIS is set to makensis
 mingw32-make[1]: Entering directory `C:/Documents and Settings/cvh/My
 Documents/ warzone/data'
 zip -ru0 warzone.wz anims audio components effects features gamedesc.lev
 images messages misc multiplay novideo.rpl palette.bin script sequenceaudio
 stats struc ts texpages wrf -x *svn*
 process_begin: CreateProcess(NULL, zip -ru0 warzone.wz anims audio
 components ef fects features gamedesc.lev images messages misc multiplay
 novideo.rpl palette.b in script sequenceaudio stats structs texpages wrf -x
 *svn*, ...) failed. make (e=2): The system cannot find the file specified.
 mingw32-make[1]: *** [warzone.wz] Error 2
 mingw32-make[1]: Leaving directory `C:/Documents and Settings/cvh/My
 Documents/w arzone/data'
 mingw32-make: *** [data] Error 2

 C:\Documents and Settings\cvh\My Documents\warzone
 ==


 Anyone able to decifer?

I'd guess you are missing the zip exe...

___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev






--
Venlig hilsen / Kind regards,
Christian Vest Hansen.

___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] build problems in windows

2007-02-23 Thread The Watermelon

On 2/23/07, Christian Vest Hansen [EMAIL PROTECTED] wrote:


sure enough, running 'zip' on the command line yields nothing but
complaints.

Do you know of a good place to find zip.exe ?



google.com said:
http://www.info-zip.org/Zip.html#Win32
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] build problems in windows

2007-02-23 Thread Giel van Schijndel
The Watermelon schreef:
 On 2/23/07, *Christian Vest Hansen* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 sure enough, running 'zip' on the command line yields nothing but
 complaints.

 Do you know of a good place to find zip.exe ?
 google.com http://google.com said:
 http://www.info-zip.org/Zip.html#Win32
Yup, you *need* to have InfoZIP because the commandline parameters would
be incorrect with other ziputils. So that ^ one will do.

-- 
Giel



signature.asc
Description: OpenPGP digital signature
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev