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: John W. Eaton
Subject: Re: build failure on OSX 10.9
Date: Fri, 15 Nov 2013 15:49:36 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 11/14/2013 04:11 PM, c. wrote:

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 ...

Hmm, I don't think we need that extern "C++" thing.

jwe




reply via email to

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