Game Development Community

Compile Errors in Cygwin

by Steven Peterson · in Torque Game Engine · 06/09/2008 (8:59 am) · 0 replies

Looks like NetBeans is back on the up-and-up. Wanted to take it for a test-spin but I can't get Torque-TGE-1.5.x to build using Cygwin - even from the command line. Tried following: Compiling with Cygwin. Got similar but different errors. Not sure if those instructions are still applicable their pretty old.

Has anyone got TGE 1.5building in Cygwin recently? Whats the trick?

Thanks in advance,
Steven

note './trunk15/' is a clean checkout of the TGE-15.x base dir.
User@Alexis ~/win/data/torque/skySystem/trunk15
$ make
../mk/conf.common.mk:33: warning: overriding commands for target 'out.GCC3.4.DEBUG/ljpeg'
targets.ljpeg.mk:62: warning: ignoring old commands for target 'out.GCC3.4.DEBUG/ljpeg'
../mk/conf.common.mk:33: warning: overriding commands for target 'out.GCC3.4.DEBUG/lpng'
targets.lpng.mk:30: warning: ignoring old commands for target 'out.GCC3.4.DEBUG/lpng'
../mk/conf.common.mk:33: warning: overriding commands for target 'out.GCC3.4.DEBUG/lungif'
targets.lungif.mk:18: warning: ignoring old commands for target 'out.GCC3.4.DEBUG/lungif'
../mk/conf.common.mk:33: warning: overriding commands for target 'out.GCC3.4.DEBUG/opengl2d3d'
targets.opengl2d3d.mk:39: warning: ignoring old commands for target 'out.GCC3.4.DEBUG/opengl2d3d'
../mk/conf.common.mk:33: warning: overriding commands for target 'out.GCC3.4.DEBUG/zlib'
targets.zlib.mk:24: warning: ignoring old commands for target 'out.GCC3.4.DEBUG/zlib'
--> Compiling lungif/gifalloc.c
Assembler messages:
Fatal error: can't create out.GCC3.4.DEBUG/lungif/gifalloc: No such file or directory
--> Compiling lungif/gif_err.c
Assembler messages:
Fatal error: can't create out.GCC3.4.DEBUG/lungif/gif_err: No such file or directory
--> Compiling lungif/egif_lib.c
Assembler messages:
Fatal error: can't create out.GCC3.4.DEBUG/lungif/egif_lib: No such file or directory
--> Compiling lungif/dgif_lib.c
Assembler messages:
Fatal error: can't create out.GCC3.4.DEBUG/lungif/dgif_lib: No such file or directory
--> Compiling ljpeg/jmemnobs.c
Assembler messages:
Fatal error: can't create out.GCC3.4.DEBUG/ljpeg/jmemnobs: No such file or directory
--> Compiling ljpeg/jmemmgr.c
make: *** [default] Interrupt


User@Alexis ~/win/data/torque/skySystem/trunk15
$