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

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

Re: bug#832: Compiling Emacs.app fails this afternoon.


From: andrey . petushkov
Subject: Re: bug#832: Compiling Emacs.app fails this afternoon.
Date: Sat, 6 Sep 2008 14:15:00 -0700 (PDT)
User-agent: G2/1.0

On Aug 30, 10:00 pm, "Gilbert Harman" <har...@princeton.edu> wrote:
> After ./configure --with-ns
> ....
> make -j2
>
> ....
> nsfont.m: In function 'nsfont_char_width':
> nsfont.m:481: warning: 'widthOfString:' is deprecated (declared at
> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:216)
> nsfont.m: In function 'nsfont_open':
> nsfont.m:726: warning: 'widthOfString:' is deprecated (declared at
> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:216)
> 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[1]: *** Waiting for unfinished jobs....
> make: *** [src] Error 2
>
>   Gil
>
> (Intel Mac OS X 10.5.4)

Not sure this is correct, but I've changed s->gidx to s->cmp_from in
nsfont.c and this seem to be working for me. However looking into
changes that author of this problem made to nsterm.c I could tell that
my fix is for sure not the perfect one

Regards,
Andrey


reply via email to

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