View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003974 | unreal | installing | public | 2010-12-13 01:16 | 2010-12-15 12:07 |
| Reporter | therock247uk | Assigned To | syzop | ||
| Priority | normal | Severity | block | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Summary | 0003974: latest cvs doesent compile? | ||||
| Description | Setting environment for using Microsoft Visual Studio 2008 x86 tools. C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC>cd C:\Users\therock247uk\D esktop\Unr3.2-20101212\Unreal3.2 C:\Users\therock247uk\Desktop\Unr3.2-20101212\Unreal3.2>nmake -f makefile.win32 Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. cl src/win32/config.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. config.c Microsoft (R) Incremental Linker Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. /out:config.exe config.obj cl /MT /Zi /J /I ./INCLUDE /I ./INCLUDE/WIN32/ARES /Fosrc/ /nologo /D FD_SETSIZE=16384 /D NOSPOOF=1 /c /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NON STDC_NO_DEPRECATE /D _USE_32BIT_TIME_T src/win32/unreal.c unreal.c rc /l 0x409 /fosrc/win32/unreal.res /i ./include /i ./src /d NDEBUG src /win32/unreal.rc Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. link advapi32.lib src/unreal.obj src/win32/unreal.res Microsoft (R) Incremental Linker Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. cl /MD /Zi /J /I ./INCLUDE /I ./INCLUDE/WIN32/ARES /Fosrc/ /nologo /D FD_SETSIZE=16384 /D NOSPOOF=1 /c /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NON STDC_NO_DEPRECATE /D _USE_32BIT_TIME_T src/channel.c channel.c C:\Users\therock247uk\Desktop\Unr3.2-20101212\Unreal3.2\INCLUDE\struct.h(68) : f atal error C1083: Cannot open include file: 'tre/regex.h': No such file or direc tory NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\cl.EXE"' : return code '0x2' Stop. C:\Users\therock247uk\Desktop\Unr3.2-20101212\Unreal3.2> | ||||
| 3rd party modules | |||||
|
|
If you put regex.h where it expects it, the next error will say it can't find ares.h, then ares-version.h If you make it happy by putting files where it expects them, then you get: cl /MD /Zi /J /I ./INCLUDE /I ./INCLUDE/WIN32/ARES /Fosrc/ /nologo /D D_SETSIZE=16384 /D NOSPOOF=1 /c /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NON STDC_NO_DEPRECATE /D _USE_32BIT_TIME_T src/s_serv.c s_serv.c src/s_serv.c(281) : error C2065: 'unrealinfotext' : undeclared identifier src/s_serv.c(281) : warning C4047: 'initializing' : 'unsigned char **' differs in levels of indirection from 'int' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\cl.EXE"' : return code '0x2' Stop. |
|
|
Stealth is correct, see Changelog, they are now moved out of the tree. As for Stealth's error, that one has been fixed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-12-13 01:16 | therock247uk | New Issue | |
| 2010-12-13 01:40 | Stealth | Note Added: 0016458 | |
| 2010-12-13 12:10 | syzop | Note Added: 0016459 | |
| 2010-12-15 11:54 | syzop | Note Edited: 0016459 | |
| 2010-12-15 12:06 | syzop | Note Edited: 0016459 | |
| 2010-12-15 12:07 | syzop | Status | new => resolved |
| 2010-12-15 12:07 | syzop | Resolution | open => no change required |
| 2010-12-15 12:07 | syzop | Assigned To | => syzop |
| 2010-12-15 12:07 | syzop | Status | resolved => closed |
| 2010-12-15 12:07 | syzop | Product Version | 3.2.9-RC1 => |