emacs-devel
[Top][All Lists]
Advanced

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

Re: windows build failure


From: Óscar Fuentes
Subject: Re: windows build failure
Date: Mon, 19 Jul 2010 17:03:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Sean Sieger <address@hidden> writes:

> gcc -I. -c -gdwarf-2 -g3  -DEMACSDEBUG -DENABLE_CHECKING -DXASSERTS  
> -Ic:\xpm\in
> clude -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o 
> oo
> /i386/w32.o w32.c
> w32.c:1959:27: error: \x used with no following hex digits
> w32.c:1959:27: warning: unknown escape sequence '\i'
> make[1]: *** [oo/i386/w32.o] Error 1
> make[1]: Leaving directory `c:/emacs-24.0.50/src'
> make: *** [all-other-dirs-gmake] Error 2

Do not use backslashes on the paths you pass as compiler or linker
arguments. In this case, the backslashes are interpreted as scape
sequences once the string is inserted on the source code.

OTOH, the function get_emacs_configuration_options has a potential
buffer overrun.




reply via email to

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