[Bf-committers] MSVC 7.1, compilation problem with readfile.c

jean-michel soler jmsoler at free.fr
Sat Jun 2 09:20:07 CEST 2007


Compiling ==> 'readfile.c'
readfile.c
source\blender\blenloader\intern\readfile.c(2575) : warning C4018: '<' : 
signed/unsigned mismatch
source\blender\blenloader\intern\readfile.c(6395) : warning C4244: '=' : 
conversion from 'double' to 'float', possible loss of data
source\blender\blenloader\intern\readfile.c(6476) : error C2275: 'Mesh' 
: illegal use of this type as an expression
        source\blender\makesdna\DNA_mesh_types.h(102) : see declaration 
of 'Mesh'
source\blender\blenloader\intern\readfile.c(6476) : error C2065: 'me' : 
undeclared identifier
source\blender\blenloader\intern\readfile.c(6477) : warning C4047: '=' : 
'int' differs in levels of indirection from 'void *'
source\blender\blenloader\intern\readfile.c(6477) : error C2223: left of 
'->id' must point to struct/union
source\blender\blenloader\intern\readfile.c(6478) : error C2223: left of 
'->mr' must point to struct/union
source\blender\blenloader\intern\readfile.c(6479) : error C2223: left of 
'->mr' must point to struct/union
source\blender\blenloader\intern\readfile.c(6481) : error C2223: left of 
'->mr' must point to struct/union
scons: *** 
[E:\bf_blender\build\win32-vc\source\blender\blenloader\intern\readfile.obj] 
Error 2
scons: building terminated because of errors.
E:\bf_blender\blender>


Regards,
jms.



More information about the Bf-committers mailing list