octave-maintainers
[Top][All Lists]
Advanced

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

Re: build failure on OSX 10.9


From: c.
Subject: Re: build failure on OSX 10.9
Date: Thu, 14 Nov 2013 22:11:44 +0100

On 14 Nov 2013, at 19:59, John W. Eaton <address@hidden> wrote:

> On 11/14/2013 01:24 PM, c. wrote:
>> 
>> On 14 Nov 2013, at 18:53, Ben Abbott <address@hidden> wrote:
>> 
>>> I have no idea why ... but with hg id 345a8027dc8b I'm able to build again.
>>> 
>>> Ben
>> 
>> It's still failing for me ...
>> Here's the file-editor-tab.ii file, is this one only sufficient?
> 
> Yes.
> 
> Looking at that, it seems that libgnu/stdio.h is included first, then it 
> includes /usr/include/stdio.h.  That's what is supposed to happen.  So why is 
> it failing here?
> 
> jwe


looking at the file qscilexeroctave.h I see that it has

----------------------------------------
#ifdef __APPLE__
extern "C++" {
#endif


#include <qobject.h>

<...>

#ifdef __APPLE__
}
#endif
----------------------------------------

removing the 'extern "C++"' lines I can compile.
I still don't understand completely what is going on though ...

c.




reply via email to

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