emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Need to define 'unix' to compile under OS X?]


From: Richard Stallman
Subject: address@hidden: Need to define 'unix' to compile under OS X?]
Date: Wed, 29 Nov 2006 22:21:05 -0500

Someone interested in the Mac might want to do something about this.

------- Start of forwarded message -------
To: address@hidden
From: Brian Schack <address@hidden>
Date: Wed, 29 Nov 2006 23:18:16 +0800
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Z-USANET-MsgId: XID159kkCPsX0431X36
Subject: Need to define 'unix' to compile under OS X?
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
        autolearn=failed version=3.0.4

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: address@hidden
19 X?ch?ng Street 2F    phone:  2381 4727
Taipei 100              fax:    2381 2145
TAIWAN                  



_______________________________________________
bug-gnu-emacs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]