[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Anyone building Emacs trunk with MinGW w64 (32 bits)
From: |
rzl24ozi |
Subject: |
Re: Anyone building Emacs trunk with MinGW w64 (32 bits) |
Date: |
Wed, 27 Mar 2013 03:13:02 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) |
> Can you two please see if the latest trunk builds with MinGW64 for
> you? (Remember to re-run configure.bat, as some changes require
> that.) If there are any problems left, whether errors or warnings,
> please post them.
OK. I tried revision 112145 (32-bit build).
Stopped with the following error.
:
gcc -I. -c -mtune=pentium4 -O2 -I/usr/local/32/gnutls/include
-I/usr/local/32/librsvg/include/librsvg-2.0
-I/usr/local/32/librsvg/include/gdk-pixbuf-2.0
-I/usr/local/32/librsvg/include/glib-2.0
-I/usr/local/32/librsvg/lib/glib-2.0/include -Demacs=1 -I../lib -I../nt/inc
-DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/editfns.o editfns.c
editfns.c: In function 'format_time_string':
editfns.c:1793:32: warning: pointer/integer type mismatch in conditional
expression [enabled by default]
editfns.c: In function 'Fdecode_time':
editfns.c:1844:16: warning: assignment makes pointer from integer without a
cast [enabled by default]
editfns.c: In function 'Fcurrent_time_string':
editfns.c:2011:6: warning: assignment makes pointer from integer without a cast
[enabled by default]
gcc -I. -c -mtune=pentium4 -O2 -I/usr/local/32/gnutls/include
-I/usr/local/32/librsvg/include/librsvg-2.0
-I/usr/local/32/librsvg/include/gdk-pixbuf-2.0
-I/usr/local/32/librsvg/include/glib-2.0
-I/usr/local/32/librsvg/lib/glib-2.0/include -Demacs=1 -I../lib -I../nt/inc
-DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/eval.o eval.c
eval.c: In function 'internal_catch':
eval.c:963:3: error: too few arguments to function '_setjmp'
c:\usr\local\strawberry-perl-5.16.3.1-32bit-portable\c\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/setjmp.h:164:63:
note: declared here
eval.c: In function 'internal_lisp_condition_case':
eval.c:1126:3: error: too few arguments to function '_setjmp'
c:\usr\local\strawberry-perl-5.16.3.1-32bit-portable\c\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/setjmp.h:164:63:
note: declared here
eval.c: In function 'internal_condition_case':
eval.c:1181:3: error: too few arguments to function '_setjmp'
c:\usr\local\strawberry-perl-5.16.3.1-32bit-portable\c\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/setjmp.h:164:63:
note: declared here
eval.c: In function 'internal_condition_case_1':
eval.c:1219:3: error: too few arguments to function '_setjmp'
c:\usr\local\strawberry-perl-5.16.3.1-32bit-portable\c\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/setjmp.h:164:63:
note: declared here
eval.c: In function 'internal_condition_case_2':
eval.c:1261:3: error: too few arguments to function '_setjmp'
c:\usr\local\strawberry-perl-5.16.3.1-32bit-portable\c\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/setjmp.h:164:63:
note: declared here
eval.c: In function 'internal_condition_case_n':
eval.c:1305:3: error: too few arguments to function '_setjmp'
c:\usr\local\strawberry-perl-5.16.3.1-32bit-portable\c\bin\../lib/gcc/i686-w64-mingw32/4.6.3/../../../../i686-w64-mingw32/include/setjmp.h:164:63:
note: declared here
makefile:343: recipe for target `oo-spd/i386/eval.o' failed
make[3]: *** [oo-spd/i386/eval.o] Error 1
make[3]: Leaving directory `/usr/local/src/emacs/w64/test/emacs/src'
makefile:597: recipe for target `bootstrap-temacs-SH' failed
make[2]: *** [bootstrap-temacs-SH] Error 2
make[2]: Leaving directory `/usr/local/src/emacs/w64/test/emacs/src'
makefile:600: recipe for target `bootstrap-temacs' failed
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `/usr/local/src/emacs/w64/test/emacs/src'
makefile:523: recipe for target `bootstrap-gmake' failed
make: *** [bootstrap-gmake] Error 2
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), (continued)
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits),
rzl24ozi <=
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/27
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/27
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/27
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/27
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/27
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/27
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/27