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
_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep