Tremulous Forum

Mods => Modding Center => Topic started by: tyranis on January 27, 2008, 07:50:57 pm

Title: Windows compiling problem using MSys
Post by: tyranis on January 27, 2008, 07:50:57 pm
Code: [Select]
$ make
make -C src/tools/lcc install
make[1]: Entering directory `/home/Joseph /Trem/src/tools/lcc'
gcc -O2 -Wall -fno-strict-aliasing -MMD -DTEMPDIR=\"/tmp\" -DSYSTEM=\"\" -c -Isrc -o build-mingw32-x86/etc/lcc.o etc/lcc.c
make[1]: gcc: Command not found
make[1]: *** [build-mingw32-x86/etc/lcc.o] Error 127
make[1]: Leaving directory `/home/Joseph /Trem/src/tools/lcc'
make: *** [tools] Error 2
Title: Re: Windows compiling problem using MSys
Post by: kevlarman on January 27, 2008, 08:14:50 pm
install mingw32
Title: Re: Windows compiling problem using MSys
Post by: tyranis on January 28, 2008, 03:08:38 am
Thanks. Turns out the automated installer was adding an extra directory to the path.

What is the sdl.dll file the binary asks for?