unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: Yuji Yamano <yyamano@kt.rim.or.jp>
Cc: emacs-devel@gnu.org
Subject: Re: EMACS_22_BASE build errors on Mac OS X 10.4.11/ppc
Date: Mon, 21 Jul 2008 13:25:21 +0900	[thread overview]
Message-ID: <wlej5nlv7y.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <20080720.132305.171165560.yyamano@kt.rim.or.jp>

>>>>> On Sun, 20 Jul 2008 13:23:05 -0700 (PDT), Yuji Yamano <yyamano@kt.rim.or.jp> said:

> I got the folllwiong compilation error message while buillding
> emacs EMACS_22_BASE on Mac OS X 10.4.11/ppc. 

> macterm.c: In function 'XDrawLine':
> macterm.c:422: error: 'kCGBitmapByteOrder32Host' undeclared (first use in this function)
> macterm.c:422: error: (Each undeclared identifier is reported only once
> macterm.c:422: error: for each function it appears in.)
> macterm.c: In function 'XCreatePixmapFromBitmapData':
> macterm.c:754: error: 'kCGBitmapByteOrder32Host' undeclared (first use in this function)
> make[2]: *** [macterm.o] Error 1
> make[1]: *** [bootstrap-build] Error 2
> make: *** [bootstrap] Error 2

> Here is the pacth to fix the problem.

> Index: macterm.h
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/src/macterm.h,v
> retrieving revision 1.57.2.9
> diff -u -r1.57.2.9 macterm.h
> --- macterm.h	11 Jul 2008 08:53:20 -0000	1.57.2.9
> +++ macterm.h	20 Jul 2008 18:51:01 -0000
> @@ -46,6 +46,11 @@
>  #define FONT_BASE(f)    ((f)->ascent)
>  #define FONT_DESCENT(f) ((f)->descent)
 
> +/* kCGBitmapByteOrder32Host is not defined on macosx/ppc 10.4 */ 
> +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1040 || !defined(kCGBitmapByteOrder32Host)
> +#define kCGBitmapByteOrder32Host 0
> +#endif
> +
>  /* Structure recording bitmaps and reference count.
>     If REFCOUNT is 0 then this record is free to be reused.  */
 
Thanks for the report.  I've installed slightly different changes.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp




      reply	other threads:[~2008-07-21  4:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-20 20:23 EMACS_22_BASE build errors on Mac OS X 10.4.11/ppc Yuji Yamano
2008-07-21  4:25 ` YAMAMOTO Mitsuharu [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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=wlej5nlv7y.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=emacs-devel@gnu.org \
    --cc=yyamano@kt.rim.or.jp \
    /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 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).