pkgsrc-Bugs archive

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

pkg/51982: tclreadline - Can't find readline.h



>Number:         51982
>Category:       pkg
>Synopsis:       tclreadline - Can't find readline.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 18 07:55:00 +0000 2017
>Originator:     Poor Yorick
>Release:        2016Q4
>Organization:
>Environment:
Linux xxx 3.10.0-514.el7.x86_64 #1 SMP Wed Oct 19 11:24:13 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
>Description:
building tclreadline when the only available readline is the one installed in
the pkgsrc collection:

    checking where to look for readline.h... configure: error:
      Can't find readline.h.
      Use --with-readline-includes to specify the directory
      containing readline.h on your system.

The solution is to add the following to the Makefile:

    CONFIGURE_ARGS+=  --with-readline-includes=${PREFIX}/include/readline
    CONFIGURE_ARGS+=  --with-readline-library=${PREFIX}/lib/readline




>How-To-Repeat:

>Fix:


Home | Main Index | Thread Index | Old Index