Re: Swig compile errors

2005-05-31 Thread [EMAIL PROTECTED]
Nop No luck. That dint work. -- http://mail.python.org/mailman/listinfo/python-list

Re: Swig compile errors

2005-05-31 Thread John Machin
[EMAIL PROTECTED] wrote: > Hi I am trying to write a python wrapper for a C code I have using > swig. when i try to compile the _wrap.c i get a bunch of these warnings > and errors can anyone help > Steps I followed : > > $swig -python test_hk.c > this generates test_hk.py and test_hk_wrap.c > the

Swig compile errors

2005-05-31 Thread [EMAIL PROTECTED]
Hi I am trying to write a python wrapper for a C code I have using swig. when i try to compile the _wrap.c i get a bunch of these warnings and errors can anyone help Steps I followed : $swig -python test_hk.c this generates test_hk.py and test_hk_wrap.c then i compile it as $gcc -Wall -std=c99 te