emacs-devel
[Top][All Lists]
Advanced

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

Re: Failed to compile from last bzr repo


From: Eli Zaretskii
Subject: Re: Failed to compile from last bzr repo
Date: Tue, 05 Apr 2011 19:52:44 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Tue, 5 Apr 2011 18:36:38 +0200
> Cc: Stefan Monnier <address@hidden>, address@hidden
> 
> There are other checks you can enable, like GLYPH_DEBUG, FONT_DEBUG
> and DEBUG_GCPRO, but you have to do it by hand. This is as easy as
> passing "--cflags -DFONT_DEBUG" to configure, except in the case of
> GLYPH_DEBUG, which must be set to 1. This is currently unsupported on
> Windows (cmd.exe interprets "=" as a separator, so it doesn't grok
> -DGLYPH_DEBUG=1).

Maybe we should do on nt/config.nt

 #ifdef GLYPH_DEBUG
 # undef GLYPH_DEBUG
 # define GLYPH_DEBUG 1
 #endif

Then a simple "--cflags -DGLYPH_DEBUG" option to configure will do.

WDYT?



reply via email to

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