emacs-devel
[Top][All Lists]
Advanced

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

Failed Compilation on Windows 7 64-bit


From: Sridhar Boovaraghavan
Subject: Failed Compilation on Windows 7 64-bit
Date: Wed, 03 Feb 2010 18:50:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt)

Hi,

This might not be 64-bit related, however the OS is Windows 7 64-bit.

All the other tools (MingW, cygwin, GnuWin32) all seem to be 32-bit
(and recently fetched).

The emacs code has been fetched recently from the CVS trunk.

I configure it like:

C:\emacs\nt>configure.bat --with-gcc --no-cygwin --without-xpm --with-svg --cfla
gs -Ic:\GnuWin32\include

Upon a make bootstrap, it builds temacs, emacs and then finishes
compiling all the lisp files.

Then it fails with the following:

C:\emacs\nt>make
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
Using C:/cygwin/bin/sh.exe as shell.
make   -C ../lib-src all
[Please ignore a syntax error on the next line - it is intentional]
/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
make[1]: Entering directory `C:/emacs/lib-src'
gcc -o oo-spd/i386/ctags.exe  -gdwarf-2 -g3  -mno-cygwin  oo-spd/i386/ctags.o oo
-spd/i386/getopt.o oo-spd/i386/getopt1.o oo-spd/i386/ntlib.o oo-spd/i386/regex.o
   -ladvapi32
oo-spd/i386/ctags.o: In function `add_regex':
C:\emacs\lib-src/ctags.c:5882: undefined reference to `_imp__re_set_syntax'
C:\emacs\lib-src/ctags.c:5884: undefined reference to `_imp__re_compile_pattern'

oo-spd/i386/ctags.o: In function `readline':
C:\emacs\lib-src/ctags.c:6335: undefined reference to `_imp__re_match'
oo-spd/i386/ctags.o: In function `find_entries':
C:\emacs\lib-src/ctags.c:6006: undefined reference to `_imp__re_search'
collect2: ld returned 1 exit status
make[1]: *** [oo-spd/i386/ctags.exe] Error 1
make[1]: Leaving directory `C:/emacs/lib-src'
make: *** [all-other-dirs-gmake] Error 2
-- 
Sridhar Boovaraghavan





reply via email to

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