Page 1 of 1

module making weird error

Posted: Sat Aug 04, 2007 9:58 am
by GouroB
make[2]: Entering directory `/root/myfolder/Unreal3.2.7/src/modules' make[2]: *** No rule to make target `antirandom.c', needed by `custommodule'. Stop.
make[2]: Leaving directory `/root/myfolder/Unreal3.2.7/src/modules' make[1]: *** [custommodule] Error 2 make[1]: Leaving directory `/root/nonSSL/Unreal3.2.7/src' make: *** [custommodule] Error 2
make[2]: Leaving directory `/root/myfolder/Unreal3.2.7/src/modules' gmake[1]: *** [custommodule] Error 2 gmake[1]: Leaving directory `/root/nonSSL/Unreal3.2.7/src' gmake: *** [custommodule] Error 2

getting this weird error whenever i am trying to compile module ..... well i was using latest version of unreal but these modules r kinda old, i been using them for last few months. Make and Gmake command working for everything else but not working for making these modules ... so any one any idea ?

Re: module making weird error

Posted: Sun Aug 05, 2007 2:48 pm
by nate
Make sure you follow the instructions on compiling custom modules down to the letter, as judging by that error, you didn't as its not finding the module where it should or you're using the wrong makefile perhaps.

Also allow me to note at this moment also, running as root isn't generally recommended : P