Nop No luck. That dint work.
--
http://mail.python.org/mailman/listinfo/python-list
[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
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