Re: Problem building Io with the addons

Duke Normandin <[email protected]> Sun, 19 Feb 2012 07:16:40 -0700
Newsgroups gmane.comp.lang.io
Message-ID <20120219071640.081900a8@select-man>
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