From: Thorsten Kranzkowski <dl8bcu@dl8bcu.de>
To: Paul Lewis <paul@skywaves.demon.co.uk>
Cc: linux-hams@vger.kernel.org
Subject: Re: conversd-saupp-1.62a
Date: Sat, 14 Feb 2015 11:12:54 +0000 [thread overview]
Message-ID: <20150214111254.GA425@ds20.borg.net> (raw)
In-Reply-To: <cYqBEHCy$o3UFwxI@skywaves.demon.co.uk>
On Fri, Feb 13, 2015 at 11:59:46PM +0000, Paul Lewis wrote:
> Hi all
>
> made the changes to convers.c as suggested
> make clean
> make install
> make install-all
>
>
> got a lot of warnings and these look like errors flagged up
> which I have extracted
[warnings snipped]
> gcc -O2 -s -Wall -Wstrict-prototypes -DWANT_LOG -DFORKPTY
> -DOWNER=\"daemon\" -DGID=\"daemon\"
> -DCONF_DIR=\"/usr/local/conversd-saupp/etc\"
> -DDATA_DIR=\"/usr/local/conversd-saupp/var\" -DCONVERSHOST=\"localhost\"
> -DSETLOGNAMES -DHAVE_LIBREADLINE -DHAVE_READLINE_READLINE_H \
> convers.c ba_stub.o -o convers -lreadline -lncurses
> convers.c: In function âmainâ:
> convers.c:652:23: error: âFunctionâ undeclared (first use in this
> function)
> rl_event_hook = (Function *) do_select_call;
> ^
> convers.c:652:23: note: each undeclared identifier is reported only once
> for each function it appears in
> convers.c:652:33: error: expected expression before â)â token
> rl_event_hook = (Function *) do_select_call;
> ^
replace these two lines (line 651-652 in convers.c)
if (RL_READLINE_VERSION < 0x0400)
rl_event_hook = (Function *) do_select_call;
with these three lines:
# if (RL_READLINE_VERSION < 0x0400)
rl_event_hook = (Function *) do_select_call;
# endif
The whole package is in a need of a deep overhaul. There's a lot of unfinished
code in it. And support for some really ancient libraries should probably just
be removed.
73 Thorsten
>
> ###########
> 73 de Paul G4APl
>
>
>
--
| Thorsten Kranzkowski Internet: dl8bcu@dl8bcu.de |
| Mobile: ++49 170 1876134 Snail: Kiebitzstr. 14, 49324 Melle, Germany |
| Ampr: dl8bcu@db0lj.#rpl.deu.eu, dl8bcu@marvin.dl8bcu.ampr.org [44.130.8.19] |
--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-02-14 11:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-31 8:24 Soundmodem problems Apostolos Kefalas
2015-02-01 4:56 ` David Ranch
2015-02-13 14:53 ` conversd-saupp-1.62a Paul Lewis
2015-02-13 19:09 ` conversd-saupp-1.62a Thorsten Kranzkowski
2015-02-13 19:18 ` conversd-saupp-1.62a Paul Lewis
2015-02-13 23:59 ` conversd-saupp-1.62a Paul Lewis
2015-02-14 11:12 ` Thorsten Kranzkowski [this message]
2015-02-14 12:15 ` conversd-saupp-1.62a Paul Lewis
2015-02-14 13:54 ` conversd-saupp-1.62a Thorsten Kranzkowski
2015-02-14 14:47 ` conversd-saupp-1.62a Paul Lewis
2015-02-14 13:18 ` conversd-saupp-1.62a Paul Lewis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150214111254.GA425@ds20.borg.net \
--to=dl8bcu@dl8bcu.de \
--cc=linux-hams@vger.kernel.org \
--cc=paul@skywaves.demon.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.