Here you go. Just let me know if you need anything else.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 18 2008
Can you please send me the file config.log by private mail (wk@gnupg.org).
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?
Did you install libgpg-error properly? The type gpg_error_t is defined in
gpg-error.h and included by gcrypt.h.
Apr 11 2008
I made the following changes in random.h that at least allowed the program to
finish making:
Apr 10 2008
Apr 5 2008
Given that libgcrypt builds fine on non-GNU platforms, I suggest to take this to
the GNU gold developers.
Apr 4 2008
Mar 11 2008
Thanks; I tried that with exactly the same result.
use
Fixed in my working copy. Thanks.
Mar 10 2008
Mar 6 2008
Dec 5 2007
Okay, fixed in the trunk (r1276). Thanks.
You are obviously right.
Feb 23 2007
Implemented in Libgcrypt trunk.
Feb 22 2007
Partly done in 1.3. This will be improved over time. Using the visibility
attribute has higher priority, though.
I have commited a similar fix to the SVN (-r1214).
Feb 8 2007
Moved to libgcrypt until we have implemented this feature.
Feb 1 2007
Scheduled for 1.3
Fixed in 1.2.6 (to be released today) and in the trunk's SVN.
Nov 30 2006
Fixed in in version 1.5. Released today.
Oct 19 2006
Checking the current libgcrypt11 package from Sid, shows that tuis pathc is not
anymore used. Thus I cose this bug.
Oct 10 2006
I think I addressed this with revision 1180. It is easy to add more fallback
types, although I stuck to socklen_t only for now. I will check if I can reach
some of the original submitters for testing.
Oct 4 2006
I think it is sufficient to do it for trunk (1.3).
Yeah, I agree that we need to generate it with configure.
Oct 2 2006
Marcus, any opinion on this?
Sep 7 2006
Jul 31 2006
Duplicate of T236
Resolved a long time ago.
Jul 29 2006
We switched the thread support model in the meantime. You should not have this
problem anymore.
Jul 26 2006
Fixed. Thanks.
Jul 24 2006
Mar 4 2006
Jan 15 2006
Mar 12 2005
Jan 20 2005
Fixed in 1.2.1, releases earlier.
Aug 9 2004
Jul 20 2004
Jul 16 2004
Your patch is gcc specific. I developed a more C standard one. Please check it out.
Fixed in CVS.
Mar 1 2004
fixed in current versions.
No feedback received - assume that it is okay
No feedback - must have worked
Feb 11 2004
Solved by removing the double test and directly using the
numerical oeprator -ge
Feb 10 2004
Nov 25 2003
Oct 27 2003
taken