PyInline problem

Alex Martelli aleax at aleax.it
Thu Dec 6 08:55:11 EST 2001


"Duncan Smith" <buzzard at urubu.freeserve.co.uk> wrote in message
news:9um97d$kvs$1 at newsg3.svr.pol.co.uk...
    ...
> have built it with #include  <stdlib.h>, but have always failed when I
also
> have #include <system.h>.  I'll get there in the end, I just hate the
trial

Unsurprising, since <system.h> is a non-existent indicator for an include
file (doesn't exist in either standard C or Microsoft Visual C++).  What
DO you actually want to include?


Alex






More information about the Python-list mailing list