bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#823: 23.0.60; uninitialised variable gidx in nsfont.m


From: Peter Dyballa
Subject: bug#823: 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)









reply via email to

[Prev in Thread] Current Thread [Next in Thread]