Game Development Community

TGE Error: [out.GCC3.RELEASE/gui/containers

by Unknown · in Torque Game Engine · 05/09/2008 (6:26 pm) · 1 replies

I've installed Torque GE SDK 1.5.2 I then installed TGE 0.6.0. I then ran the following command in MISYS:


cd /c/torque/sdk
make -f mk/configure.mk OS=WIN32 COMPILER=GCC3 BUILD=RELEASE
make

However, there always seems to be a problem with the output directory "out.GCC3.RELEASE/gui/containers". MingW has no problem creating libraries within "out.GCC3.RELEASE/", but not within ".../gui/containers". The following is the error output:

$ make
mkdir: cannot create directory 'out.GCC3.RELEASE/gui/containers': No such file or directory
make[1]: *** [out.GCC3.RELEASE/gui/containers] Error 1
make: *** [default] Error 2

#1
05/10/2008 (10:35 am)
I think you mean TBE 0.6.0 rather than TGE. As noted in your other thread, you should use Visual Studio since TBE is not being updated anymore. I'm just posting this information for others who might find it by searching and get confused. I know you got VS up and running and compiling Torque.