octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with a gcc error while trying to fix JIT


From: Jordi Gutiérrez Hermoso
Subject: Re: Help with a gcc error while trying to fix JIT
Date: Sun, 27 Nov 2016 20:14:20 -0500

On Sun, 2016-11-27 at 12:38 -0800, Abhinav Tripathi wrote:
> I have been trying, just to do something in spare time, to fix the
> JIT compilation with llvm 3.8.1 (which is available via 'sudo
> apt-get install llvm-dev' on ubuntu 16.04)....

Unless you are going to do a considerable amount of work to fix the
JIT implementation to use LLVM's stable C API, this is a dead end. You
may fix the compilation for LLVM 3.8.1, but it will remain broken for
past and future LLVM implementations, because the C++ API breaks every
LLVM release.

> But now I get a lot of "note"s in blue colors which lead to failure
> of build.

Notes are not error messages. They are attached to error messages in
order to explain an earlier error message. In this case, it's kind of
a "stack trace" of a failed template instantiation, I think. The notes
are telling you the steps that gcc took towards finding that
compilation error. It's difficult to know for sure because you
neglected to show us your actual error message, which should be higher
above before all of the notes.

- Jordi G. H.





reply via email to

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