Advertisement
VladimirLavrenchuk

TrinityCore compiller errors after adding cppformat

Mar 18th, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.24 KB | None | 0 0
  1. /mnt/software/solaris/wow/TrinityCore_3_3_5a/build# make
  2. In file included from /usr/include/sys/ucontext.h:36:0,
  3.                  from /usr/include/sys/signal.h:245,
  4.                  from /usr/include/sys/procset.h:42,
  5.                  from /usr/include/sys/wait.h:43,
  6.                  from /usr/include/stdlib.h:38,
  7.                  from /opt/csw/include/c++/4.9.2/cstdlib:72,
  8.                  from /opt/csw/include/c++/4.9.2/bits/stl_algo.h:59,
  9.                  from /opt/csw/include/c++/4.9.2/algorithm:62,
  10.                  from /mnt/software/solaris/wow/TrinityCore_3_3_5a/dep/cppformat/format.h:37,
  11.                  from /mnt/software/solaris/wow/TrinityCore_3_3_5a/dep/cppformat/format.cc:28:
  12. /mnt/software/solaris/wow/TrinityCore_3_3_5a/dep/cppformat/format.cc: In function ‘void {anonymous}::format_error_code(fmt::Writer&, int, fmt::StringRef):
  13. /mnt/software/solaris/wow/TrinityCore_3_3_5a/dep/cppformat/format.cc:182:21: error: expected unqualified-id before numeric constant
  14.    static const char ERR[] = "error ";
  15.                      ^
  16. compilation terminated due to -Wfatal-errors.
  17. make[2]: *** [dep/cppformat/CMakeFiles/format.dir/format.cc.o] Error 1
  18. make[1]: *** [dep/cppformat/CMakeFiles/format.dir/all] Error 2
  19. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement