Should be fixed in 36600, thank you for the report. David
On 7 May 2013, at 21:27, Kal <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev -- Send from my Jacquard Loom _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
