RE: Query regarding emacs compilation errors.

"Manjiri Gapchup" <[email protected]>
Newsgroups gmane.emacs.bidi
Message-ID <[email protected]>
 Hi,

Thanks for your support.

I have modified
Line 3371 in keyboard.c from

	  static SIGTYPE interrupt_signal P_ ((int));
        to
	  extern SIGTYPE interrupt_signal ();
And the previous error is not seen but now I am getting
Error as,

Loading vc-hooks...
Loading ediff-hook...
((44753 . 4669) (8940 . 0) (540 . 81) 61678 139650 (14 . 9) (14 . 12) (4483 . 1565))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under names emacs and emacs-21.3.50.1
make[1]: *** [emacs] Segmentation fault
make[1]: *** Deleting file `emacs'
make[1]: Leaving directory `/home/mgapchup/emacs-bidi/src'
make: *** [src] Error 2 

Will you please guide me in this context ?

Thanks and Regards,
Manjiri


-----Original Message-----
From: TAKAHASHI Naoto [mailto:[email protected]] 
Sent: Wednesday, May 07, 2008 6:25 PM
To: Manjiri Gapchup
Cc: [email protected]; Kalpesh Balar
Subject: Re: [emacs-bidi] Query regarding emacs compilation errors.

"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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.