Bug #532
Compiler Errors
100%
Description
I'm compiling using Visual Studio 9. I'm running Windows XP x86 Professional. I did a checkout of trunk r5905.
Below is a list of only a few of the countless number of compiler errors & warnings I'm receiving:
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(950) : warning C4311: 'type cast' : pointer truncation from 'mobj_t *' to 'unsigned long'
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(968) : warning C4311: 'type cast' : pointer truncation from 'mobj_t *' to 'unsigned long'
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(1334) : error C2065: 'lights' : undeclared identifier
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(1334) : warning C4047: '=' : 'vlight_t *' differs in levels of indirection from 'int'
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(1347) : error C2065: 'lights' : undeclared identifier
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(1347) : error C2109: subscript requires array or pointer type
c:\it\personal\deng\doomsday\engine\portable\src\r_things.c(1420) : error C2065: 'lights' : undeclared identifier
Labels: Build System
History
#1 Updated by danij about 16 years ago
This is a known issue that will be resolved imminently.
#2 Updated by danij about 16 years ago
Fixed in svn.