Python.h problem-> /usr/include/python2.2/longobject.h:48: warning: ISO C89 does not support `long long'

Skip Montanaro skip at pobox.com
Tue Feb 10 18:02:10 EST 2004


    Chris> c extension compilation gives this gripe about python itself with
    Chris> -Wall and -pedantic switches -->
    Chris> /usr/include/python2.2/longobject.h:48: warning: ISO C89 does not
    Chris> support `long long'

    Chris> Is there any way to avoid this?

Sure.  Get rid of the -pedantic switch...

Skip




More information about the Python-list mailing list