emacs-bidi
[Top][All Lists]
Advanced

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

Re: [emacs-bidi] Query regarding emacs compilation errors.


From: TAKAHASHI Naoto
Subject: Re: [emacs-bidi] Query regarding emacs compilation errors.
Date: Wed, 07 May 2008 21:54:31 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.4 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

"Manjiri Gapchup" writes:
 
> We have extracted emacs-bidi-0.9.1.tar.gz 
> <http://www.m17n.org/emacs-bidi/emacs-bidi-0.9.1.tar.gz>   and executed on 
> linux
 
> 1) ./configure
> 2) make
 
> While compilation process we are getting following errors
 
> keyboard.c: In function âkbd_buffer_store_eventâ:
> keyboard.c:3371: error: invalid storage class for function âinterrupt_signalâ
> keyboard.c: At top level:
> keyboard.c:9925: warning: conflicting types for âinterrupt_signalâ
> keyboard.c:3415: warning: previous implicit declaration of âinterrupt_signalâ 
> was here
> make[1]: *** [keyboard.o] Error 1
> make[1]: Leaving directory `/home/mgapchup/emacs-bidi/src'
> make: *** [src] Error 2

> Will you please guide us so that we can run this code?
 
Please change Line 3371 in keyboard.c from

          static SIGTYPE interrupt_signal P_ ((int));

to
          extern SIGTYPE interrupt_signal ();

Sorry for inconvenience.

-- 
TAKAHASHI Naoto
address@hidden
http://www.m17n.org/ntakahas/




reply via email to

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