octave-maintainers
[Top][All Lists]
Advanced

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

Re: Compile the parallel package using clang


From: Sebastian
Subject: Re: Compile the parallel package using clang
Date: Tue, 9 Aug 2016 17:31:15 +0200

On 2016-08-09, Olaf Till <address@hidden> wrote:
> 
> On Mon, Aug 08, 2016 at 07:33:32AM -0700, Sebastian Schöps wrote:
>> Schöps, Sebastian wrote
>>> On 2016-08-05, Olaf Till &lt;
>> 
>>> i7tiol@
>> 
>>> &gt; wrote:
>>>> The problem is supposed to be fixed in the latest (un-released)
>>>> revision. If there is really a need, I could make a new release ready
>>>> soon.
>>> Thanks, a current development snapshots works perfectly!
>> 
>> It works fine on my Octave 4.1 but it fails on an older 4.0.3 with 
>> 
>> pserver.cc:36:10: fatal error: 'octave/interpreter.h' file not found
>> #include <octave/interpreter.h>
> 
> It compiles for me with Octave 4.0.. . Line 36 in pserver.cc is within
> an #ifdef block. It looks like you configured using octave-config of a
> recent Octave 4.1.0+, but compiled using mkoctfile of Octave 4.0.3.
> 
> Olaf

I checked carefully again. It seems that my development (4.1.0+) and stable 
(4.0.3) installations are well separated. Maybe the test for "interpreter.h" is 
bad and gives a false positive on my system? Maybe it's due to clang?

Sebastian


reply via email to

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