Opened at 2010-11-16T02:48:07Z
Last modified at 2014-07-22T18:49:04Z
#62 closed defect
Add --disable-embedded-cryptopp to warp buildslave — at Initial Version
Reported by: | midnightmagic | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Version: | 0.5.19 | Keywords: | |
Cc: | Launchpad Bug: |
Description
As you can see here:
... it looks like with a system crypto++ installed (in my case, 5.6.1) there are pieces pulled in from the crypto++ 5.6.1 header files which reference a CryptoPP:: function which does not exist in the embedded version, which therefore causes the test to fail.
The fix appears to be to tell (as I suspect you were going to anyway) setup.py to disable the embedded cryptopp stuff.
Note: See
TracTickets for help on using
tickets.