emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; does not compile in src/font.c because not updated


From: Peter Dyballa
Subject: 23.0.60; does not compile in src/font.c because not updated
Date: Sun, 2 Dec 2007 19:43:15 +0100

Hello!

When trying a 'make bootstrap' from freshly and completely checked- out code (around 17:00 UTC+1) it fails with:

font.c: In function ‘font_list_entities’:
font.c:2188: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘font_matching_entity’:
font.c:2264: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘font_open_entity’:
font.c:2336: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘font_has_char’:
font.c:2405: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘font_load_for_face’:
font.c:2655: error: ‘struct face’ has no member named ‘font_info’
font.c:2662: error: ‘struct face’ has no member named ‘font_info’
font.c: In function ‘font_prepare_for_face’:
font.c:2677: error: ‘struct face’ has no member named ‘font_info’
font.c: In function ‘font_done_for_face’:
font.c:2691: error: ‘struct face’ has no member named ‘font_info’
font.c:2695: error: ‘struct face’ has no member named ‘extra’
font.c: In function ‘register_font_driver’:
font.c:2772: error: ‘struct frame’ has no member named ‘font_driver_list’ font.c:2790: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘free_font_driver_list’:
font.c:2804: error: ‘struct frame’ has no member named ‘font_driver_list’ font.c:2806: error: ‘struct frame’ has no member named ‘font_driver_list’ font.c:2808: error: ‘struct frame’ has no member named ‘font_driver_list’ font.c:2809: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘font_update_drivers’:
font.c:2832: error: ‘struct frame’ has no member named ‘font_driver_list’ font.c:2841: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘font_put_frame_data’:
font.c:2865: error: ‘struct frame’ has no member named ‘font_data_list’
font.c:2876: error: ‘struct frame’ has no member named ‘font_data_list’
font.c:2888: error: ‘struct frame’ has no member named ‘font_data_list’
font.c:2889: error: ‘struct frame’ has no member named ‘font_data_list’
font.c: In function ‘font_get_frame_data’:
font.c:2903: error: ‘struct frame’ has no member named ‘font_data_list’
font.c: In function ‘font_at’:
font.c:2943: error: ‘struct face’ has no member named ‘font_info’
font.c:2945: error: ‘struct face’ has no member named ‘font_info’
font.c: In function ‘Flist_families’:
font.c:3139: error: ‘struct frame’ has no member named ‘font_driver_list’
font.c: In function ‘Fclear_font_cache’:
font.c:3209: error: ‘struct frame’ has no member named ‘font_driver_list’
make[2]: *** [font.o] Error 1

Indeed the struct frame as defined in src/frame.h does not have these members.


--
Greetings

  Pete

Real Time, adj.:
Here and now, as opposed to fake time, which only occurs there and then.






reply via email to

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