Re: Problem building Io with the addons

Duke Normandin <[email protected]> Sun, 19 Feb 2012 08:17:22 -0700
Newsgroups gmane.comp.lang.io
Message-ID <20120219081722.387ed7ed@select-man>
On Sun, 19 Feb 2012 09:36:46 -0500
gatesphere <[email protected]> wrote:


> 
> On 2/19/2012 9:16 AM, Duke Normandin wrote:
> >
> > On Sun, 19 Feb 2012 00:13:46 -0500
> > gatesphere <[email protected]
> > <mailto:gatesphere%40gmail.com>> 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
> >
> > 
> 
> When I said "from scratch", I meant really from scratch.  :P
> 
> rm -rf build
> mkdir build
> cd build
> cmake ..
> make
> make install
> 
> That should do the trick.
> -->Jake

JOY TO THE WORLD!!!  lol .... 
That did it!! Thanks!
--
Duke