installing pyopenssl on ios -
when type: easy_install pyopensll results are:
davie:~ root# easy_install pyopenssl searching pyopenssl reading http://pypi.python.org/simple/pyopenssl/ reading http://pyopenssl.sourceforge.net/ reading http://launchpad.net/pyopenssl best match: pyopenssl 0.13 downloading http://pypi.python.org/packages/source/p/pyopenssl/pyopenssl- 0.13.tar.gz#md5=767bca18a71178ca353dff9e10941929 processing pyopenssl-0.13.tar.gz running pyopenssl-0.13/setup.py -q bdist_egg --dist-dir /tmp/easy_install-fadtsb/pyopenssl-0.13/egg-dist-tmp-bvjmgv warning: no previously-included files matching '*.pyc' found anywhere in distribution in file included openssl/crypto/crypto.c:14: /usr/include/python2.5/python.h:18:20: error: limits.h: no such file or directory /usr/include/python2.5/python.h:21:2: error: #error "something's broken. uchar_max should defined in limits.h." /usr/include/python2.5/python.h:25:2: error: #error "python's source code assumes c's unsigned char 8-bit type." /usr/include/python2.5/python.h:32:19: error: stdio.h: no such file or directory /usr/include/python2.5/python.h:34:5: error: #error "python.h requires stdio.h define null." /usr/include/python2.5/python.h:37:20: error: string.h: no such file or directory /usr/include/python2.5/python.h:39:19: error: errno.h: no such file or directory /usr/include/python2.5/python.h:41:20: error: stdlib.h: no such file or directory /usr/include/python2.5/python.h:43:20: error: unistd.h: no such file or directory /usr/include/python2.5/python.h:55:20: error: assert.h: no such file or directory in file included /usr/include/python2.5/python.h:57, openssl/crypto/crypto.c:14: /usr/include/python2.5/pyport.h:7:20: error: stdint.h: no such file or directory in file included /usr/include/python2.5/python.h:57, openssl/crypto/crypto.c:14: /usr/include/python2.5/pyport.h:73: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'py_uintptr_t' /usr/include/python2.5/pyport.h:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'py_intptr_t' /usr/include/python2.5/pyport.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'py_ssize_t'
thats 1 third of results, know i'm doing wrong??
if want pyopenssl, can add the ininjas cydia repo , install there.
it appears don't have working c compiler installed on device. has been problematic me until found package called "compile c apps ios4". in ibeta section of this repo
after installing that, try easy_install
again if want install manually.
Comments
Post a Comment