[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Group.c blender/source/blender/src editgroup.c editobject.c header_view3d.c

Eugene Reilly gene001 at gmail.com
Fri Oct 13 02:42:22 CEST 2006


The same goes for Visual C++ 2005 Express (VC8).  I am getting the
following when I compile:

1>..\..\..\source\blender\src\editgroup.c(89) : error C2275: 'Group' :
illegal use of this type as an expression
1>        ..\..\..\source\blender\makesdna\DNA_group_types.h(56) : see
declaration of 'Group'
1>..\..\..\source\blender\src\editgroup.c(89) : error C2065: 'group' :
undeclared identifier
1>..\..\..\source\blender\src\editgroup.c(91) : warning C4047:
'function' : 'Group *' differs in levels of indirection from 'int'
1>..\..\..\source\blender\src\editgroup.c(91) : warning C4024:
'object_in_group' : different types for formal and actual parameter 2
1>..\..\..\source\blender\src\editgroup.c(97) : warning C4047:
'function' : 'Group *' differs in levels of indirection from 'int'
1>..\..\..\source\blender\src\editgroup.c(97) : warning C4024:
'add_to_group' : different types for formal and actual parameter 1
1>..\..\..\source\blender\src\editgroup.c(104) : error C2223: left of
'->id' must point to struct/union

The following commit does not compile with MSVC 7 with the following error:
source\blender\src\editgroup.c(89) : error C2275: 'Group' : illegal use
of this type as an expression

This is due to the declaration of "group" variable after an instruction
in function add_selected_to_act_ob_groups.

Stephane


-- 
Eugene (etr9j)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20061012/faacab4f/attachment.htm


More information about the Bf-committers mailing list