View Issue Details

IDProjectCategoryView StatusLast Update
0004085unrealircdpublic2014-01-12 16:46
ReporterJester Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.2.9 
Summary0004085: compile time error on win32 using visual studio 2008
Descriptionwhen compiling the ircd on windows using visual studio 2008 an error is generated about version.c the exact error text is as follows:

version.c
src/version.c(34) : error C2001: newline in constant
src/version.c(36) : error C2143: syntax error : missing ';' before 'type'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\Bin
\cl.EXE"' : return code '0x2'
Stop.

C:\unrealdev\Unreal3.2>

i have the relevant unreal libs downloaded and am trying to compile with all the extra features enabled i did not edit the make file instead opting to make my own batch file containg the correct nmake syntax
Steps To Reproduceinstall visual studio 2008 and update to service pack 1 install the windows 7 sdk try to compile the ircd
Additional Informationthis was tested on a fresh install of windows xp. the relevant compilers were installed only for the compilation of unreal. nothing else is installed on the system apart from updates from microsoft this is a vmware image i made explicitly for compiling my own ircd
3rd party modules

Activities

syzop

2012-02-26 21:31

administrator   ~0016921

I'm sorry I haven't had a chance to look at this yet.

Next time I compile on Windows I'll verify and fix any issues that are there, but this could still be 1-2wks.

syzop

2014-01-12 16:45

administrator   ~0017889

apparently fixed nowadays ;)

Issue History

Date Modified Username Field Change
2012-02-11 21:15 Jester New Issue
2012-02-26 21:31 syzop Note Added: 0016921
2014-01-12 16:45 syzop Note Added: 0017889
2014-01-12 16:45 syzop Status new => closed
2014-01-12 16:46 syzop Assigned To => syzop
2014-01-12 16:46 syzop Resolution open => fixed