Re: Query regarding emacs compilation errors.
TAKAHASHI Naoto <[email protected]>
| Newsgroups | gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
"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 [email protected] http://www.m17n.org/ntakahas/