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 18:24:03 +0200

On 2016-08-09, Sebastian <address@hidden> wrote:
> 
> 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

Testing for call-stack.h is probably a better idea: it fails as expected on 
4.0.3 but succeeds on 4.1.0+.

Sebastian


reply via email to

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