bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21590: 25.0.50; MS-Windows; fns.c:4863:21: error: 'MD5_DIGEST_SIZE'


From: Keith David Bershatsky
Subject: bug#21590: 25.0.50; MS-Windows; fns.c:4863:21: error: 'MD5_DIGEST_SIZE' undeclared (first use in this function)
Date: Tue, 29 Sep 2015 21:04:35 -0700

Thank you, Glenn, for the reference to the mail-list archives regarding moving 
`C:\gnuwin32\include\md5.h` out of the way.

Building the latest version of Emacs trunk master branch on Windows is by no 
stretch of the imagination as simple as the first Google search.  There is a 
reason that only one person in the entire world is posting Windows trunk builds 
every few weeks -- i.e., building Emacs on Windows is completely beyond the 
reach of mere mortals, and out of the reach of beginning programmers and 
hobbyists such as myself (without the assistance of advanced programmers such 
as you and Eli).

I renamed it to `md5.h.off` and tried my luck at building Emacs again, but was 
met with the error below.  I also tried my luck at building and incorporating 
into the `mingw` directory the following five (5) libraries -- zlib, giflib, 
libpng, jpeg and libpng -- in an effort to remove `gnuwin32` from the equation 
entirely; however, I was met with the same error message below.

* * *

In auth-source-backend-parse:
gnus/auth-source.el:523:7:Warning: Obsolete name arg "Empty" to constructor
    auth-source-backend
* * * 

In auth-source-search-backends:
gnus/auth-source.el:786:34:Warning: Unknown slot `:type'
gnus/auth-source.el:787:15:Warning: Unknown slot `:source'
  ELC      gnus/canlock.elc
  ELC      gnus/compface.elc
  ELC      gnus/deuglify.elc
utf7.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1).
mml2015.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1).
mml2015.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1).
mml2015.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1).
make[2]: *** [gnus/deuglify.elc] Error 3
make[2]: Leaving directory `/c/docume~1/lawlist/desktop/emacs/lisp'
make[2]: Entering directory `/c/docume~1/lawlist/desktop/emacs/lisp'
  ELC      mh-e/mh-thread.elc
No MH variant found on the system
make[2]: *** [mh-e/mh-thread.elc] Error 3
make[2]: Leaving directory `/c/docume~1/lawlist/desktop/emacs/lisp'
make[2]: Entering directory `/c/docume~1/lawlist/desktop/emacs/lisp'
  ELC      url/url.elc
make[2]: *** [url/url.elc] Error 3
make[2]: Leaving directory `/c/docume~1/lawlist/desktop/emacs/lisp'
make[1]: *** [compile-main] Error 2
make[1]: Leaving directory `/c/docume~1/lawlist/desktop/emacs/lisp'
make: *** [lisp] Error 2


Any additional help would sure be greatly appreciated.

Keith

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

At Tue, 29 Sep 2015 21:34:45 -0400,
Glenn Morris wrote:
> 
> Keith David Bershatsky wrote:
> 
> > fns.c: In function 'secure_hash':
> > fns.c:4863:21: error: 'MD5_DIGEST_SIZE' undeclared (first use in this 
> > function)
> 
> Perhaps the first hit on a web search is relevant:
> 
> https://lists.gnu.org/archive/html/help-emacs-windows/2011-09/msg00022.html





reply via email to

[Prev in Thread] Current Thread [Next in Thread]