Author Topic: Windows compiling problem using MSys  (Read 3552 times)

tyranis

  • Posts: 44
  • Turrets: +3/-5
Windows compiling problem using MSys
« 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

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Windows compiling problem using MSys
« Reply #1 on: January 27, 2008, 08:14:50 pm »
install mingw32
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

tyranis

  • Posts: 44
  • Turrets: +3/-5
Re: Windows compiling problem using MSys
« Reply #2 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?
« Last Edit: January 28, 2008, 03:20:06 am by tyranis »