bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] Compile error in signal.c


From: Volker Grabsch
Subject: [Bug-readline] Compile error in signal.c
Date: Mon, 20 Apr 2009 14:16:48 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Dear Readline developer(s),

I'm trying to cross-compile the readline-6.0 release for win32
using MinGW. The build fails with the following error message:

--------------------------------------------------------------------
i386-mingw32msvc-gcc -c -DHAVE_CONFIG_H    -I. -I. -DRL_LIBRARY_VERSION='"6.0"' 
-g -O signals.c
signals.c: In function 'rl_echo_signal_char':
signals.c:595: error: 'SIGQUIT' undeclared (first use in this function)
signals.c:595: error: (Each undeclared identifier is reported only once
signals.c:595: error: for each function it appears in.)
signals.c:596: error: 'SIGTSTP' undeclared (first use in this function)
make[1]: *** [signals.o] Error 1
--------------------------------------------------------------------

This problem is very similar to an issue 4 years ago:
http://sources.redhat.com/ml/gdb-patches/2005-04/msg00384.html

I also fixed it in a similar way. See the attached patch.

Is it possible for you to make a bugfix release
(e.g. "readline-6.1" or "readline-6.0a") within the
next days?


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR

Attachment: readline-signals-bugfix.patch
Description: Text Data


reply via email to

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