So, I have a new computer with Vista, and now msys/mingw fails to compile Tremulous. This is what I get:
Matt@COMPAQ /c/users/matt/workspace/trunk
$ make
make[1]: Entering directory `/c/users/matt/workspace/trunk'
QVM tools not built when cross-compiling
Building Tremulous in build/release-HPD-x86:
CC: gcc
CFLAGS:
-DNO_VM_COMPILED
-DUSE_LOCAL_HEADERS=1
-MMD
-DSVN_VERSION="1.1.0_SVN966M"
-DNDEBUG
-O3
Output:
build/release-HPD-x86/tremded.x86
make[2]: Entering directory `/c/users/matt/workspace/trunk'
DED_CC src/server/sv_client.c
gcc.exe: installation problem, cannot exec `cc1': No such file or directory
make[2]: *** [build/release-HPD-x86/ded/sv_client.o] Error 1
make[2]: Leaving directory `/c/users/matt/workspace/trunk'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/c/users/matt/workspace/trunk'
make: *** [release] Error 2
Any help is appreciated, thanks.