emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; Emacs seg fault


From: Kim F. Storm
Subject: Re: 23.0.50; Emacs seg fault
Date: Sun, 07 Oct 2007 23:35:16 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Leo <address@hidden> writes:

> On 2007-10-06 23:41 +0100, Kim F. Storm wrote:
>> Just a wild guess - could you try to change "AIX" to "1" in the above
>> code and see if that makes any difference...
>
> I wasn't able to compile. See:
>
> ......
> make[1]: Entering directory `/home/emacs/src'
> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_GTK
> -I. -I/home/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
> -I/usr/include/alsa -I/usr/include/librsvg-2 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -g -O0 process.c
> process.c:4641:8: error: macro names must be identifiers
> make[1]: *** [process.o] Error 1
> make[1]: Leaving directory `/home/emacs/src'
> make: *** [src] Error 2

Sorry, I meant replace

#ifdef AIX

by 

#if 1


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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