From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reza Nikoopour Newsgroups: gmane.emacs.devel Subject: Re: build problems Date: Tue, 26 May 2015 14:10:55 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d24aae652810517028f78 X-Trace: ger.gmane.org 1432674678 23432 80.91.229.3 (26 May 2015 21:11:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2015 21:11:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 26 23:11:04 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YxM7r-0003FJ-Ti for ged-emacs-devel@m.gmane.org; Tue, 26 May 2015 23:11:04 +0200 Original-Received: from localhost ([::1]:50266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxM7r-0001FD-1t for ged-emacs-devel@m.gmane.org; Tue, 26 May 2015 17:11:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxM7n-0001Ep-AF for emacs-devel@gnu.org; Tue, 26 May 2015 17:11:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxM7m-0007UX-5z for emacs-devel@gnu.org; Tue, 26 May 2015 17:10:59 -0400 Original-Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:35981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxM7k-0007TA-1h; Tue, 26 May 2015 17:10:56 -0400 Original-Received: by obbea2 with SMTP id ea2so84519535obb.3; Tue, 26 May 2015 14:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=R16lXcQ9YL32vwr0h2ShYS352SU9BpaE1APY0e66hGA=; b=rQawokqgjoJqpSP67/HDHQ7DldTVgKspK/hkOMXpHXNuolsCPb/txERya6vdLftbkm fqKgK0hXQD55u0bZSN45EjhG/S6eImIYsmB3tMqQz1DVt/8xaDl3Wfs/Y3xeaHJoKXDn KODzmuF0c0hl3FjpV0T7bVD6etpLEiBrgrta3XwyP85NiOpy9IvLdvdiTOq+kvhaLJGZ WcUq9rGmPx8UZPnNKCQlm23XsvxYlb2XhBrwDcsp4rhwu4qRy/0rcHHZKgLC4Rscv//q wiYhO1qqt9wbpd+8DmMRSbNRFPoLbm3ugJmFYt5+i20G4mU/BNnroGNeSsek0w3LdUOX X3Gg== X-Received: by 10.202.18.203 with SMTP id 194mr14297591ois.110.1432674655161; Tue, 26 May 2015 14:10:55 -0700 (PDT) Original-Received: by 10.76.9.65 with HTTP; Tue, 26 May 2015 14:10:55 -0700 (PDT) Original-Received: by 10.76.9.65 with HTTP; Tue, 26 May 2015 14:10:55 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186824 Archived-At: --001a113d24aae652810517028f78 Content-Type: text/plain; charset=UTF-8 On May 26, 2015 2:07 PM, "Sam Steingold" 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 > ^ > 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 --001a113d24aae652810517028f78 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On May 26, 2015 2:07 PM, "Sam Steingold" <sds@gnu.org> 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&= #39;, 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--= -
> =C2=A0 CC=C2=A0 =C2=A0 =C2=A0 =C2=A0image.o
> ../../src/image.c:8203:10: fatal error: 'wand/MagickWand.h' fi= le not found
> #include <wand/MagickWand.h>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^
> 1 error generated.
> make[1]: *** [image.o] Error 1
> --8<---------------cut here---------------end--------------->8--= -
>
> Suggestions?
> Thanks!
>
> --
> Sam Steingold (http://sds.podval.or= g/) 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 fi= nd a nice rock.
>
>

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

Reza

--001a113d24aae652810517028f78--