Here are the nm's .
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 24 2008
Apr 18 2008
Here you go. Just let me know if you need anything else.
Apr 17 2008
Thanks for the quick response. I'm using version 1.4.0 and the only
modification I made was to cipher/random.h. I added #include
"gpg-errors.h" to get rid of an error I was receiving concerning
gpg_error_t. Other than that, to configure I just took the defaults by
running ./configure. Everything appeared to compile and install without
error. However, when running make check I see the following:
Apr 16 2008
I just added #include "gpg-error.h" to random.h and all compiled OK.
Apr 14 2008
I'm pretty sure I have it installed correctly. There's really not that much to
it. All of the gpg-error files are in /usr/local and I do see the gpg-error.h
file with the typedef for gpg_error_t. Is it possible that there is a problem
with gcc-3.1?
Apr 11 2008
I made the following changes in random.h that at least allowed the program to
finish making: