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

Previous Next

Packages: emacs, ns;

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.

Full log


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)







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

Previous Next


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