all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19475: Emacs-git build broken on Cygwin (ImageMagick)
@ 2014-12-30 22:28 Angelo Graziosi
  2014-12-31  6:51 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Graziosi @ 2014-12-30 22:28 UTC (permalink / raw
  To: 19475

The build of today Emacs-git 
(emacs-01827de4518c8da974821da0439f2ad4984d49da.tar.gz) fails because it 
does not find the '-lMagickCore' library. Indeed recently there was an 
ImageMagick update (from -6.7.6.3 to 6.9.0.0) that has broken the build.

I flagged this on Cygwin list and it produced this thread:

https://cygwin.com/ml/cygwin/2014-12/msg00390.html
https://cygwin.com/ml/cygwin/2014-12/msg00391.html
https://cygwin.com/ml/cygwin/2014-12/msg00393.html
https://cygwin.com/ml/cygwin/2014-12/msg00394.html

For what I can understand, it seems that Emacs tries to link not only 
with '-lMagickCore-6.Q16' but also with '-lMagickCore': in the new 
ImageMagick package, libMagickCore.dll.a has been renamed 
libMagickCore-6.Q16.dll.a. As workaround this link

   libMagickCore.dll.a -> libMagickCore-6.Q16.dll.a

in /usr/lib fixes the issue but maybe it has to be done at configure 
level removing the '-lMagickCore' at link time..


Ciao,
  Angelo.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#19475: Emacs-git build broken on Cygwin (ImageMagick)
  2014-12-30 22:28 bug#19475: Emacs-git build broken on Cygwin (ImageMagick) Angelo Graziosi
@ 2014-12-31  6:51 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-12-31  6:51 UTC (permalink / raw
  To: Angelo Graziosi; +Cc: 19475

Angelo Graziosi wrote:

> I flagged this on Cygwin list and it produced this thread:

You should have waited a bit. This is not a bug in Emacs:

https://cygwin.com/ml/cygwin/2014-12/msg00395.html
https://cygwin.com/ml/cygwin/2014-12/msg00398.html





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-31  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 22:28 bug#19475: Emacs-git build broken on Cygwin (ImageMagick) Angelo Graziosi
2014-12-31  6:51 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.