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".
=====================================================================
CMD.EXE
-------
E:\warzone2100>mingw32-make -f Makefile.raw clean
...
process_begin: CreateProcess(NULL, rm -f .pot, ...) failed.
...
MSYS
-------
$ make -f Makefile.raw clean
...
del /F warzone2100.o
make[1]: del: Command not found
make[1]: *** [clean] Error 127
...
MSYS
-------
$ mingw32-make -f Makefile.raw clean
e:/mingw/bin/mingw32-make -f Makefile.raw -C po clean
...
process_begin: CreateProcess(NULL, del /F warzone2100.o, ...) failed.
...
=====================================================================
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.
=====================================================================
$(BASEARCHIVE): $(BASELIST)
7z a -tzip -mx=0 $@ $(BASELIST) -r -x!*svn*
7z t $@
$(PATCHARCHIVE):
cd mp && 7z a -tzip -mx=0 $@ $(PATCHLIST) -x!*svn*
7z t $@
=====================================================================
And last but not least, nsis seems not working on win32 properly. The
errorlog is too long, so i dont attach it.
- Kamaze
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev