gnustep-dev
[Top][All Lists]
Advanced

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

Re: GNUstep.h doesn't compile in C++11


From: David Chisnall
Subject: Re: GNUstep.h doesn't compile in C++11
Date: Wed, 8 May 2013 05:51:19 -0400

Should be fixed in 36600, thank you for the report.

David

On 7 May 2013, at 21:27, Kal <address@hidden> wrote:

> Hi,
> GNUstep.h doesn't compile with clang in C++11 mode. I get the following
> errors:
> 
> /opt/GNUstep/Local/Library/Headers/GNUstepBase/GNUstep.h:347:19: error:
> invalid suffix on literal; C++11 requires a space between literal and
> identifier [-Wreserved-user-defined-literal]
>      PRIuPTR", %"PRIuPTR" } extends beyond size (%"PRIuPTR")", \
>                  ^
> /opt/GNUstep/Local/Library/Headers/GNUstepBase/GNUstep.h:347:53: error:
> invalid suffix on literal; C++11 requires a space between literal and
> identifier [-Wreserved-user-defined-literal]
>      PRIuPTR", %"PRIuPTR" } extends beyond size (%"PRIuPTR")", \
>                                                    ^
> /opt/GNUstep/Local/Library/Headers/GNUstepBase/GNUstep.h:356:30: error:
> invalid suffix on literal; C++11 requires a space between literal and
> identifier [-Wreserved-user-defined-literal]
>    format: @"in %s, index %"PRIuPTR" is out of range", \
> 
> Can someone commit the trivial fix for this?
> 
> Thanks!
> Kal
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnustep-dev

-- Send from my Jacquard Loom




reply via email to

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