compiling problem

These are old archives. They are kept for historic purposes only.
Post Reply
Pirated
Posts: 2
Joined: Sun Dec 02, 2007 12:23 pm

compiling problem

Post 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??
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: compiling problem

Post by Stealth »

1) Show us the exact error
2) We only support GCC, so it may not work anyway...
Pirated
Posts: 2
Joined: Sun Dec 02, 2007 12:23 pm

Re: compiling problem

Post 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
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: compiling problem

Post by Stealth »

Ahh, windows.

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