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]

Kawa 2.2 broken on OSX when using Homebrew


Hello Per,

I think the changes to the Kawa distribution in 2.2 are not properly
reflected in the packaging on OSX by the Homebrew people.

Currently, it's built using this Formula -
https://github.com/Homebrew/homebrew-core/blob/master/Formula/kawa.rb

I noticed that the readline front-end is not included, and I'm also
not able to import SRFIs.

duncan@furigana:~$ brew install kawa
==> Downloading
https://homebrew.bintray.com/bottles/kawa-2.2.el_capitan.bottle.tar.gz
==> Pouring kawa-2.2.el_capitan.bottle.tar.gz
🍺  /usr/local/Cellar/kawa/2.2: 19 files, 3.5M

duncan@furigana:~$ kawa
#|kawa:1|# (import (srfi 1))
/dev/stdin:1:9: unknown library (srfi 1)
#|kawa:2|# ^A ;; this gets printed instead of cursor movement

I have time this week to go fix it, could you review the build formula
and let me know if there's anything wrong with it? I think it might be
missing some configure flags.


Cheers!

-- 
Duncan.


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