unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Willy Lee <wombat@zork.net>
To: emacs-devel@gnu.org
Subject: Build failure from CVS on OS X
Date: Sun, 07 Sep 2008 04:55:18 +0100	[thread overview]
Message-ID: <7cod30fw49.fsf@frotz.zork.net> (raw)

Havne't built from source in ages, decided to start again.  Updated
with 'cvs up -PAd', reran 'configure --with-ns', kick off build with
'make bootstrap' -- build fails on nsfont.m:

gcc -I/sw/include -L/sw/lib -c  -Demacs -DHAVE_CONFIG_H
-I. -I/Users/willy/install/emacs-anonpserver/emacs/src -Dtemacs    -g
-O2 -Wno-pointer-sign  nsfont.m
nsfont.m: In function 'nsfont_draw':
nsfont.m:907: error: 'struct glyph_string' has no member named 'gidx'
nsfont.m:908: error: 'struct glyph_string' has no member named 'gidx'
nsfont.m:914: error: 'struct glyph_string' has no member named 'gidx'
nsfont.m:1097: error: 'struct glyph_string' has no member named 'gidx'
nsfont.m:1103: error: 'struct glyph_string' has no member named 'gidx'
make[1]: *** [nsfont.o] Error 1
make: *** [src] Error 2

Poking around, gidx was removed from struct glyph_string on
29.AUG.2008 by Handa-san: 'cvs log src/dispextern.h' shows thhs:

revision 1.257
date: 2008-08-29 07:54:09 +0000;  author: handa;  state: Exp;  lines:
+48 -16;  commiti
d: OnFpfDRMcaKUKEgt;
* dispextern.h (struct glyph): New union u.cmp.  Delete the member
cmp_id.
(struct glyph_string): Delete the member gidx.  New members
cmp_id, cmp_from, and cmp_to.
(enum it_method): Delete GET_FROM_COMPOSITION.
(struct composition_it): New struct.
(struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
Delete c, len, cmp_id, cmp_len in u.comp.

I'm surprised noone's mentioned this before now?  I thought several
people built regularly for OS X. 

=wl 




             reply	other threads:[~2008-09-07  3:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-07  3:55 Willy Lee [this message]
2008-09-07  6:01 ` Build failure from CVS on OS X Randal L. Schwartz
  -- strict thread matches above, loose matches on Subject: below --
2008-09-07 17:57 Clifford Wulfman
2008-09-07 18:42 ` Randal L. Schwartz
2008-09-07 19:33   ` Randal L. Schwartz
2008-09-08 15:53   ` Ted Zlatanov
2008-09-10 16:10     ` Robert Casties
2008-09-12 16:16       ` Ted Zlatanov

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=7cod30fw49.fsf@frotz.zork.net \
    --to=wombat@zork.net \
    --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 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).