Bug #591
linux build error def_red.c line 1016
Start date:
2009-01-15
% Done:
100%
Description
/home/dave/Svn/deng/engine/portable/src/def_read.c: In function ‘DED_ReadData’:
/home/dave/Svn/deng/engine/portable/src/def_read.c:1016: error: lvalue required as unary ‘&’ operand
make2: * [CMakeFiles/doomsday.dir/engine/portable/src/def_read.o] Error 1
make1: [CMakeFiles/doomsday.dir/all] Error 2
make: ** [all] Error 2
Fix:
change
Line 1016: RV_FLAGS("Group", ((int) mat->id.group), "mg_")
to
RV_FLAGS("Group", mat->id.group, "mg_")
Labels: Build System
History
#1 Updated by danij almost 16 years ago
Fixed in svn rev #6238.