After setting up csjark (http://csjark.readthedocs.io/), I'm trying to test on 
of my C header files which has following statements:

typedef struct {
   unsigned long X;
   __int64 Y;
} abc;

        
If I'm changing __int64 to unsigned long I'm not getting this error
For the __int64 i'm getting the mention error. Am I missing something?


In addition, I'm getting following error:
Attribute error("'tuple object has no attibute 'children'",)

I'd be glad to have some assistance.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to