PDA

View Full Version : 'Include' Not Found


FlyingIsFun1217
March 25th, 2008, 02:13 PM
Hey!

Using Hardy, trying to compile the Torque Game Engine, I get the following error:


/home/[user]/Desktop/TGE_1_5_2/mk/conf.GCC4.LINUX.mk: line 1: include: command not found


Is this a missing dependency or something? Previous compile always seemed to work fairly flawlessly (given that I had the need lib's).

Thanks!
FlyingIsFun1217

FlyingIsFun1217
March 25th, 2008, 10:15 PM
22 views, and nobody has an idea?

FlyingIsFun1217

FlyingIsFun1217
March 26th, 2008, 10:05 PM
'Aye' if this should be moved to Development->Hardy...

FlyingIsFun1217

Zugzwang
April 1st, 2008, 06:50 AM
It appears to me as you are trying to execute a file which isn't meant to be executed. Did you follow the compilation procedure as written in the README file (or whatever)? Usually, this is running "./configure" and then "make".