all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2478: 23.0.91; font antialiasing switch in nextstep broken
@ 2009-03-04 21:23 Adrian Robert
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Robert @ 2009-03-04 21:23 UTC (permalink / raw
  To: 2478; +Cc: Nikolaj Schumacher

Thanks, I've applied the patch, leaving bug report open as a reminder  
to try this UNION_TYPE as suggested.

-Adrian







^ permalink raw reply	[flat|nested] 6+ messages in thread
* bug#2478: 23.0.91; font antialiasing switch in nextstep broken
@ 2009-03-06 15:17 Adrian Robert
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Robert @ 2009-03-06 15:17 UTC (permalink / raw
  To: 2478

> If someone could try and compile the Emacs.app port
> with -DUSE_LISP_UNION_TYPE, this bug (and probably several others)  
> would
> get caught during compilation.

I just tried this and found errors in core files relating to  
specification of Lisp_Object arguments as "register" variables.  I'm  
not sure the compiler complaint is specific to the version of gcc on  
OS X (4.0.1)?

gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/arobert/src/EmacsApp/ 
emacs/src -I/usr/X11R6/include -Dtemacs    -g -O2 -Wno-pointer-sign - 
DUSE_LISP_UNION_TYPE frame.c
frame.c: In function 'delete_frame':
frame.c:1505: error: address of register variable 'force' requested
make: *** [frame.o] Error 1
make: *** Waiting for unfinished jobs....

Then I got an error in nsterm that I can't make sense of:

nsterm.m: In function 'ns_term_init':
nsterm.m:3897: error: incompatible types in assignment

This line is a simple call to a DEFUN taking one arg:

Lisp_Object color_file, color_map, color;
...
color_map = Fx_load_color_file (color_file);







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-31  5:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8EB23D91-883D-4FEF-9740-26C18FF8DAFD@gmail.com>
2009-02-26  8:29 ` bug#2478: 23.0.91; font antialiasing switch in nextstep broken Nikolaj Schumacher
2009-02-26 15:26   ` Stefan Monnier
2009-03-05  3:48   ` Glenn Morris
2009-05-31  5:55   ` bug#2478: marked as done (23.0.91; font antialiasing switch in nextstep broken) Emacs bug Tracking System
2009-03-04 21:23 bug#2478: 23.0.91; font antialiasing switch in nextstep broken Adrian Robert
  -- strict thread matches above, loose matches on Subject: below --
2009-03-06 15:17 Adrian Robert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.