Kamaze schreef:
> Hi,
> i tried to create a nightly build of the current trunk and find some
> problems with creating the data packages the installer and some other
> things.
>
> First of all, the devpkg misses the "libdbghelp.a".
>
> Second, the "make clean" doesn't work properly on my machine.
> It looks like that on MSYS clean triggers the windows command "del" and
> on cmd.exe the linux command "rem".
>   
"rm" shouldn't be used; I fixed this in r2166.

Also you should not use MSYS to compile warzone using the raw makefiles.
If you use MSYS then just try working with the configure script
(although I'm not sure that'll work).
> The third problem:
> If i want to create the wz packages, the script wants a "zip.exe", which
> i neither cant find in the internet nor build. So, i would prefeer to
> make this work with the 7zip cmd version. Maybe a switch for
> linux/windows in wz creating would be good. I played a bit around and
> found a cmd line that seems to work somehow, but not correct yet.
>   
That depends on Info-Zip. So try http://www.info-zip.org/ that is the
zip package which is expected here. (Make sure to install it in your
%PATH% environment variable).
> And last but not least, nsis seems not working on win32 properly. The 
> errorlog is too long, so i dont attach it.
>   
This is due to NSIS using different commandline parameters on windows
than it does on GNU/Linux (doh!). The win version uses slashes to
indicate commandline parameter, where as the GNU/Linux version uses
dashes. This should be fixed with r2167.

-- 
Giel

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to