Re: Problem building Io with the addons

Jan-Paul Bultmann <[email protected]> Mon, 20 Feb 2012 00:03:03 +0100
Newsgroups gmane.comp.lang.io
Message-ID <[email protected]>
Yeah, the idea is to bootstrap it, so its easier to extend and maintain by its users.
https://github.com/acutelanguage/acute
If you want to help, you're welcome :)
I think with your experience in Self you could really help, we plan on a lots of is niceties without the gigantism of Klein :D

On Feb 19, 2012, at 3:16 PM, Duke Normandin wrote:

> On Sun, 19 Feb 2012 00:13:46 -0500
> gatesphere <[email protected]> wrote:
> 
> > This is a known issue... Yajl pushed a breaking change, and the
> > Io addon hasn't been refactored for it yet. In your
> > addons/CMakeLists.txt, comment out the line (second from bottom)
> > that says add_subdirectory(Yajl) (just put a # in front of it).
> > Then restart the build procedure from scratch.
> > 
> > -->Jake
> > 
> 
> Just tried it - No Joy!!
> 
> I did a `make clean' first, before doing from the ../build/
> directory:
> 
> cmake ..
> make
> 
> `make' choked with roughly the same error message. Did I start the
> process "from scratch" correctly?
> 
> --
> Duke 
>