Game Development Community

GCC3.4 and RTSPack

by Robert Stewart · in RTS Starter Kit · 07/13/2005 (7:30 pm) · 0 replies

This is a Copy of the thread from the Linux forums, because it applies to here too.
Ok so basically I think this is Easy to fix, but I have not been using Linux that long. In KDevelop this is the warnings I get
cd '/opt/Torque' && gmake -k 
gmake[1]: *** No rule to make target 'out.GCC3.4+.DEBUG/game/rts/guiRTSTSCtrl.obj', needed by 'out.GCC3.4+.DEBUG/torqueDemo_DEBUG.bin'.
gmake[1]: *** No rule to make target 'out.GCC3.4+.DEBUG/game/rts/RTSConnection.obj', needed by 'out.GCC3.4+.DEBUG/torqueDemo_DEBUG.bin'.
gmake[1]: *** No rule to make target 'out.GCC3.4+.DEBUG/game/rts/RTSProjectile.obj', needed by 'out.GCC3.4+.DEBUG/torqueDemo_DEBUG.bin'.
gmake[1]: *** No rule to make target 'out.GCC3.4+.DEBUG/game/rts/RTSUnit.obj', needed by 'out.GCC3.4+.DEBUG/torqueDemo_DEBUG.bin'.
gmake[1]: *** No rule to make target 'out.GCC3.4+.DEBUG/game/rts/visManager.obj', needed by 'out.GCC3.4+.DEBUG/torqueDemo_DEBUG.bin'.
gmake[1]: Target 'torqueDemo' not remade because of errors.
gmake: *** [default] Error 2
*** Exited with status: 2 ***