module making weird error

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

module making weird error

Post 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 ?
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
nate
Posts: 148
Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:

Re: module making weird error

Post 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
Post Reply