Page 1 of 1

compiling problem

Posted: Sun Dec 02, 2007 12:42 pm
by Pirated
i am using a compiler named as Miracle

it shows some error like files not exists while compiling "operjoin.c"...
i have also referred to other topics, saying something like "src/modules", which i don't own such directory...

is there anyway i can compile it??

Re: compiling problem

Posted: Sun Dec 02, 2007 8:40 pm
by Stealth
1) Show us the exact error
2) We only support GCC, so it may not work anyway...

Re: compiling problem

Posted: Sun Dec 02, 2007 9:34 pm
by Pirated
what is GCC? anyways...

Miracle C Compiler (r3.2), written by bts.
line 10: #include config.h ignored--file not found.
line 11: #include struct.h ignored--file not found.
line 12: #include common.h ignored--file not found.
line 13: #include sys.h ignored--file not found.
line 14: #include numeric.h ignored--file not found.
line 15: #include msg.h ignored--file not found.
line 16: #include channel.h ignored--file not found.
line 18: #include sys/stat.h ignored--file not found.
line 25: #include fcntl.h ignored--file not found.
line 26: #include h.h ignored--file not found.
Compiling c:\documents and settings\user\desktop\operjoin\operjoin.c

c:\documents and settings\user\desktop\operjoin\operjoin.c: line 51: Parse Error, expecting `')'' or `',''
'extern void sendto_one(aClient *to, char *pattern, ...)'
aborting compile

Re: compiling problem

Posted: Mon Dec 03, 2007 5:40 am
by Stealth
Ahh, windows.

Unreal will only compile with MSVC 7.x or newer. See compiling_win32.txt for details.