emacs-devel
[Top][All Lists]
Advanced

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

Re: Building today's trunk ...


From: Andy Moreton
Subject: Re: Building today's trunk ...
Date: Mon, 24 Dec 2012 11:57:02 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (windows-nt)

On Mon 24 Dec 2012, martin rudalics wrote:

> ... with MinGW results here in:
>
> gcc -o oo/i386/temacs.bin -gdwarf-2 -g3 -Wl,-stack,0x00800000
> -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -Wl,-subsystem,console
> -Wl,-entry,__start -Wl,-Map,oo/i386/temacs.map oo/i386/firstfile.o
> oo/i386/emacs.res oo/i386/temacs0.a oo/i386/temacs1.a oo/i386/temacs2.a
> oo/i386/lastfile.a ../lib/oo/i386/libgnu.a -lwinmm -ladvapi32 -lgdi32
> -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool -lole32 -lcomctl32 -lusp10
> ../lib/oo/i386/libgnu.a(filemode.o): In function `ftypelet':
> c:\emacs\trunk\lib/filemode.c:81: undefined reference to `S_ISMPX'
> collect2: ld returned 1 exit status
> make[1]: *** [oo/i386/temacs.exe] Error 1
> make[1]: Leaving directory `c:/emacs/trunk/src'
> make: *** [all-other-dirs-gmake] Error 2

This is due to the gnulib import in r111314. Fixed by:

=== modified file 'nt/inc/sys/stat.h'
--- nt/inc/sys/stat.h   2012-12-14 14:05:01 +0000
+++ nt/inc/sys/stat.h   2012-12-24 11:52:56 +0000
@@ -74,6 +74,7 @@
 #define S_ISDOOR(m)    0
 #define S_ISMPB(m)     0
 #define S_ISMPC(m)     0
+#define S_ISMPX(m)     0
 #define S_ISNWK(m)     0
 #define S_ISPORT(m)    0
 #define S_ISWHT(m)     0


HTH,

    AndyM




reply via email to

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