emacs-devel
[Top][All Lists]
Advanced

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

Re: build problems


From: Reza Nikoopour
Subject: Re: build problems
Date: Tue, 26 May 2015 14:10:55 -0700


On May 26, 2015 2:07 PM, "Sam Steingold" <address@hidden> wrote:
>
> Hi,
> The current git tip does not built:
>
> 1. `make bootstrap` fails with
> --8<---------------cut here---------------start------------->8---
> No rule to make target `../src/lisp.mk', needed by `Makefile'.
> --8<---------------cut here---------------end--------------->8---
>
> 2. when I edit Makefile to remove the lisp.mk dependency, I get
> --8<---------------cut here---------------start------------->8---
>   CC       image.o
> ../../src/image.c:8203:10: fatal error: 'wand/MagickWand.h' file not found
> #include <wand/MagickWand.h>
>          ^
> 1 error generated.
> make[1]: *** [image.o] Error 1
> --8<---------------cut here---------------end--------------->8---
>
> Suggestions?
> Thanks!
>
> --
> Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1347
> http://www.childpsy.net/ http://jihadwatch.org http://iris.org.il
> http://www.dhimmitude.org http://palestinefacts.org http://honestreporting.com
> Diplomacy is the art of saying "nice doggy" until you can find a nice rock.
>
>

Looks like you're missing some libraries. You should try installing libmagickwand-dev for your distro and try again.

Reza


reply via email to

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