473,327 Members | 2,007 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

M2Crypto and SWIG failure to build

2
I'm using Python 2.6.5, OpenSSL 1.0.0, and SWIG 2.0.0. All three of these compiled and are running fine (tests check out). I'm compiling M2Crypton 0.20.2, and get the following stack trace. However, i'm not sure where to begin in debugging, or what's a problem (i feel the warnings are a pass, but i shouldn't allow any errors). Bash stack trace below. Thanks!

[revolution]$ python setup.py build_ext --openssl=/home/dfee/opt/local --library-dirs=/home/dfee/opt/local/lib --include
-dirs=/home/dfee/opt/local/include
running build_ext
building 'M2Crypto.__m2crypto' extension
swigging SWIG/_m2crypto.i to SWIG/_m2crypto_wrap.c
swig -python -I/home/dfee/opt/local/include -I/home/dfee/opt/local/include/python2.6 -I/home/dfee/opt/local/include -includeall -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i
SWIG/_bio.i:64: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_rand.i:19: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_evp.i:156: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_dh.i:36: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_rsa.i:43: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_dsa.i:31: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_ssl.i:207: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_x509.i:313: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_pkcs7.i:42: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_pkcs7.i:42: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_util.i:9: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_ec.i:111: Warning 454: Setting a pointer/reference variable may leak memory.
SWIG/_engine.i:162: Warning 454: Setting a pointer/reference variable may leak memory.
creating build
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/SWIG
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/home/dfee/opt/local/include -I/home/dfee/opt/local/BerkeleyDB.4.5/include -fPIC -I/home/dfee/opt/local/include -I/home/dfee/opt/local/BerkeleyDB.4.5/include -fPIC -fPIC -I/home/dfee/opt/local/include -I/home/dfee/opt/local/include/python2.6 -I/home/dfee/opt/local/include -I/home/dfee/opt/local/downloads/M2Crypto-0.20.2/SWIG -c SWIG/_m2crypto_wrap.c -o build/temp.linux-x86_64-2.6/SWIG/_m2crypto_wrap.o -DTHREADING
SWIG/_m2crypto_wrap.c: In function `rand_pseudo_bytes':
SWIG/_m2crypto_wrap.c:3899: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `pkcs5_pbkdf2_hmac_sha1':
SWIG/_m2crypto_wrap.c:3973: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `bytes_to_key':
SWIG/_m2crypto_wrap.c:4132: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `sign_final':
SWIG/_m2crypto_wrap.c:4228: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `pkey_as_der':
SWIG/_m2crypto_wrap.c:4300: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `pkey_get_modulus':
SWIG/_m2crypto_wrap.c:4333: warning: value computed is not used
SWIG/_m2crypto_wrap.c:4358: warning: value computed is not used
SWIG/_m2crypto_wrap.c: In function `AES_crypt':
SWIG/_m2crypto_wrap.c:4444: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: At top level:
SWIG/_m2crypto_wrap.c:5846: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c:5850: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:5854: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:5858: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c:5862: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:5866: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c: In function `i2d_x509':
SWIG/_m2crypto_wrap.c:5942: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `x509_name_set_by_nid':
SWIG/_m2crypto_wrap.c:6023: warning: pointer targets in passing argument 4 of `X509_NAME_add_entry_by_NID' differ in signedness
SWIG/_m2crypto_wrap.c: In function `x509_name_add_entry_by_txt':
SWIG/_m2crypto_wrap.c:6028: warning: pointer targets in passing argument 4 of `X509_NAME_add_entry_by_txt' differ in signedness
SWIG/_m2crypto_wrap.c: At top level:
SWIG/_m2crypto_wrap.c:6038: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c:6043: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6048: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6053: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6081: error: expected declaration specifiers or `...' before `STACK'
SWIG/_m2crypto_wrap.c: In function `x509_req_add_extensions':
SWIG/_m2crypto_wrap.c:6082: error: `exts' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:6082: error: (Each undeclared identifier is reported only once
SWIG/_m2crypto_wrap.c:6082: error: for each function it appears in.)
SWIG/_m2crypto_wrap.c: In function `x509_name_entry_create_by_txt':
SWIG/_m2crypto_wrap.c:6086: warning: pointer targets in passing argument 4 of `X509_NAME_ENTRY_create_by_txt' differ in signedness
SWIG/_m2crypto_wrap.c: At top level:
SWIG/_m2crypto_wrap.c:6089: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c:6095: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6105: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6131: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c:6136: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6141: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6146: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6151: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6156: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6178: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c:6204: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6347: error: expected `)' before `*' token
SWIG/_m2crypto_wrap.c:6385: error: expected declaration specifiers or `...' before `STACK'
SWIG/_m2crypto_wrap.c: In function `pkcs7_sign1':
SWIG/_m2crypto_wrap.c:6386: error: `stack' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c: At top level:
SWIG/_m2crypto_wrap.c:6390: error: expected declaration specifiers or `...' before `STACK'
SWIG/_m2crypto_wrap.c: In function `pkcs7_verify1':
SWIG/_m2crypto_wrap.c:6400: error: `stack' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c: At top level:
SWIG/_m2crypto_wrap.c:6418: error: expected declaration specifiers or `...' before `STACK'
SWIG/_m2crypto_wrap.c: In function `pkcs7_verify0':
SWIG/_m2crypto_wrap.c:6419: error: `stack' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:6419: warning: passing argument 3 of `pkcs7_verify1' from incompatible pointer type
SWIG/_m2crypto_wrap.c:6419: warning: passing argument 4 of `pkcs7_verify1' makes integer from pointer without a cast
SWIG/_m2crypto_wrap.c:6419: error: too many arguments to function `pkcs7_verify1'
SWIG/_m2crypto_wrap.c: At top level:
SWIG/_m2crypto_wrap.c:6502: error: expected `=', `,', `;', `asm' or `__attribute__' before `*' token
SWIG/_m2crypto_wrap.c: In function `util_string_to_hex':
SWIG/_m2crypto_wrap.c:6553: warning: pointer targets in passing argument 1 of `PyString_FromStringAndSize' differ in signedness
SWIG/_m2crypto_wrap.c: In function `_wrap_ssl_get_ciphers':
SWIG/_m2crypto_wrap.c:16900: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16900: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16913: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_ssl_cipher_num':
SWIG/_m2crypto_wrap.c:16923: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16923: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16923: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:16934: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:16940: warning: implicit declaration of function `sk_ssl_cipher_num'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_ssl_cipher_value':
SWIG/_m2crypto_wrap.c:16953: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16953: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16953: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:16968: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:16979: warning: implicit declaration of function `sk_ssl_cipher_value'
SWIG/_m2crypto_wrap.c:16979: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_ssl_get_peer_cert_chain':
SWIG/_m2crypto_wrap.c:16993: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:16993: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:17006: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_num':
SWIG/_m2crypto_wrap.c:17016: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:17016: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:17016: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:17027: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:17033: warning: implicit declaration of function `sk_x509_num'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_value':
SWIG/_m2crypto_wrap.c:17046: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:17046: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:17046: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:17061: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:17072: warning: implicit declaration of function `sk_x509_value'
SWIG/_m2crypto_wrap.c:17072: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_x509_name_entry_set_data':
SWIG/_m2crypto_wrap.c:19133: warning: pointer targets in assignment differ in signedness
SWIG/_m2crypto_wrap.c: In function `_wrap_x509_store_ctx_get1_chain':
SWIG/_m2crypto_wrap.c:19733: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:19733: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:19741: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_new_null':
SWIG/_m2crypto_wrap.c:20570: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20570: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20573: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_free':
SWIG/_m2crypto_wrap.c:20583: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20583: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20583: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20593: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20599: warning: implicit declaration of function `sk_x509_free'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_push':
SWIG/_m2crypto_wrap.c:20609: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20609: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20609: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20624: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20640: warning: implicit declaration of function `sk_x509_push'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_pop':
SWIG/_m2crypto_wrap.c:20653: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20653: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20653: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20664: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20670: warning: implicit declaration of function `sk_x509_pop'
SWIG/_m2crypto_wrap.c:20670: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_x509_req_add_extensions':
SWIG/_m2crypto_wrap.c:20871: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20871: error: `arg2' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20871: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20890: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:20901: error: too many arguments to function `x509_req_add_extensions'
SWIG/_m2crypto_wrap.c: In function `_wrap_x509v3_lhash':
SWIG/_m2crypto_wrap.c:20978: error: `LHASH' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20978: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20981: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_x509v3_set_conf_lhash':
SWIG/_m2crypto_wrap.c:20991: error: `LHASH' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20991: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:20991: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21002: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21003: warning: implicit declaration of function `x509v3_set_conf_lhash'
SWIG/_m2crypto_wrap.c:21003: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_x509v3_ext_conf':
SWIG/_m2crypto_wrap.c:21013: error: `LHASH' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21013: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21013: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21038: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21054: warning: implicit declaration of function `x509v3_ext_conf'
SWIG/_m2crypto_wrap.c:21054: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_extension_new_null':
SWIG/_m2crypto_wrap.c:21113: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21113: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21116: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_extension_free':
SWIG/_m2crypto_wrap.c:21126: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21126: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21126: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21136: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21142: warning: implicit declaration of function `sk_x509_extension_free'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_extension_push':
SWIG/_m2crypto_wrap.c:21152: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21152: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21152: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21167: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21178: warning: implicit declaration of function `sk_x509_extension_push'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_extension_pop':
SWIG/_m2crypto_wrap.c:21191: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21191: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21191: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21202: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21208: warning: implicit declaration of function `sk_x509_extension_pop'
SWIG/_m2crypto_wrap.c:21208: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_extension_num':
SWIG/_m2crypto_wrap.c:21218: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21218: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21218: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21229: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21235: warning: implicit declaration of function `sk_x509_extension_num'
SWIG/_m2crypto_wrap.c: In function `_wrap_sk_x509_extension_value':
SWIG/_m2crypto_wrap.c:21248: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21248: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21248: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21263: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21274: warning: implicit declaration of function `sk_x509_extension_value'
SWIG/_m2crypto_wrap.c:21274: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_make_stack_from_der_sequence':
SWIG/_m2crypto_wrap.c:21308: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21308: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21314: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c: In function `_wrap_get_der_encoding_stack':
SWIG/_m2crypto_wrap.c:21324: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21324: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:21324: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21335: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:21341: warning: implicit declaration of function `get_der_encoding_stack'
SWIG/_m2crypto_wrap.c:21341: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_pkcs7_encrypt':
SWIG/_m2crypto_wrap.c:22343: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22343: error: `arg1' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22343: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22366: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22399: warning: implicit declaration of function `pkcs7_encrypt'
SWIG/_m2crypto_wrap.c:22399: warning: cast to pointer from integer of different size
SWIG/_m2crypto_wrap.c: In function `_wrap_pkcs7_sign1':
SWIG/_m2crypto_wrap.c:22547: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22547: error: `arg3' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22547: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22582: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22615: warning: passing argument 4 of `pkcs7_sign1' makes integer from pointer without a cast
SWIG/_m2crypto_wrap.c:22615: error: too many arguments to function `pkcs7_sign1'
SWIG/_m2crypto_wrap.c: In function `_wrap_pkcs7_verify1':
SWIG/_m2crypto_wrap.c:22628: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22628: error: `arg2' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22628: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22659: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22692: warning: passing argument 3 of `pkcs7_verify1' from incompatible pointer type
SWIG/_m2crypto_wrap.c:22692: warning: passing argument 4 of `pkcs7_verify1' makes integer from pointer without a cast
SWIG/_m2crypto_wrap.c:22692: error: too many arguments to function `pkcs7_verify1'
SWIG/_m2crypto_wrap.c: In function `_wrap_pkcs7_verify0':
SWIG/_m2crypto_wrap.c:22707: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22707: error: `arg2' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:22707: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22734: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:22755: warning: passing argument 3 of `pkcs7_verify0' makes integer from pointer without a cast
SWIG/_m2crypto_wrap.c:22755: error: too many arguments to function `pkcs7_verify0'
SWIG/_m2crypto_wrap.c: In function `_wrap_pkcs7_get0_signers':
SWIG/_m2crypto_wrap.c:23188: error: `STACK' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:23188: error: `arg2' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:23188: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:23199: error: `result' undeclared (first use in this function)
SWIG/_m2crypto_wrap.c:23211: error: expected expression before `)' token
SWIG/_m2crypto_wrap.c:23227: error: expected expression before `)' token
error: command 'gcc' failed with exit status 1
[revolution]$
Jun 10 '10 #1
1 2906
dfee
2
Cleaning up after myself, it was a bug. Latest release has fixed this. Cheers!

