[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19837] trunk/blender/source/blender/ python/api2_2x/BGL.c: Fix compilation error in MSVC.

jmsoler at free.fr jmsoler at free.fr
Tue Apr 21 14:41:39 CEST 2009


Selon Benoit Bolsee <benoit.bolsee at online.be>:

> Revision: 19837
>
>
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19837
> Author:   ben2610
> Date:     2009-04-21 11:38:27 +0200 (Tue, 21 Apr 2009)
>
> Log Message:
> -----------
> Fix compilation error in MSVC.
>
> Modified Paths:
> --------------
>     trunk/blender/source/blender/python/api2_2x/BGL.c


now, the problem is on mac osx :
"
Compiling ==> 'euler.c'
source/blender/python/api2_2x/euler.c: In function ‘Euler_richcmpr’:
source/blender/python/api2_2x/euler.c:212: error: ‘Py_RETURN_TRUE’ undeclared
(first use in this function)
source/blender/python/api2_2x/euler.c:212: error: (Each undeclared identifier is
reported only once
source/blender/python/api2_2x/euler.c:212: error: for each function it appears
in.)
source/blender/python/api2_2x/euler.c:214: error: ‘Py_RETURN_FALSE’ undeclared
(first use in this function)
source/blender/python/api2_2x/euler.c: In function ‘Euler_getWrapped’:
source/blender/python/api2_2x/euler.c:410: error: ‘Py_RETURN_TRUE’ undeclared
(first use in this function)
source/blender/python/api2_2x/euler.c:412: error: ‘Py_RETURN_FALSE’ undeclared
(first use in this function)
scons: ***
[/Users/.../bf-blender/build/darwin/source/blender/python/api2_2x/euler.o] Error
1
scons: building terminated because of errors.
"""


More information about the Bf-committers mailing list