GNU bug report logs - #823
23.0.60; uninitialised variable gidx in nsfont.m

Previous Next

Packages: ns, emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>

Date: Fri, 29 Aug 2008 19:00:04 UTC

Severity: important

Merged with 827, 831, 832, 833, 852, 855, 862, 866, 887, 903

Done: Adrian Robert <adrian.b.robert <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 823 in the body.
You can then email your comments to 823 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#823; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Peter Dyballa <Peter_Dyballa <at> Freenet.DE>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; uninitialised variable gidx in nsfont.m
Date: Fri, 29 Aug 2008 20:50:27 +0200
Hello!

This error is reported when I try to compile Emacs.app:

	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

Obviously a line like this from ftfont.c:1517 is missing:

	int i, j, gidx;

--
Greetings

  Pete

There's no place like ~
		– (UNIX Guru)







bug reassigned from package `emacs' to `emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Fri, 29 Aug 2008 21:20:03 GMT) Full text and rfc822 format available.

Merged 823 827. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Fri, 29 Aug 2008 21:20:03 GMT) Full text and rfc822 format available.

Merged 823 827 831 832. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 30 Aug 2008 19:55:04 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 30 Aug 2008 22:45:03 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833 852. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Mon, 01 Sep 2008 19:55:05 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833 852 855. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Mon, 01 Sep 2008 22:05:07 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833 852 855 862. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 02 Sep 2008 16:10:07 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833 852 855 862 866. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 02 Sep 2008 17:35:04 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833 852 855 862 866 887. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 04 Sep 2008 16:40:06 GMT) Full text and rfc822 format available.

Tags added: patch Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 04 Sep 2008 16:40:06 GMT) Full text and rfc822 format available.

Merged 823 827 831 832 833 852 855 862 866 887 903. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 06 Sep 2008 18:35:03 GMT) Full text and rfc822 format available.

Severity set to `important' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 06 Sep 2008 21:45:06 GMT) Full text and rfc822 format available.

Tags removed: patch Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 09 Sep 2008 21:30:03 GMT) Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Peter Dyballa <Peter_Dyballa <at> Freenet.DE>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #36 received at 823-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Adrian Robert <adrian.b.robert <at> gmail.com>
To: 823-done <at> debbugs.gnu.org
Subject: #823 - 23.0.60; uninitialised variable gidx in nsfont.m - Emacs bug report logs
Date: Fri, 3 Oct 2008 14:03:20 -0400
Summary: the variable gidx was removed during Kenichi Handa's update  
of composition handling and it took some time to update all of the  
code using it:


On 2008-08-29  Kenichi Handa changed the glyph_string data structure,  
composition-related portion

On 2008-09-07  Teodor Zlatanov fixed the compiler error by changing  
glyph_string.gidx to glyph_string.cmp_from

On 2008-09-27 Adrian Robert updated this patch to approximate the  
behavior before Handa's changes





Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Clifford Wulfman <cwulfman <at> gmail.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Austin Frank <austin.frank <at> gmail.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to "Gilbert Harman" <harman <at> princeton.edu>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Clifford Wulfman <cwulfman <at> gmail.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Robert Casties <casties <at> mpiwg-berlin.mpg.de>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Eddie Hillenbrand <eh88 <at> nau.edu>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Dan Villiom Podlaski Christiansen <danchr <at> daimi.au.dk>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Cezar Halmagean <cezar <at> mixandgo.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to "Sudish Joseph" <sudish <at> gmail.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Reply sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to merlyn <at> stonehenge.com (Randal L. Schwartz):
bug acknowledged by developer. Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Sat, 01 Nov 2008 14:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.