unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* building emacs-dynamic-modules on Windows Msys64 mingw32
@ 2014-10-24 22:15 Stephen Leake
  2014-10-25  6:34 ` Eli Zaretskii
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Leake @ 2014-10-24 22:15 UTC (permalink / raw)
  To: emacs-devel

I'm trying to build emacs-dynamic-modules on Windows Msys64 for mingw32.

I've checkout out the git repository with:

git clone https://github.com/aaptel/emacs-dynamic-module.git

In an msys shell, I did:

cd /c/Projects/emacs/emacs-dynamic-module
./autogen.sh
./configure --prefix=/mingw32
make

This failed with "missing ctags.c"; I edited lib-src/Makefile to delete
ctags.exe

Then make got further, but dies with:

make[2]: Leaving directory '/c/Projects/emacs/emacs-dynamic-module/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: cannot execute binary file: Exec format error
Makefile:798: recipe for target 'bootstrap-emacs.exe' failed
make[1]: *** [bootstrap-emacs.exe] Error 1
make[1]: Leaving directory '/c/Projects/emacs/emacs-dynamic-module/src'
Makefile:376: recipe for target 'src' failed
make: *** [src] Error 2


I don't have this problem when building emacs-24.3.94 from the tarball.

What branch is emacs-dynamic-module derived from?

Do we need to merge from trunk or emacs-24 to fix building with Msys64?

-- 
-- Stephe



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

end of thread, other threads:[~2014-10-27 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 22:15 building emacs-dynamic-modules on Windows Msys64 mingw32 Stephen Leake
2014-10-25  6:34 ` Eli Zaretskii
2014-10-25 12:25   ` Stephen Leake
2014-10-25 12:52     ` Eli Zaretskii
2014-10-25 13:49       ` Aurélien Aptel
2014-10-25 15:09         ` Stephen Leake
2014-10-27 13:13         ` Aurélien Aptel
2014-10-27 13:32           ` Andreas Schwab
2014-10-27 13:35           ` Aurélien Aptel

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).