Created
June 11, 2009 16:13
-
-
Save tav/128021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
gcc -O3 -fomit-frame-pointer -mmacosx-version-min=10.4 -o implement_10.o -c implement_10.c -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/Users/tav/work/third_party/generic/pypy/pypy/translator/c -I/usr/include/ffi | |
implement_10.c: In function Ôpypy_g_ccall_pipe__arrayPtrÕ: | |
implement_10.c:64256: warning: passing argument 1 of ÔpipeÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_setpgrp__Signed_SignedÕ: | |
implement_10.c:64295: error: too many arguments to function ÔsetpgrpÕ | |
implement_10.c: In function Ôpypy_g_ccall_waitpid__Signed_arrayPtr_SignedÕ: | |
implement_10.c:129344: warning: passing argument 2 of ÔwaitpidÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSLv23_method___Õ: | |
implement_10.c:184970: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_CTX_new__arrayPtrÕ: | |
implement_10.c:185009: warning: passing argument 1 of ÔSSL_CTX_newÕ from incompatible pointer type | |
implement_10.c:185009: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_CTX_set_verify__arrayPtr_Signed_arrayPÕ: | |
implement_10.c:185048: warning: passing argument 1 of ÔSSL_CTX_set_verifyÕ from incompatible pointer type | |
implement_10.c:185048: warning: passing argument 3 of ÔSSL_CTX_set_verifyÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_new__arrayPtrÕ: | |
implement_10.c:185087: warning: passing argument 1 of ÔSSL_newÕ from incompatible pointer type | |
implement_10.c:185087: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_set_fd__arrayPtr_SignedÕ: | |
implement_10.c:185126: warning: passing argument 1 of ÔSSL_set_fdÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_set_connect_state__arrayPtrÕ: | |
implement_10.c:185165: warning: passing argument 1 of ÔSSL_set_connect_stateÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_connect__arrayPtrÕ: | |
implement_10.c:185204: warning: passing argument 1 of ÔSSL_connectÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_get_peer_certificate__arrayPtrÕ: | |
implement_10.c:185243: warning: passing argument 1 of ÔSSL_get_peer_certificateÕ from incompatible pointer type | |
implement_10.c:185243: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_X509_get_subject_name__arrayPtrÕ: | |
implement_10.c:185282: warning: passing argument 1 of ÔX509_get_subject_nameÕ from incompatible pointer type | |
implement_10.c:185282: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_X509_NAME_oneline__arrayPtr_arrayPtr_SigneÕ: | |
implement_10.c:185321: warning: passing argument 1 of ÔX509_NAME_onelineÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_X509_get_issuer_name__arrayPtrÕ: | |
implement_10.c:185360: warning: passing argument 1 of ÔX509_get_issuer_nameÕ from incompatible pointer type | |
implement_10.c:185360: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_get_rbio__arrayPtrÕ: | |
implement_10.c:185399: warning: passing argument 1 of ÔSSL_get_rbioÕ from incompatible pointer type | |
implement_10.c:185399: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_BIO_ctrl__arrayPtr_Signed_Signed_arrayPtrÕ: | |
implement_10.c:185438: warning: passing argument 1 of ÔBIO_ctrlÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_get_wbio__arrayPtrÕ: | |
implement_10.c:185477: warning: passing argument 1 of ÔSSL_get_wbioÕ from incompatible pointer type | |
implement_10.c:185477: warning: assignment from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_CTX_use_PrivateKey_file__arrayPtr_arraÕ: | |
implement_10.c:185516: warning: passing argument 1 of ÔSSL_CTX_use_PrivateKey_fileÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_CTX_use_certificate_chain_file__arrayPÕ: | |
implement_10.c:185555: warning: passing argument 1 of ÔSSL_CTX_use_certificate_chain_fileÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_SSL_CTX_ctrl__arrayPtr_Signed_Signed_arrayÕ: | |
implement_10.c:185594: warning: passing argument 1 of ÔSSL_CTX_ctrlÕ from incompatible pointer type | |
implement_10.c: In function Ôpypy_g_ccall_setupterm__arrayPtr_Signed_arrayPtrÕ: | |
implement_10.c:259592: warning: passing argument 3 of ÔsetuptermÕ from incompatible pointer type | |
make: *** [implement_10.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment