[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Need to define 'unix' to compile under OS X?
From: |
Brian Schack |
Subject: |
Need to define 'unix' to compile under OS X? |
Date: |
Wed, 29 Nov 2006 23:18:16 +0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (darwin) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Need to define 'unix' to compile under OS X?,
Brian Schack <=