GNU bug report logs -
#20681
Build failure [MSYS2/MINGW64, OSX]
Previous Next
Full log
View this message in rfc822 format
> Date: Fri, 29 May 2015 21:57:47 +0200
> From: Andreas Grünbacher <andreas.gruenbacher <at> gmail.com>
> Cc: 20681-done <at> debbugs.gnu.org, Paul Eggert <eggert <at> cs.ucla.edu>,
> Angelo Graziosi <angelo.graziosi <at> alice.it>
>
> 2015-05-29 21:56 GMT+02:00 Nick Andryshak <nandryshak <at> gmail.com>:
> > Thanks Paul and Andreas, this does indeed fix the build problem on
> > Cygwin.
>
> Great, thanks.
Not sure if that code is supposed to be compatible with MinGW, but if
it is, there's still a problem, since set-permissions.c won't compile:
set-permissions.c: In function 'set_acls':
set-permissions.c:496:7: error: #error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
# error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
^
set-permissions.c:534:7: warning: implicit declaration of function 'acl_delete_def_file' [-Wimplicit-function-declaration]
ret = acl_delete_def_file (name);
^
Makefile:1563: recipe for target `set-permissions.o' failed
It's not a problem for Emacs, since the MinGW build doesn't compile
that file, but it means that other projects using gnulib might not
build on MinGW.
Thanks.
This bug report was last modified 9 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.