bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Another build error on OSX


From: Juergen Sauermann
Subject: Re: [Bug-apl] Another build error on OSX
Date: Sun, 03 Aug 2014 17:10:07 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Elias,

so where are these things defined? I doubt that we can
get readline with ^C working without.

/// Jürgen


On 08/03/2014 04:40 PM, Elias Mårtenson wrote:
Here's another error that prevents building on OSX. Hopefully we can have this one fixed for 1.4:

g++ -DHAVE_CONFIG_H -I. -I..     -rdynamic   -g -MT NamedObject.o -MD -MP -MF .deps/NamedObject.Tpo -c -o NamedObject.o NamedObject.cc
clang: warning: argument unused during compilation: '-rdynamic'
Input.cc:124:28: error: use of undeclared identifier 'rl_hook_func_t'
        rl_startup_hook = (rl_hook_func_t *)(Input::init_readline_control_C);
                           ^
Input.cc:124:44: error: expected _expression_
        rl_startup_hook = (rl_hook_func_t *)(Input::init_readline_control_C);
                                           ^
Input.cc:409:4: error: use of undeclared identifier 'rl_crlf'
   rl_crlf();
   ^
Input.cc:410:4: error: use of undeclared identifier 'rl_delete_text'
   rl_delete_text(0, rl_end);
   ^
Input.cc:411:4: error: use of undeclared identifier 'rl_done'
   rl_done = 1;
   ^

Regards,
Elias


reply via email to

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