all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brian Schack <brian.schack@usa.net>
Subject: Need to define 'unix' to compile under OS X?
Date: Wed, 29 Nov 2006 23:18:16 +0800	[thread overview]
Message-ID: <m2irgygu2v.fsf@brian-schacks-computer.local> (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			

                 reply	other threads:[~2006-11-29 15:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2irgygu2v.fsf@brian-schacks-computer.local \
    --to=brian.schack@usa.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.