> On Oct 10, 2015, at 2:25 PM, Paul Dumais <picass...@gmail.com> wrote:
> 
> Hello,
> See the error message below, any clue ? :
> 
> 
> 
>   CC       b-anchor.o
> 
> In file included from b-anchor.c:21:
> 
> ./base.h:757:3: error: '_Noreturn' keyword must precede function declarator
> 
>   exiting;
> 
>   ^~~~~~~
> 
> ./base.h:43:18: note: expanded from macro 'exiting'
> 
> #define exiting  _Noreturn
> 
>                  ^
> 
> ./base.h:833:3: error: '_Noreturn' keyword must precede function declarator
> 
>   exiting;
> 
>   ^~~~~~~
> 
> ./base.h:43:18: note: expanded from macro 'exiting'
> 
> #define exiting  _Noreturn
> 
>                  ^
> 
> 2 errors generated.
> 
> make[2]: *** [b-anchor.o] Error 1
> 
> make[1]: *** [all] Error 2
> 
> make: *** [all-recursive] Error 1
> 
> ### execution of make failed, exit code 2
> 
> ### execution of /tmp/fink.1y9iw failed, exit code 2
> 
> 
> 
> 
> 
> 
> 
> Package manager version: 0.39.1
> 
> Distribution version: selfupdate-rsync Sat Oct 10 14:11:00 2015, 10.10, x86_64
> 
> Trees: local/main stable/main stable/crypto
> 
> Xcode.app: 7.0.1
> 
> Xcode command-line tools: 7.0.0.0.1.1441394355
> 
> Max. Fink build jobs:  1
> 

This is due to the compiler in Xcode 7 being stricter. I’ve patched it and it 
should build now.

It also triggered a nasty bug on 10.11 that caused massively recursive 
directories that couldn’t be deleted, which I also fixed.

Daniel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to