Page 1 of 1

Unreal.exe and wircd.exe missing

Posted: Thu Feb 09, 2006 8:30 pm
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

Posted: Thu Feb 09, 2006 8:32 pm
by Stealth
Were there any errors?

Posted: Thu Feb 09, 2006 8:56 pm
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'

Posted: Thu Feb 09, 2006 8:57 pm
by Stealth
Well, that would be exactly why :)

Posted: Thu Feb 09, 2006 8:59 pm
by Hoad
So what do I do? Is there anywhere I can get this from?