Compiling with TBE
by Matt McCracken · in Torque Game Builder · 03/11/2006 (10:50 am) · 3 replies
Can someone tell me what these errors mean when trying to rebuild with TBE? I'm trying to add the sqLite files to torque2D.
make -k clean all
make: *** No rule to make target 'clean'.
make: *** No rule to make target 'all'.
make -k clean all
make: *** No rule to make target 'clean'.
make: *** No rule to make target 'all'.
About the author
#2
03/11/2006 (12:08 pm)
I followed the instructions. Loaded up eclipse, imported the torque 2d project and right clicked->build. That's when I get that error. I don't know which directory I'm in, but I'm assuming that I'm in the correct one.
#3
FYI, TBE requires POSIX compliant makefiles (what linux builds use), and they are not provided with TGB (or even TGE) any longer.
03/11/2006 (1:45 pm)
TBE is no longer a supported solution for compiling, since Microsoft made their latest compiler free for one year.FYI, TBE requires POSIX compliant makefiles (what linux builds use), and they are not provided with TGB (or even TGE) any longer.
Torque 3D Owner Marc Dreamora Schaerer
Gayasoft