all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20692: Build failure (cygwin)
@ 2015-05-29 15:09 Dani Moncayo
  2015-05-29 15:18 ` Nick Andryshak
  0 siblings, 1 reply; 2+ messages in thread
From: Dani Moncayo @ 2015-05-29 15:09 UTC (permalink / raw)
  To: 20692

This is how I use to build Emacs for Cygwin:

$ cd $sourcepath
$ ./autogen.sh
$ cd $buildpath
$ $sourcepath/configure --with-w32
$ make

Well, I've just got this error when trying to make the above build:


  make[2]: Entering directory '/cygdrive/c/emacs/build/x86-64-cygwin/build2/lib'
    CC     set-permissions.o
  ../../../../src/repo/lib/set-permissions.c: In function ‘set_acls’:
  ../../../../src/repo/lib/set-permissions.c:614:28: error: ‘count’
undeclared (first use in this function)
    ret = facl (desc, SETACL, count, entries);
                              ^
  ../../../../src/repo/lib/set-permissions.c:614:28: note: each
undeclared identifier is reported only once for each function it
appears in
  ../../../../src/repo/lib/set-permissions.c:614:35: error: ‘entries’
undeclared (first use in this function)
    ret = facl (desc, SETACL, count, entries);
                                     ^
  Makefile:1561: recipe for target 'set-permissions.o' failed
  make[2]: *** [set-permissions.o] Error 1
  make[2]: Leaving directory '/cygdrive/c/emacs/build/x86-64-cygwin/build2/lib'
  Makefile:1432: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory '/cygdrive/c/emacs/build/x86-64-cygwin/build2/lib'
  Makefile:385: recipe for target 'lib' failed
  make: *** [lib] Error 2




-- 
Dani Moncayo





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#20692: Build failure (cygwin)
  2015-05-29 15:09 bug#20692: Build failure (cygwin) Dani Moncayo
@ 2015-05-29 15:18 ` Nick Andryshak
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Andryshak @ 2015-05-29 15:18 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 20692

You know, I was /just/ writing up an email to emacs-devel about this.
I've confirmed that the problem lies in Paul's recent commit "Merge from
gnulib" sha 6c52e9b93b68795d1876718d8f3c1d57bf7f6d91. I'm not really
sure exactly what the cause is, but I believe it's something wrong with
the preprocessor logic.

- Nick





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-29 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 15:09 bug#20692: Build failure (cygwin) Dani Moncayo
2015-05-29 15:18 ` Nick Andryshak

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.