emacs-devel
[Top][All Lists]
Advanced

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

"Official" binary of Emacs-24.4 for MS-Windows


From: Dani Moncayo
Subject: "Official" binary of Emacs-24.4 for MS-Windows
Date: Fri, 24 Oct 2014 17:13:41 +0200

Hello Eli and Glenn,

I've followed your advice for making an "official" binary distribution
of Emacs-24.4 for MS-Windows [1][2], and this is what I've got:

20 hours ago, I sent an email to "address@hidden", asking for
upload rights to the GNU FTP site.  Still without answer (I don't know
how long this use to take).

I've just tried to make the binary, but after stripping temacs.exe,
this is what happens when I try to re-dump emacs.exe:

----------
address@hidden $ strip temacs.exe
address@hidden $ make
cd ../lisp; make  update-subdirs
make[1]: Entering directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
for file in `find ../../emacs-24.4/lisp -type d -print`; do  case
$file in  ../../emacs-24.4/lisp*/cedet* | ../../emacs-
24.4/lisp*/leim* ) ;;  *) wins="$wins${wins:+ }$file" ;;  esac;  done; \
for file in $wins; do \
   ../../emacs-24.4/lisp/../build-aux/update-subdirs $file; \
done;
make[1]: Leaving directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
if test "no" = "yes"; then \
  rm -f bootstrap-emacs.exe; \
  ln temacs.exe bootstrap-emacs.exe; \
else \
  ./temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs.exe; \
  mv -f emacs.exe bootstrap-emacs.exe; \
fi
/bin/sh: line 4: ./temacs: Bad file number
Makefile:815: recipe for target `bootstrap-emacs.exe' failed
make: *** [bootstrap-emacs.exe] Error 1
address@hidden $ rm emacs.exe
address@hidden $ rm emacs-24.4.1.exe
address@hidden $ make
cd ../lisp; make  update-subdirs
make[1]: Entering directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
for file in `find ../../emacs-24.4/lisp -type d -print`; do  case
$file in  ../../emacs-24.4/lisp*/cedet* | ../../emacs-
24.4/lisp*/leim* ) ;;  *) wins="$wins${wins:+ }$file" ;;  esac;  done; \
for file in $wins; do \
   ../../emacs-24.4/lisp/../build-aux/update-subdirs $file; \
done;
make[1]: Leaving directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
if test "no" = "yes"; then \
  rm -f bootstrap-emacs.exe; \
  ln temacs.exe bootstrap-emacs.exe; \
else \
  ./temacs --batch --load loadup bootstrap || exit 1; \
  test "X" = X ||  -zex emacs.exe; \
  mv -f emacs.exe bootstrap-emacs.exe; \
fi
/bin/sh: line 4: ./temacs: Bad file number
Makefile:815: recipe for target `bootstrap-emacs.exe' failed
make: *** [bootstrap-emacs.exe] Error 1
----------

Do you know where the problem is?

TIA.

--
Dani Moncayo

---------------
[1] http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg01000.html
[2] http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-10/msg00995.html



reply via email to

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