From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Building today's trunk ...
Date: Mon, 24 Dec 2012 11:57:02 +0000 [thread overview]
Message-ID: <82pq1zek8h.fsf@gmail.com> (raw)
In-Reply-To: 50D81C6F.6020800@gmx.at
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
next prev parent reply other threads:[~2012-12-24 11:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-24 9:12 Building today's trunk martin rudalics
2012-12-24 11:57 ` Andy Moreton [this message]
2012-12-24 13:45 ` martin rudalics
2012-12-24 15:58 ` Eli Zaretskii
2012-12-24 18:06 ` martin rudalics
2012-12-25 17:15 ` Eli Zaretskii
2012-12-25 18:10 ` martin rudalics
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=82pq1zek8h.fsf@gmail.com \
--to=andrewjmoreton@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).