unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* build problems
@ 2015-05-26 21:06 Sam Steingold
  2015-05-26 21:10 ` Reza Nikoopour
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sam Steingold @ 2015-05-26 21:06 UTC (permalink / raw)
  To: emacs-devel

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.




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

* Re: build problems
  2015-05-26 21:06 build problems Sam Steingold
@ 2015-05-26 21:10 ` Reza Nikoopour
  2015-05-26 21:33 ` Jay Belanger
  2015-05-26 21:42 ` Lars Magne Ingebrigtsen
  2 siblings, 0 replies; 5+ messages in thread
From: Reza Nikoopour @ 2015-05-26 21:10 UTC (permalink / raw)
  To: sds; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]

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', 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

[-- Attachment #2: Type: text/html, Size: 1930 bytes --]

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

* Re: build problems
  2015-05-26 21:06 build problems Sam Steingold
  2015-05-26 21:10 ` Reza Nikoopour
@ 2015-05-26 21:33 ` Jay Belanger
  2015-05-26 21:42 ` Lars Magne Ingebrigtsen
  2 siblings, 0 replies; 5+ messages in thread
From: Jay Belanger @ 2015-05-26 21:33 UTC (permalink / raw)
  To: Sam Steingold; +Cc: jay.p.belanger, emacs-devel


> The current git tip does not built:
>
> 1. `make bootstrap` fails with
>
> No rule to make target `../src/lisp.mk', needed by `Makefile'.

I had the same problem.
I did a fresh git checkout and then everything built cleanly.



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

* Re: build problems
  2015-05-26 21:06 build problems Sam Steingold
  2015-05-26 21:10 ` Reza Nikoopour
  2015-05-26 21:33 ` Jay Belanger
@ 2015-05-26 21:42 ` Lars Magne Ingebrigtsen
  2015-05-26 21:51   ` Artur Malabarba
  2 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2015-05-26 21:42 UTC (permalink / raw)
  To: Sam Steingold; +Cc: emacs-devel

Sam Steingold <sds@gnu.org> writes:

> 1. `make bootstrap` fails with
>
> No rule to make target `../src/lisp.mk', needed by `Makefile'.

I had the same problem, and then I say ./configure and make clean and
./configure again, and eventually things started working...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: build problems
  2015-05-26 21:42 ` Lars Magne Ingebrigtsen
@ 2015-05-26 21:51   ` Artur Malabarba
  0 siblings, 0 replies; 5+ messages in thread
From: Artur Malabarba @ 2015-05-26 21:51 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: Sam Steingold, emacs-devel

Yes, I asked about this on the list a couple of days ago.
You had to rerun autogen and configure, then make started working again.

2015-05-26 22:42 GMT+01:00 Lars Magne Ingebrigtsen <larsi@gnus.org>:
> Sam Steingold <sds@gnu.org> writes:
>
>> 1. `make bootstrap` fails with
>>
>> No rule to make target `../src/lisp.mk', needed by `Makefile'.
>
> I had the same problem, and then I say ./configure and make clean and
> ./configure again, and eventually things started working...
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no
>



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

end of thread, other threads:[~2015-05-26 21:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 21:06 build problems Sam Steingold
2015-05-26 21:10 ` Reza Nikoopour
2015-05-26 21:33 ` Jay Belanger
2015-05-26 21:42 ` Lars Magne Ingebrigtsen
2015-05-26 21:51   ` Artur Malabarba

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).