all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nozomu Ando <nand@mac.com>
Cc: emacs-devel@gnu.org
Subject: Re: emacs CVS HEAD compilation error on Mac OS X 10.2.8
Date: Fri, 02 Jun 2006 04:01:29 +0900	[thread overview]
Message-ID: <86ac8wbsza.fsf@almi.jk.homeunix.org> (raw)
In-Reply-To: <wlbqtdtizo.wl%mituharu@math.s.chiba-u.ac.jp> (YAMAMOTO Mitsuharu's message of "Thu, 01 Jun 2006 16:47:39 +0900")


YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:
>>>>>> On Thu, 01 Jun 2006 14:48:21 +0900, Nozomu Ando <nand@mac.com> said:
>
>> Since May 25, 2006, we cannot compile emacs CVS HEAD on Mac OS X
>> 10.2.8.
>
>> In fact, we compile it on Mac OS X 10.3.9 with MacOSX10.2.8 SDK.
>
>> It seems there is no definition of keyReplyRequestedAttr in
>> MacOSX10.2.8 SDK.
>
> (snip)... I could compile it on (real) Mac OS X 10.2.8.  

Oops, my apologies.  

> Could you show us
> the precise recipe for compling it on Mac OS X 10.3.9 with
> MacOSX10.2.8 SDK?  How MAC_OS_X_VERSION_MAX_ALLOWED is defined there?

I had a build script on like this:

	export	NEXT_ROOT=/Developer/SDKs/MacOSX10.2.8.sdk \
		MACOSX_DEPLOYMENT_TARGET=10.2
	./configure --without-x \
	--oldinclude=/Developer/SDKs/MacOSX10.2.8.sdk/usr/include
	make bootstrap

but this is wrong because gcc does not searches system header
in /Developer/SDKs/MacOSX10.2.8.sdk/usr/include, but only in /usr/include.
(MAC_OS_X_VERSION_MAX_ALLOWED == 1030 by /usr/include/AvailabilityMacros.h)

I have added an environment variable
	CPPFLAGS='-isystem /Developer/SDKs/MacOSX10.2.8.sdk/usr/include'
and our problem gone.


Thanks and sorry for my noise.
Nozomu Ando

      parent reply	other threads:[~2006-06-01 19:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-01  5:48 emacs CVS HEAD compilation error on Mac OS X 10.2.8 Nozomu Ando
     [not found] ` <wlbqtdtizo.wl%mituharu@math.s.chiba-u.ac.jp>
2006-06-01 19:01   ` Nozomu Ando [this message]

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=86ac8wbsza.fsf@almi.jk.homeunix.org \
    --to=nand@mac.com \
    --cc=emacs-devel@gnu.org \
    /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.