This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Re: Compile Kawa with readline
- From: Per Bothner <per at bothner dot com>
- To: kawa at sourceware dot org
- Date: Mon, 01 Aug 2011 22:43:09 -0700
- Subject: Re: Compile Kawa with readline
- References: <m1tya5skjt.fsf@gmail.com>
On 07/28/2011 10:49 PM, Leo wrote:
I compiled Kawa with readline support on OSX. The readline lib is
installed in /usr/local/unix/readline and somehow I need to modify
bin/Makefile to complete the build successfully. I wonder if there is a
bug or am I doing it wrongly?
Neither - but the documentation is incomplete.
I'm I need to add the following to the make instructions:
If you configured with `--enable-kawa-frontend', you may need to
specify `READLINE_INCLUDE_PATH' or `READINE_LIB_PATH'. For example on
OS/X you need to do:
make READLINE_INCLUDE_PATH=-I/usr/local/unix/readline/include \
READINE_LIB_PATH=-L/usr/local/unix/readline/lib
Could you verify that this works?
--
--Per Bothner
per@bothner.com http://per.bothner.com/