Unreal.exe and wircd.exe missing

These are old archives. They are kept for historic purposes only.
Post Reply
Hoad
Posts: 3
Joined: Thu Feb 09, 2006 8:25 pm

Unreal.exe and wircd.exe missing

Post by Hoad »

I compiled the makefile.win32 file using VC++ like it says in compiling_win32.txt:
2. Go to your UnrealIrcd dir (like: cd \dev\unreal3.2) and then compile with:
nmake -f makefile.win32
This will generate a wircd.exe and unreal.exe
All I got after compiling was config.exe, config.obj and vc80.pdb

What's going on and how can it be fixed?


Thanks in advance
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Were there any errors?
Hoad
Posts: 3
Joined: Thu Feb 09, 2006 8:25 pm

Post by Hoad »

Stealth wrote:Were there any errors?
src/win32/unreal.c(20) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

and

NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return code'0x2'
Last edited by Hoad on Thu Feb 09, 2006 8:58 pm, edited 1 time in total.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Well, that would be exactly why :)
Hoad
Posts: 3
Joined: Thu Feb 09, 2006 8:25 pm

Post by Hoad »

So what do I do? Is there anywhere I can get this from?
Post Reply