unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Need to define 'unix' to compile under OS X?
@ 2006-11-29 15:18 Brian Schack
  0 siblings, 0 replies; only message in thread
From: Brian Schack @ 2006-11-29 15:18 UTC (permalink / raw)


I'm running GNU Emacs 22.0.90.1 (i386-apple-darwin8.8.1, X toolkit),
and I noticed a problem while running Gnus.  

Specifically, in nnmaildir-request-accept-article it makes a call to
the unix-sync function.  However, unix-sync is reported as undefined.

It seems the problem lies in fileio.c, where unix-sync is defined.
The definition of unix-sync is bracketed by #ifdef unix.  My guess is
that the symbol 'unix' is not defined when I compile under OS X.  To
test this, I reran configure as follows:

% ./configure ./configure --with-x CPPFLAGS=-Dunix

and things worked okay.

-- 
Brian Schack		mailto: brian.schack@usa.net
19 Xǔchāng Street 2F	phone:  2381 4727
Taipei 100		fax:    2381 2145
TAIWAN			

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-29 15:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29 15:18 Need to define 'unix' to compile under OS X? Brian Schack

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).