I just wanted to give someone a link to Nick Murdoch's bug report (thanks for the bug report, by the way), and I can't find it on the google groups archive:
http://groups.google.com/group/cryptopp-users/topics?start=10&sa=N Although it is visible on the other two: http://old.nabble.com/Having-trouble-building-pycrytopp-0.5.29-on-Debian-td32780235.html http://www.mail-archive.com/[email protected]/msg06359.html So watch out if you're using the google groups archive of this mailing list. Regards, Zooko On Fri, Nov 4, 2011 at 7:03 AM, Nick Murdoch <[email protected]> wrote: > Hi all, > > I'm having trouble compiling pycryptopp 0.5.29 on a Debian sid box > with python2.5. > > $ python setup.py build > running darcsver > setup.py darcsver: using extant version file ['pycryptopp/ > _version.py', 'embeddedcryptopp/extraversion.h'] > running build > running build_py > running egg_info > writing requirements to pycryptopp.egg-info/requires.txt > writing pycryptopp.egg-info/PKG-INFO > writing top-level names to pycryptopp.egg-info/top_level.txt > writing dependency_links to pycryptopp.egg-info/dependency_links.txt > reading manifest file 'pycryptopp.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'pycryptopp.egg-info/SOURCES.txt' > running build_ext > building 'pycryptopp._pycryptopp' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall - > Wstrict-prototypes -fPIC -I. -I/usr/include/python2.5 -c > embeddedcryptopp/cryptlib.cpp -o build/temp.linux-x86_64-2.5/ > embeddedcryptopp/cryptlib.o -w > cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid > for Ada/C/ObjC but not for C++ [enabled by default] > embeddedcryptopp/cryptlib.cpp:33:26: error: uninitialized const > ‘CryptoPP::g_nullNameValuePairs’ [-fpermissive] > embeddedcryptopp/cryptlib.h:321:20: note: ‘const class > CryptoPP::NullNameValuePairs’ has no user-provided default constructor > error: command 'gcc' failed with exit status 1 > > GCC is version 4.6.1. Has anyone else had this trouble, or have any > suggestions on how to fix it? > > Thanks, > > Nick > > -- > You received this message because you are subscribed to the "Crypto++ Users" > Google Group. > To unsubscribe, send an email to [email protected]. > More information about Crypto++ and this group is available at > http://www.cryptopp.com. -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
