poke-devel
[Top][All Lists]
Advanced

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

Re: GNU poke 2.90.0 on macOS


From: Jose E. Marchesi
Subject: Re: GNU poke 2.90.0 on macOS
Date: Mon, 23 Jan 2023 02:03:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13)


> 7 warnings and 7 errors generated.
> make[2]: *** [poke-pk-repl.o] Error 1
>
> The reason is that
>   - I haven't installed GNU readline so far,
>   - Thus the build uses /usr/include/readline/readline.h.
>   - But this is a symlink to /usr/include/editline/readline.h
>     and this file does not declare the functions rl_getc, rl_mark,
>     rl_filename_quote_characters, rl_filename_quoting_function, 
> rl_save_prompt,
>     rl_clear_message, rl_restore_prompt.
>
> Please apply the attached patch.

Applied.
Thanks!

> After installing a proper GNU readline, the build completes fine.
>
> Bruno
>
>>From 1ebd99e0a35490be87dad89c31508f56851e886d Mon Sep 17 00:00:00 2001
> From: Bruno Haible <bruno@clisp.org>
> Date: Mon, 23 Jan 2023 00:50:03 +0100
> Subject: [PATCH] A dependency clarification.
>
> * DEPENDENCIES: Clarify that BSD editline is not sufficient.
> ---
>  DEPENDENCIES | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/DEPENDENCIES b/DEPENDENCIES
> index ff127473..6c2028db 100644
> --- a/DEPENDENCIES
> +++ b/DEPENDENCIES
> @@ -40,7 +40,8 @@ The following packages should be installed before GNU poke 
> is installed
>  * GNU readline
>    + Mandatory.
>      Poke uses GNU libreadline in order to provide a nice line editor in
> -    the '(poke)' prompt.  Any recent version will suffice.
> +    the '(poke)' prompt.  Any recent version will suffice.  But the readline-
> +    imitating wrapper around the BSD 'editline' library will not be 
> sufficient.
>    + Homepage:
>      https://www.gnu.org/software/readline/
>    + Download:



reply via email to

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