help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Aw: Re: LLVM/JIT on MacOS X


From: Stefan Mahr
Subject: Aw: Re: LLVM/JIT on MacOS X
Date: Wed, 11 Jun 2014 11:45:29 +0200

> > Hi Ben,
> > 
> > your error message sounds like a incompatibility with newer LLVM versions 
> > and should be fixed with my attached patch in this bug report: 
> > http://savannah.gnu.org/bugs/?41061
> > 
> > As always, a rebased changeset to a more recent repository state can be 
> > found here: http://inversethought.com/hg/octave-nkf/nkf-ready
> > 
> > Could you try the patch?
> > 
> > Stefan
> 
> Stefan, 
> I'd like to try your changes but I'm not sure how to apply them right away ...
> Can you make your changes into a patch that applies to the 3.8.2-rc1 tarball?
> thanks,
> c.

Carlo,
The easiest way is to build from repository, update to @ or to rc-3-8-2-1 and 
use hg transplant to apply the patch, e.g.
  hg up -C rc-3-8-2-1
  hg transplant -s http://inversethought.com/hg/octave-nkf 4a4edf0f2077
Now you can build as usual
  (./bootstrap; ./configure <options>; make )


If you want to patch the tarball sources, try attached patch. It already 
contains a generated configure script.

BR,
Stefan


Attachment: llvm.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]