Dear monks,

has anyone experience with installing the module Term::ReadLine::Gnu on Mac OS X 10.5.1? I have no success until now and I'm not sure it is system related. I do:
perl Makefile.PL
Terminal then says:
It seems that you have the GNU Readline Library version EditLine wrapp +er. Writing Makefile for Term::ReadLine::Gnu

Then I give the make command and it gives a lot of output that finishes with:
Gnu.xs:2740: error: ‘rl_binding_keymap’ undeclared (first use in this +function) Gnu.xs: In function ‘XS_Term__ReadLine__Gnu__XS__get_history_event’: Gnu.xs:2468: warning: assignment discards qualifiers from pointer targ +et type Gnu.xs: In function ‘XS_Term__ReadLine__Gnu__Var__rl_fetch_keymap’: Gnu.xs:2737: error: ‘rl_executing_keymap’ undeclared (first use in thi +s function) Gnu.xs:2740: error: ‘rl_binding_keymap’ undeclared (first use in this +function) lipo: can't open input file: /var/folders/5Y/5YTr92E8HieVrE5qJ2cyYk+++ +TI/-Tmp-//cc798I58.out (No such file or directory) make: *** [Gnu.o] Error 1
No idea what this all means. Haven't got any experience with this. Thanks for any help.

Gert

In reply to problem installing module Term::ReadLine::Gnu by GertMT

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.