[Bf-python] Problems building Blender on Win32/gcc withEXPYTHON=true

Florian Eggenberger florian.eggenberger at o-x.ch
Mon Jun 30 10:28:04 CEST 2003


Just two symbols missing in dlltool/python.def.

PyErr_Warn
PyExc_DeprecationWarning

But I had the following error in Sys.c:
Sys.c:34: initializer element is not constant

Florian

> -----Original Message-----
> From: Michel Selten [mailto:michel.s at home.nl] 
> Sent: Sunday, June 29, 2003 10:10 PM
> To: bf-python at blender.org
> Subject: Re: [Bf-python] Problems building Blender on 
> Win32/gcc withEXPYTHON=true
> 
> 
> On Wed, 2003-06-25 at 18:47, Chris Want wrote:
> > (Background: this dlltool stuff recreates a stub
> > library so gcc can link blender with the msvc compiled
> > python22.dll -- the msvc created stub library does
> > not work with gcc. The file python.def basically
> > supplies a list of symbols that the dll will export
> > to our stub library, and then these symbols -- and
> > only these symbols -- can be used in our application.
> > Everytime the expython team add new python calls we
> > have to add new symbols to this file... bit of a
> > pain, but at least it's easy work.)
> 
> Get ready for a new update: I just added some calls to 
> PyErr_Warn to the
> sources.
> 
> With regards,
> 	Michel
> 
> 
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://www.blender.org/mailman/listinfo/bf-python
> 



More information about the Bf-python mailing list