Page 1 of 1

compiling error

Posted: Sun Dec 02, 2007 10:22 am
by Krashy
Hey,

i got the same problem whatever the module i want to compile:

@vds3:~/web/Unreal3.2.7/src/modules$ make custommodule MODULEFILE=m_antidccbug
cc -fPIC -DPIC -shared -DDYNAMIC_LINKING \
-o m_antidccbug.so m_antidccbug.c
m_antidccbug.c:1:20: error: config.h: No such file or directory
m_antidccbug.c:2:20: error: struct.h: No such file or directory
m_antidccbug.c:3:20: error: common.h: No such file or directory
m_antidccbug.c:4:17: error: sys.h: No such file or directory
m_antidccbug.c:5:21: error: numeric.h: No such file or directory
m_antidccbug.c:6:17: error: msg.h: No such file or directory
m_antidccbug.c:7:19: error: proto.h: No such file or directory
m_antidccbug.c:8:21: error: channel.h: No such file or directory
m_antidccbug.c:18:15: error: h.h: No such file or directory

what cannay do?

Re: compiling error

Posted: Sun Dec 02, 2007 11:43 am
by Syzop
Try running the make command from the Unreal3.2.7 directory, so not from Unreal3.2.7/src/modules

Re: compiling error

Posted: Sun Dec 02, 2007 5:04 pm
by Krashy
yeah, it works.
i was really tired..

Thanks !