This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compile Kawa with readline


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]