Am 05/12/2008 09:37 PM schrieb Lisandro Dalcin:
> That's what Robert warned you about!! Indeed, you have two definitions
> of plugData:

Must be blind... thanks!

But how do I resolve the problem in the pxi file, that both struct
depend on each other withput duplicating the struct?

> On 5/12/08, Johannes Wienke <[EMAIL PROTECTED]> wrote:
>> plugin.pxi:
>>  -----------
>>  include "grab.pxi"
>>  cdef extern from "main/plugin.h":
>>         cdef struct plugData:
>>                 pass
>>
>>  cdef extern from "main/plugin_comm.h":
>>         ctypedef struct plugData:
>>                 plugDefinition *plug
>>                 char *ident
>>                 void *data
> 
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to