svn co http://svn.osafoundation.org/m2crypto/trunk
Jun 11 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Carl Waldbieser | last post by:
I tried to adapt the instructions for building the M2Crypto module (http://sandbox.rulemaker.net/ngps/m2/INSTALL.html) to build a version compatible with Python2.3, but I've had some mixed results....
5
by: jsmilan | last post by:
Hi, all; I'm strictly an amateur developer who has dabbled in a half dozen languages on eight or nine systems over 20 years or so. I have never devoted the time or energy to thoroughly learn...
0
by: Thomas G. Apostolou | last post by:
Hello all. i am trying to make some win32 binaries of M2Crypto 0.15 What I use is: Python 2.3.3 openssl-0.9.7i swigwin 1.3.27
8
by: John Nagle | last post by:
I've been running M2Crypto successfully using Python 2.4 on Windows 2000, and now I'm trying to get it to work on Python 2.3.4 on Linux. Attempting to initialize a context results in Traceback...
2
by: John Nagle | last post by:
Trying to build M2Crypto on a dedicated server running Red Hat Fedora Core 6. I'm trying to do this right, without manual patching. The error message I'm getting during build is: python...
7
by: John Nagle | last post by:
Back in March, I posted this: That was for M2Crypto 0.17. It's still broken in M2Crypto 0.18. And there's no RPM or Windows binary. Nobody actually uses this stuff, do they?
2
by: mk | last post by:
Hello, I'm having terrible problems building C++ extension to Python 2.4 using SWIG. I'd appreciate if somebody knowledgeable at the subject took a look at it. swig-1.3.29, g++ (GCC) 4.1.1...
0
by: mk | last post by:
And what's infuriating is that the .o files do contain the necessary symbol: # grep _Z13edit_distanceRSsS_ * Binary file edit_distance.o matches Binary file _edit_distance.so matches Binary...
0
by: Heikki Toivonen | last post by:
I am happy to announce the M2Crypto 0.19 release! M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES); SSL...
0
by: Heikki Toivonen | last post by:
The 0.19.1 release fixes the build when OpenSSL has been configured without EC support, thanks to Miloslav Trmac. M2Crypto is the most complete Python wrapper for OpenSSL featuring RSA, DSA, DH,...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.