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

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

bug#18955: Fwd: bug#18955: Makefile:382: recipe for target 'src' failed


From: Eli Zaretskii
Subject: bug#18955: Fwd: bug#18955: Makefile:382: recipe for target 'src' failed
Date: Wed, 05 Nov 2014 21:00:05 +0200

> Date: Wed, 5 Nov 2014 18:33:44 +0100
> From: Alexander Shukaev <haroogan@gmail.com>
> 
>     Makefile:39: recipe for target
>     
> '/C/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs/src/emacs/src/macuvs.h'
>     failed
>     make[2]: ***
>     
> [/C/Users/Haroogan/Projects/GitHub/MINGW-packages/mingw-w64-emacs/src/emacs/src/macuvs.h]
>     Error 127
>     make[2]: *** Waiting for unfinished jobs....
> 
> This file is empty. I can see in the diff that it contained some byte array,
> but during building it became absolutely empty. Got an idea what's going on? 

That file is supposed to be generated by uvs.el.

If you delete it and then re-run "make", do you see this rule in
action:

  $(srcdir)/macuvs.h $(lispsource)/international/charprop.el: \
    bootstrap-emacs$(EXEEXT)
          cd ../admin/unidata && $(MAKE) $(MFLAGS) all 
EMACS="../$(bootstrap_exe)"

If so, are there any error messages when this rule runs?





reply via email to

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