Opened at 2008-03-16T00:17:09Z
Closed at 2008-05-30T04:25:37Z
#352 closed defect (fixed)
check-deps doesn't tell you about Crypto++
Reported by: | zooko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | eventually |
Component: | packaging | Version: | 0.9.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
It would be nice if make check-deps would tell you if Crypto++ isn't properly installed.
This isn't easy to do. The Right Way To Do It is probably the autoconf approach -- create a little C++ file which #include "cryptopp.h", then try to compile it and see if the compile succeeds.
Change History (1)
comment:1 Changed at 2008-05-30T04:25:37Z by zooko
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Currently this is fixed by pycryptopp coming with a copy of the Crypto++ that it needs. Closing as fixed. (This issue will re-appear shortly when pycryptopp gains the option of linking against a currently-installed libcryptopp. Alas.)