Game Development Community

max2dtxExporter problems "make"ing

by Jeff Campen · in Torque Game Engine · 10/08/2001 (11:36 pm) · 1 replies

I've read through the forums and people can get the exporter to build. That's my problem. I am having problems following the instructions with the installation Docs. I followed the instructions to "make clean" and it returns this to the command prompt:

rm -rf out.VC6.DEBUG/

am I doing this right?

then when I just type in "make" in the tools directory it gives me this junk:

The syntax of the command is incorrect.
make: *** [out.VC6.DEBUG/buildWad] Error 1

please help me. I can tell right now it's something stupid. thanks

#1
10/10/2001 (10:00 pm)
Did you install the gnu make tools? and did you run the make configure from the v12 root dir? You need to configure the makefiles by running:
make -f mk/configure.mk OS=WIN32 COMPILER=xxx BUILD=DEBUG
(replace xxx with VC6 or CW6)