Game Development Community

Linux Build no longer works?

by TheMartian · in Torque Game Engine · 05/03/2002 (3:18 pm) · 1 replies

I just tried to compile the HEAD version on linux. I also have a version of torque about 2 months old that builds perfectly on the same box.

However this latest version gives all sorts of errors,
i.e.
../mk/conf.common.mk:31 warning: overriding commands for target '/ljpeg'

... (a whole bunch more)

make[1]:Circular /ljpeg <- dirlist dependency dropped

... (a whole bunch more)

make[1]: /glu2d3d: Command not found

It basically barfs right from the get go.
I noticed these make files were changed recently(within the past few weeks).

Did it get broken? I just retried my other directory where I keep that older version and it compiles fine.

Am I missing something or can someone else try it and confirm my problem?

thanks.

#1
05/03/2002 (4:56 pm)
You'll get these errors if you don't do something like this first:

make -f mk/configure.mk OS=LINUX COMPILER=
GCC2 BUILD=DEBUG

I should fix it so that it barfs with a meaningful error message if it hasn't been configured.