compiling error

These are old archives. They are kept for historic purposes only.
Post Reply
Krashy
Posts: 2
Joined: Sun Dec 02, 2007 10:19 am

compiling error

Post 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?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: compiling error

Post by Syzop »

Try running the make command from the Unreal3.2.7 directory, so not from Unreal3.2.7/src/modules
Krashy
Posts: 2
Joined: Sun Dec 02, 2007 10:19 am

Re: compiling error

Post by Krashy »

yeah, it works.
i was really tired..

Thanks !
Post Reply