octave-maintainers
[Top][All Lists]
Advanced

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

Re: Default does not compile anymore on Mac OS


From: Ben Abbott
Subject: Re: Default does not compile anymore on Mac OS
Date: Sat, 19 Dec 2015 07:19:48 -0500

> On Dec 19, 2015, at 05:55, Sebastian Schöps <address@hidden> wrote:
> 
> Dear all, 
> 
> I cannot compile the default branch anymore (Mac OS X 10.11.3, Xcode 7.2). I
> am not sure if this is due to changes of Apple or in Octave. Any ideas? 
> 
>> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/mach/mach.h:86:15:
> error: declaration of 'panic' has a different language linkage
>> extern void                     panic(const char *, ...);
>>                               ^
>> libinterp/corefcn/error.h:103:27: note: previous declaration is here
>> extern OCTINTERP_API void panic (const char *fmt, ...) GCC_ATTR_NORETURN;
>>                         ^
>> 1 error generated.
>> make[2]: *** [libinterp/corefcn/libinterp_corefcn_libcorefcn_la-display.lo]
> Error 1
> 
> Bye
> Sebastian

The offending change is 58263bea2fdf. You should be able to build again after 
...

hg update 58263bea2fdf

But I think that implies subsequent changesets are not present.

Ben 


reply via email to

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