[PYTHON-CRYPTO] Compiling amkCrypto in Windows

Itamar S.-T. itamarst at YAHOO.COM
Tue Apr 17 15:51:34 CEST 2001


I'm attempting to compile amkCrypto's mxCrypto
extension module in Windows (win2000, vc6, openssl
0.9.6a, Python 2.0).  When I run "setup.py build", I
get the following error. Any ideas?


C:\Program Files\Microsoft Visual
Studio\VC98\BIN\cl.exe /c /nologo /Ox /MD /W3 /GX
-Ic:\openssl\include -IC:\Python20\Include
/TpmxCrypto/mxCrypto.cc
/Fobuild\temp.win32-2.0\Release\mxCrypto/mxCrypto.obj
mxCrypto.cc

mxCrypto/mxCrypto.h(45) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(45) : error C2252: 'blocksize' :
pure specifier can only bespecified for functions
mxCrypto/mxCrypto.h(46) : error C2252: 'keysize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(62) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(62) : error C2252: 'blocksize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(125) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(125) : error C2252: 'keysize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(140) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(140) : error C2252: 'keysize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(158) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(158) : error C2252: 'keysize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(184) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(184) : error C2252: 'digestsize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(201) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(201) : error C2252: 'digestsize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(216) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(216) : error C2252: 'digestsize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(231) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(231) : error C2252: 'digestsize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.h(246) : error C2258: illegal pure
syntax, must be '= 0'
mxCrypto/mxCrypto.h(246) : error C2252: 'digestsize' :
pure specifier can only be specified for functions
mxCrypto/mxCrypto.cc(165) : error C2065: 'blocksize' :
undeclared identifier
mxCrypto/mxCrypto.cc(473) : error C2065: 'keysize' :
undeclared identifier
mxCrypto/mxCrypto.cc(904) : error C2065: 'digestsize'
: undeclared identifier
error: command '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\cl.exe"' failed with exit status 2

=====
Itamar Shtull-Trauring, itamar(at)shtull-trauring.org

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/





More information about the python-crypto mailing list