Having issues with latest ( b82ffb8 at the time of writing).
My compile script can be found here, starting on line 57 and ending on line 68 for the purposes of relevance.
I looked at #14657, which seemed to be someone with the same issue, but no love there. I’m not running Arch.
CentOS 7.2 x64, cmake3 version 3.5.1 (I also have cmake 2.8.11 installed, but I’m explicitly referencing cmake3 in my build script), gcc 4.8.5. I successfully built the server on March 15th and this is the first time I’ve tried since (my last successful build was [FONT=‘courier new’]632e667[/FONT]). SELinux is set to permissive.
When running make, I get the following error:
[FONT=‘courier new’][ 5%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/arena.c.o[/FONT]
[FONT=‘courier new’]In file included from /home/XXXXX/TrinityCore/dep/jemalloc/include/jemalloc/internal/jemalloc_internal.h:568:0, [/FONT]
[FONT=‘courier new’] from /home/XXXXX/TrinityCore/dep/jemalloc/src/arena.c:2:/home/XXXXX/TrinityCore/dep/jemalloc/include/jemalloc/internal/util.h:88:49: error: expected ‘;’, ‘,’, or ‘)’ before ‘nptr’[/FONT]
[FONT=‘courier new’] uintmax_t malloc_strtoumax(const char *restrict nptr,[/FONT]
[FONT=‘courier new’]make[2]: *** [dep/jemalloc/CMakeFiles/jemalloc.dir/src/arena.c.o] Error 1[/FONT]
[FONT=‘courier new’]make[1]: *** [dep/jemalloc/CMakeFiles/jemalloc.dir/all] Error 2[/FONT]
[FONT=‘courier new’]make: *** [all] Error 2[/FONT]