+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gffread-0.12.7/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gffread-0.12.7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for gffread-0.12.7 g++ -Wall -Wextra -std=c++11 -I. -Igclib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -fno-strict-aliasing -fno-exceptions -fno-rtti -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c gclib/GBase.cpp -o gclib/GBase.o g++ -Wall -Wextra -std=c++11 -I. -Igclib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -fno-strict-aliasing -fno-exceptions -fno-rtti -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c gclib/GArgs.cpp -o gclib/GArgs.o g++ -Wall -Wextra -std=c++11 -I. -Igclib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -fno-strict-aliasing -fno-exceptions -fno-rtti -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c gclib/GFaSeqGet.cpp -o gclib/GFaSeqGet.o In file included from gclib/GHashMap.hh:13, from gclib/GFastaIndex.h:11, from gclib/GFaSeqGet.h:3, from gclib/GFaSeqGet.cpp:1: gclib/xxhash.h:2850:65: error: expected ',' or '...' before 'input' 2850 | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, | ^~~~~ gclib/xxhash.h: In function 'xxh_u64 XXH3_mix16B(const xxh_u8*)': gclib/xxhash.h:2873:47: error: 'input' was not declared in this scope; did you mean 'int'? 2873 | { xxh_u64 const input_lo = XXH_readLE64(input); | ^~~~~ | int gclib/xxhash.h:2876:38: error: 'secret' was not declared in this scope 2876 | input_lo ^ (XXH_readLE64(secret) + seed64), | ^~~~~~ gclib/xxhash.h:2876:50: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 2876 | input_lo ^ (XXH_readLE64(secret) + seed64), | ^~~~~~ | seed48 gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:2850:52: note: in expansion of macro 'XXH_RESTRICT' 2850 | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:2884:49: error: expected ',' or '...' before 'input' 2884 | XXH3_len_17to128_64b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_len_17to128_64b(const xxh_u8*)': gclib/xxhash.h:2888:59: error: 'secretSize' was not declared in this scope 2888 | XXH_ASSERT(secretSize >= XXH3_SECRET_SIZE_MIN); (void)secretSize; | ^~~~~~~~~~ gclib/xxhash.h:2891:23: error: 'len' was not declared in this scope 2891 | { xxh_u64 acc = len * XXH_PRIME64_1; | ^~~ gclib/xxhash.h:2895:40: error: 'input' was not declared in this scope; did you mean 'int'? 2895 | acc += XXH3_mix16B(input+48, secret+96, seed); | ^~~~~ | int gclib/xxhash.h:2895:50: error: 'secret' was not declared in this scope 2895 | acc += XXH3_mix16B(input+48, secret+96, seed); | ^~~~~~ gclib/xxhash.h:2895:61: error: 'seed' was not declared in this scope 2895 | acc += XXH3_mix16B(input+48, secret+96, seed); | ^~~~ gclib/xxhash.h:2898:36: error: 'input' was not declared in this scope; did you mean 'int'? 2898 | acc += XXH3_mix16B(input+32, secret+64, seed); | ^~~~~ | int gclib/xxhash.h:2898:46: error: 'secret' was not declared in this scope 2898 | acc += XXH3_mix16B(input+32, secret+64, seed); | ^~~~~~ gclib/xxhash.h:2898:57: error: 'seed' was not declared in this scope 2898 | acc += XXH3_mix16B(input+32, secret+64, seed); | ^~~~ gclib/xxhash.h:2901:32: error: 'input' was not declared in this scope; did you mean 'int'? 2901 | acc += XXH3_mix16B(input+16, secret+32, seed); | ^~~~~ | int gclib/xxhash.h:2901:42: error: 'secret' was not declared in this scope 2901 | acc += XXH3_mix16B(input+16, secret+32, seed); | ^~~~~~ gclib/xxhash.h:2901:53: error: 'seed' was not declared in this scope 2901 | acc += XXH3_mix16B(input+16, secret+32, seed); | ^~~~ gclib/xxhash.h:2904:28: error: 'input' was not declared in this scope; did you mean 'int'? 2904 | acc += XXH3_mix16B(input+0, secret+0, seed); | ^~~~~ | int gclib/xxhash.h:2904:37: error: 'secret' was not declared in this scope 2904 | acc += XXH3_mix16B(input+0, secret+0, seed); | ^~~~~~ gclib/xxhash.h:2904:47: error: 'seed' was not declared in this scope 2904 | acc += XXH3_mix16B(input+0, secret+0, seed); | ^~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:2884:36: note: in expansion of macro 'XXH_RESTRICT' 2884 | XXH3_len_17to128_64b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:2914:50: error: expected ',' or '...' before 'input' 2914 | XXH3_len_129to240_64b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_len_129to240_64b(const xxh_u8*)': gclib/xxhash.h:2918:59: error: 'secretSize' was not declared in this scope 2918 | XXH_ASSERT(secretSize >= XXH3_SECRET_SIZE_MIN); (void)secretSize; | ^~~~~~~~~~ gclib/xxhash.h:2924:23: error: 'len' was not declared in this scope 2924 | { xxh_u64 acc = len * XXH_PRIME64_1; | ^~~ gclib/xxhash.h:2928:32: error: 'input' was not declared in this scope; did you mean 'int'? 2928 | acc += XXH3_mix16B(input+(16*i), secret+(16*i), seed); | ^~~~~ | int gclib/xxhash.h:2928:46: error: 'secret' was not declared in this scope 2928 | acc += XXH3_mix16B(input+(16*i), secret+(16*i), seed); | ^~~~~~ gclib/xxhash.h:2928:61: error: 'seed' was not declared in this scope 2928 | acc += XXH3_mix16B(input+(16*i), secret+(16*i), seed); | ^~~~ gclib/xxhash.h:2958:32: error: 'input' was not declared in this scope; did you mean 'int'? 2958 | acc += XXH3_mix16B(input+(16*i), secret+(16*(i-8)) + XXH3_MIDSIZE_STARTOFFSET, seed); | ^~~~~ | int gclib/xxhash.h:2958:46: error: 'secret' was not declared in this scope 2958 | acc += XXH3_mix16B(input+(16*i), secret+(16*(i-8)) + XXH3_MIDSIZE_STARTOFFSET, seed); | ^~~~~~ gclib/xxhash.h:2958:92: error: 'seed' was not declared in this scope 2958 | acc += XXH3_mix16B(input+(16*i), secret+(16*(i-8)) + XXH3_MIDSIZE_STARTOFFSET, seed); | ^~~~ gclib/xxhash.h:2961:28: error: 'input' was not declared in this scope; did you mean 'int'? 2961 | acc += XXH3_mix16B(input + len - 16, secret + XXH3_SECRET_SIZE_MIN - XXH3_MIDSIZE_LASTOFFSET, seed); | ^~~~~ | int gclib/xxhash.h:2961:46: error: 'secret' was not declared in this scope 2961 | acc += XXH3_mix16B(input + len - 16, secret + XXH3_SECRET_SIZE_MIN - XXH3_MIDSIZE_LASTOFFSET, seed); | ^~~~~~ gclib/xxhash.h:2961:103: error: 'seed' was not declared in this scope 2961 | acc += XXH3_mix16B(input + len - 16, secret + XXH3_SECRET_SIZE_MIN - XXH3_MIDSIZE_LASTOFFSET, seed); | ^~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:2914:37: note: in expansion of macro 'XXH_RESTRICT' 2914 | XXH3_len_129to240_64b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3240:46: error: expected ',' or '...' before 'acc' 3240 | XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, | ^~~ gclib/xxhash.h: In function 'void XXH3_accumulate_512_sse2(void*)': gclib/xxhash.h:3246:66: error: 'acc' was not declared in this scope; did you mean 'xacc'? 3246 | { XXH_ALIGN(16) __m128i* const xacc = (__m128i *) acc; | ^~~ | xacc gclib/xxhash.h:3249:66: error: 'input' was not declared in this scope; did you mean 'xinput'? 3249 | const __m128i* const xinput = (const __m128i *) input; | ^~~~~ | xinput gclib/xxhash.h:3252:66: error: 'secret' was not declared in this scope; did you mean 'xsecret'? 3252 | const __m128i* const xsecret = (const __m128i *) secret; | ^~~~~~ | xsecret gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3240:33: note: in expansion of macro 'XXH_RESTRICT' 3240 | XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3275:42: error: expected ',' or '...' before 'acc' 3275 | XXH3_scrambleAcc_sse2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~ gclib/xxhash.h: In function 'void XXH3_scrambleAcc_sse2(void*)': gclib/xxhash.h:3278:56: error: 'acc' was not declared in this scope; did you mean 'xacc'? 3278 | { XXH_ALIGN(16) __m128i* const xacc = (__m128i*) acc; | ^~~ | xacc gclib/xxhash.h:3281:66: error: 'secret' was not declared in this scope; did you mean 'xsecret'? 3281 | const __m128i* const xsecret = (const __m128i *) secret; | ^~~~~~ | xsecret gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3275:29: note: in expansion of macro 'XXH_RESTRICT' 3275 | XXH3_scrambleAcc_sse2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3303:85: error: expected ',' or '...' before 'customSecret' 3303 | XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64 seed64) | ^~~~~~~~~~~~ gclib/xxhash.h: In function 'void XXH3_initCustomSecret_sse2(void*)': gclib/xxhash.h:3314:55: error: 'seed64' was not declared in this scope; did you mean 'seed'? 3314 | __m128i const seed = _mm_set_epi64x(-(xxh_i64)seed64, (xxh_i64)seed64); | ^~~~~~ | seed gclib/xxhash.h:3319:67: error: 'customSecret' was not declared in this scope 3319 | XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; | ^~~~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3303:72: note: in expansion of macro 'XXH_RESTRICT' 3303 | XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64 seed64) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3498:47: error: expected ',' or '...' before 'acc' 3498 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~ gclib/xxhash.h: In function 'void XXH3_accumulate_512_scalar(void*)': gclib/xxhash.h:3502:63: error: 'acc' was not declared in this scope; did you mean 'xacc'? 3502 | XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64* const xacc = (xxh_u64*) acc; /* presumed aligned */ | ^~~ | xacc gclib/xxhash.h:3503:51: error: 'input' was not declared in this scope; did you mean 'xinput'? 3503 | const xxh_u8* const xinput = (const xxh_u8*) input; /* no alignment restriction */ | ^~~~~ | xinput gclib/xxhash.h:3504:51: error: 'secret' was not declared in this scope; did you mean 'xsecret'? 3504 | const xxh_u8* const xsecret = (const xxh_u8*) secret; /* no alignment restriction */ | ^~~~~~ | xsecret gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3498:34: note: in expansion of macro 'XXH_RESTRICT' 3498 | XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3516:44: error: expected ',' or '...' before 'acc' 3516 | XXH3_scrambleAcc_scalar(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~ gclib/xxhash.h: In function 'void XXH3_scrambleAcc_scalar(void*)': gclib/xxhash.h:3518:63: error: 'acc' was not declared in this scope; did you mean 'xacc'? 3518 | XXH_ALIGN(XXH_ACC_ALIGN) xxh_u64* const xacc = (xxh_u64*) acc; /* presumed aligned */ | ^~~ | xacc gclib/xxhash.h:3519:51: error: 'secret' was not declared in this scope; did you mean 'xsecret'? 3519 | const xxh_u8* const xsecret = (const xxh_u8*) secret; /* no alignment restriction */ | ^~~~~~ | xsecret gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3516:31: note: in expansion of macro 'XXH_RESTRICT' 3516 | XXH3_scrambleAcc_scalar(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3533:49: error: expected ',' or '...' before 'customSecret' 3533 | XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) | ^~~~~~~~~~~~ gclib/xxhash.h: In function 'void XXH3_initCustomSecret_scalar(void*)': gclib/xxhash.h:3589:64: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3589 | xxh_u64 lo = XXH_readLE64(kSecretPtr + 16*i) + seed64; | ^~~~~~ | seed48 gclib/xxhash.h:3591:36: error: 'customSecret' was not declared in this scope 3591 | XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); | ^~~~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3533:36: note: in expansion of macro 'XXH_RESTRICT' 3533 | XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3660:44: error: expected ',' or '...' before 'acc' 3660 | XXH3_accumulate( xxh_u64* XXH_RESTRICT acc, | ^~~ gclib/xxhash.h: In function 'void XXH3_accumulate(xxh_u64*)': gclib/xxhash.h:3667:21: error: 'nbStripes' was not declared in this scope 3667 | for (n = 0; n < nbStripes; n++ ) { | ^~~~~~~~~ gclib/xxhash.h:3668:34: error: 'input' was not declared in this scope; did you mean 'int'? 3668 | const xxh_u8* const in = input + n*XXH_STRIPE_LEN; | ^~~~~ | int gclib/xxhash.h:3670:18: error: 'acc' was not declared in this scope; did you mean 'acct'? 3670 | f_acc512(acc, | ^~~ | acct gclib/xxhash.h:3672:18: error: 'secret' was not declared in this scope 3672 | secret + n*XXH_SECRET_CONSUME_RATE); | ^~~~~~ gclib/xxhash.h:3670:9: error: 'f_acc512' was not declared in this scope 3670 | f_acc512(acc, | ^~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3660:31: note: in expansion of macro 'XXH_RESTRICT' 3660 | XXH3_accumulate( xxh_u64* XXH_RESTRICT acc, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3677:51: error: expected ',' or '...' before 'acc' 3677 | XXH3_hashLong_internal_loop(xxh_u64* XXH_RESTRICT acc, | ^~~ gclib/xxhash.h: In function 'void XXH3_hashLong_internal_loop(xxh_u64*)': gclib/xxhash.h:3683:39: error: 'secretSize' was not declared in this scope 3683 | size_t const nbStripesPerBlock = (secretSize - XXH_STRIPE_LEN) / XXH_SECRET_CONSUME_RATE; | ^~~~~~~~~~ gclib/xxhash.h:3685:31: error: 'len' was not declared in this scope 3685 | size_t const nb_blocks = (len - 1) / block_len; | ^~~ gclib/xxhash.h:3692:25: error: 'acc' was not declared in this scope; did you mean 'acct'? 3692 | XXH3_accumulate(acc, input + n*block_len, secret, nbStripesPerBlock, f_acc512); | ^~~ | acct gclib/xxhash.h:3692:30: error: 'input' was not declared in this scope; did you mean 'int'? 3692 | XXH3_accumulate(acc, input + n*block_len, secret, nbStripesPerBlock, f_acc512); | ^~~~~ | int gclib/xxhash.h:3692:51: error: 'secret' was not declared in this scope 3692 | XXH3_accumulate(acc, input + n*block_len, secret, nbStripesPerBlock, f_acc512); | ^~~~~~ gclib/xxhash.h:3692:78: error: 'f_acc512' was not declared in this scope 3692 | XXH3_accumulate(acc, input + n*block_len, secret, nbStripesPerBlock, f_acc512); | ^~~~~~~~ gclib/xxhash.h:3693:9: error: 'f_scramble' was not declared in this scope 3693 | f_scramble(acc, secret + secretSize - XXH_STRIPE_LEN); | ^~~~~~~~~~ gclib/xxhash.h:3700:25: error: 'acc' was not declared in this scope; did you mean 'acct'? 3700 | XXH3_accumulate(acc, input + nb_blocks*block_len, secret, nbStripes, f_acc512); | ^~~ | acct gclib/xxhash.h:3700:30: error: 'input' was not declared in this scope; did you mean 'int'? 3700 | XXH3_accumulate(acc, input + nb_blocks*block_len, secret, nbStripes, f_acc512); | ^~~~~ | int gclib/xxhash.h:3700:59: error: 'secret' was not declared in this scope 3700 | XXH3_accumulate(acc, input + nb_blocks*block_len, secret, nbStripes, f_acc512); | ^~~~~~ gclib/xxhash.h:3700:78: error: 'f_acc512' was not declared in this scope 3700 | XXH3_accumulate(acc, input + nb_blocks*block_len, secret, nbStripes, f_acc512); | ^~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3677:38: note: in expansion of macro 'XXH_RESTRICT' 3677 | XXH3_hashLong_internal_loop(xxh_u64* XXH_RESTRICT acc, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3710:43: error: expected ',' or '...' before 'acc' 3710 | XXH3_mix2Accs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret) | ^~~ gclib/xxhash.h: In function 'xxh_u64 XXH3_mix2Accs(const xxh_u64*)': gclib/xxhash.h:3713:16: error: 'acc' was not declared in this scope; did you mean 'acct'? 3713 | acc[0] ^ XXH_readLE64(secret), | ^~~ | acct gclib/xxhash.h:3713:38: error: 'secret' was not declared in this scope 3713 | acc[0] ^ XXH_readLE64(secret), | ^~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3710:30: note: in expansion of macro 'XXH_RESTRICT' 3710 | XXH3_mix2Accs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3718:44: error: expected ',' or '...' before 'acc' 3718 | XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) | ^~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_mergeAccs(const xxh_u64*)': gclib/xxhash.h:3720:24: error: 'start' was not declared in this scope; did you mean 'stat'? 3720 | xxh_u64 result64 = start; | ^~~~~ | stat gclib/xxhash.h:3724:35: error: 'acc' was not declared in this scope; did you mean 'acct'? 3724 | result64 += XXH3_mix2Accs(acc+2*i, secret + 16*i); | ^~~ | acct gclib/xxhash.h:3724:44: error: 'secret' was not declared in this scope 3724 | result64 += XXH3_mix2Accs(acc+2*i, secret + 16*i); | ^~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3718:31: note: in expansion of macro 'XXH_RESTRICT' 3718 | XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3748:53: error: expected ',' or '...' before 'input' 3748 | XXH3_hashLong_64b_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_hashLong_64b_internal(const void*)': gclib/xxhash.h:3755:53: error: 'input' was not declared in this scope; did you mean 'int'? 3755 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, (const xxh_u8*)secret, secretSize, f_acc512, f_scramble); | ^~~~~ | int gclib/xxhash.h:3755:60: error: 'len' was not declared in this scope 3755 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, (const xxh_u8*)secret, secretSize, f_acc512, f_scramble); | ^~~ gclib/xxhash.h:3755:80: error: 'secret' was not declared in this scope 3755 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, (const xxh_u8*)secret, secretSize, f_acc512, f_scramble); | ^~~~~~ gclib/xxhash.h:3755:88: error: 'secretSize' was not declared in this scope 3755 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, (const xxh_u8*)secret, secretSize, f_acc512, f_scramble); | ^~~~~~~~~~ gclib/xxhash.h:3755:100: error: 'f_acc512' was not declared in this scope 3755 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, (const xxh_u8*)secret, secretSize, f_acc512, f_scramble); | ^~~~~~~~ gclib/xxhash.h:3755:110: error: 'f_scramble' was not declared in this scope 3755 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, (const xxh_u8*)secret, secretSize, f_acc512, f_scramble); | ^~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3748:40: note: in expansion of macro 'XXH_RESTRICT' 3748 | XXH3_hashLong_64b_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3769:55: error: expected ',' or '...' before 'input' 3769 | XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_hashLong_64b_withSecret(const void*)': gclib/xxhash.h:3772:11: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3772 | (void)seed64; | ^~~~~~ | seed48 gclib/xxhash.h:3773:39: error: 'input' was not declared in this scope; did you mean 'int'? 3773 | return XXH3_hashLong_64b_internal(input, len, secret, secretLen, XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~ | int gclib/xxhash.h:3773:46: error: 'len' was not declared in this scope 3773 | return XXH3_hashLong_64b_internal(input, len, secret, secretLen, XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~ gclib/xxhash.h:3773:51: error: 'secret' was not declared in this scope 3773 | return XXH3_hashLong_64b_internal(input, len, secret, secretLen, XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~~ gclib/xxhash.h:3773:59: error: 'secretLen' was not declared in this scope 3773 | return XXH3_hashLong_64b_internal(input, len, secret, secretLen, XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3769:42: note: in expansion of macro 'XXH_RESTRICT' 3769 | XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:3784:52: error: expected ',' or '...' before 'input' 3784 | XXH3_hashLong_64b_default(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_hashLong_64b_default(const void*)': gclib/xxhash.h:3787:11: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3787 | (void)seed64; (void)secret; (void)secretLen; | ^~~~~~ | seed48 gclib/xxhash.h:3787:25: error: 'secret' was not declared in this scope 3787 | (void)seed64; (void)secret; (void)secretLen; | ^~~~~~ gclib/xxhash.h:3787:39: error: 'secretLen' was not declared in this scope 3787 | (void)seed64; (void)secret; (void)secretLen; | ^~~~~~~~~ gclib/xxhash.h:3788:39: error: 'input' was not declared in this scope; did you mean 'int'? 3788 | return XXH3_hashLong_64b_internal(input, len, XXH3_kSecret, sizeof(XXH3_kSecret), XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~ | int gclib/xxhash.h:3788:46: error: 'len' was not declared in this scope 3788 | return XXH3_hashLong_64b_internal(input, len, XXH3_kSecret, sizeof(XXH3_kSecret), XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3784:39: note: in expansion of macro 'XXH_RESTRICT' 3784 | XXH3_hashLong_64b_default(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_hashLong_64b_withSeed_internal(const void*, size_t, XXH64_hash_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc, XXH3_f_initCustomSecret)': gclib/xxhash.h:3810:42: error: too many arguments to function 'XXH64_hash_t XXH3_hashLong_64b_internal(const void*)' 3810 | return XXH3_hashLong_64b_internal(input, len, | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 3811 | XXH3_kSecret, sizeof(XXH3_kSecret), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3812 | f_acc512, f_scramble); | ~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3748:1: note: declared here 3748 | XXH3_hashLong_64b_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3815:42: error: too many arguments to function 'XXH64_hash_t XXH3_hashLong_64b_internal(const void*)' 3815 | return XXH3_hashLong_64b_internal(input, len, secret, sizeof(secret), | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3816 | f_acc512, f_scramble); | ~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3748:1: note: declared here 3748 | XXH3_hashLong_64b_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_hashLong_64b_withSeed(const void*, size_t, XXH64_hash_t, const xxh_u8*, size_t)': gclib/xxhash.h:3616:29: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_accumulate_512' {aka 'void (*)(void*, const void*, const void*)'} [-fpermissive] 3616 | #define XXH3_accumulate_512 XXH3_accumulate_512_sse2 | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:3829:17: note: in expansion of macro 'XXH3_accumulate_512' 3829 | XXH3_accumulate_512, XXH3_scrambleAcc, XXH3_initCustomSecret); | ^~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3805:59: note: initializing argument 4 of 'XXH64_hash_t XXH3_hashLong_64b_withSeed_internal(const void*, size_t, XXH64_hash_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc, XXH3_f_initCustomSecret)' 3805 | XXH3_f_accumulate_512 f_acc512, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gclib/xxhash.h:3617:29: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_scrambleAcc' {aka 'void (*)(void*, const void*)'} [-fpermissive] 3617 | #define XXH3_scrambleAcc XXH3_scrambleAcc_sse2 | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:3829:38: note: in expansion of macro 'XXH3_scrambleAcc' 3829 | XXH3_accumulate_512, XXH3_scrambleAcc, XXH3_initCustomSecret); | ^~~~~~~~~~~~~~~~ gclib/xxhash.h:3806:56: note: initializing argument 5 of 'XXH64_hash_t XXH3_hashLong_64b_withSeed_internal(const void*, size_t, XXH64_hash_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc, XXH3_f_initCustomSecret)' 3806 | XXH3_f_scrambleAcc f_scramble, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ gclib/xxhash.h:3618:31: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_initCustomSecret' {aka 'void (*)(void*, long unsigned int)'} [-fpermissive] 3618 | #define XXH3_initCustomSecret XXH3_initCustomSecret_sse2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:3829:56: note: in expansion of macro 'XXH3_initCustomSecret' 3829 | XXH3_accumulate_512, XXH3_scrambleAcc, XXH3_initCustomSecret); | ^~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3807:61: note: initializing argument 6 of 'XXH64_hash_t XXH3_hashLong_64b_withSeed_internal(const void*, size_t, XXH64_hash_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc, XXH3_f_initCustomSecret)' 3807 | XXH3_f_initCustomSecret f_initSec) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:2090:26: error: conflicting declaration 'const xxh_u8* restrict' 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3834:71: note: in expansion of macro 'XXH_RESTRICT' 3834 | XXH64_hash_t, const xxh_u8* XXH_RESTRICT, size_t); | ^~~~~~~~~~~~ gclib/xxhash.h:2090:26: note: previous declaration as 'const void* restrict' 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3833:55: note: in expansion of macro 'XXH_RESTRICT' 3833 | typedef XXH64_hash_t (*XXH3_hashLong64_f)(const void* XXH_RESTRICT, size_t, | ^~~~~~~~~~~~ gclib/xxhash.h:3837:47: error: expected ',' or '...' before 'input' 3837 | XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH3_64bits_internal(const void*)': gclib/xxhash.h:3849:9: error: 'len' was not declared in this scope 3849 | if (len <= 16) | ^~~ gclib/xxhash.h:3850:50: error: 'input' was not declared in this scope; did you mean 'int'? 3850 | return XXH3_len_0to16_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, seed64); | ^~~~~ | int gclib/xxhash.h:3850:77: error: 'secret' was not declared in this scope 3850 | return XXH3_len_0to16_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, seed64); | ^~~~~~ gclib/xxhash.h:3850:85: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3850 | return XXH3_len_0to16_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, seed64); | ^~~~~~ | seed48 gclib/xxhash.h:3851:9: error: 'len' was not declared in this scope 3851 | if (len <= 128) | ^~~ gclib/xxhash.h:3852:52: error: 'input' was not declared in this scope; did you mean 'int'? 3852 | return XXH3_len_17to128_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~ | int gclib/xxhash.h:3852:79: error: 'secret' was not declared in this scope 3852 | return XXH3_len_17to128_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~ gclib/xxhash.h:3852:87: error: 'secretLen' was not declared in this scope 3852 | return XXH3_len_17to128_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~~~~ gclib/xxhash.h:3852:98: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3852 | return XXH3_len_17to128_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~ | seed48 gclib/xxhash.h:3853:9: error: 'len' was not declared in this scope 3853 | if (len <= XXH3_MIDSIZE_MAX) | ^~~ gclib/xxhash.h:3854:53: error: 'input' was not declared in this scope; did you mean 'int'? 3854 | return XXH3_len_129to240_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~ | int gclib/xxhash.h:3854:80: error: 'secret' was not declared in this scope 3854 | return XXH3_len_129to240_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~ gclib/xxhash.h:3854:88: error: 'secretLen' was not declared in this scope 3854 | return XXH3_len_129to240_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~~~~ gclib/xxhash.h:3854:99: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3854 | return XXH3_len_129to240_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~ | seed48 gclib/xxhash.h:3855:23: error: 'input' was not declared in this scope; did you mean 'int'? 3855 | return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); | ^~~~~ | int gclib/xxhash.h:3855:30: error: 'len' was not declared in this scope 3855 | return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); | ^~~ gclib/xxhash.h:3855:35: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 3855 | return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); | ^~~~~~ | seed48 gclib/xxhash.h:3855:58: error: 'secret' was not declared in this scope 3855 | return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); | ^~~~~~ gclib/xxhash.h:3855:66: error: 'secretLen' was not declared in this scope 3855 | return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); | ^~~~~~~~~ gclib/xxhash.h:3855:12: error: 'f_hashLong' was not declared in this scope 3855 | return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); | ^~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:3837:34: note: in expansion of macro 'XXH_RESTRICT' 3837 | XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH_INLINE_XXH3_64bits(const void*, size_t)': gclib/xxhash.h:3863:32: error: too many arguments to function 'XXH64_hash_t XXH3_64bits_internal(const void*)' 3863 | return XXH3_64bits_internal(input, len, 0, XXH3_kSecret, sizeof(XXH3_kSecret), XXH3_hashLong_64b_default); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3837:1: note: declared here 3837 | XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH_INLINE_XXH3_64bits_withSecret(const void*, size_t, const void*, size_t)': gclib/xxhash.h:3869:32: error: too many arguments to function 'XXH64_hash_t XXH3_64bits_internal(const void*)' 3869 | return XXH3_64bits_internal(input, len, 0, secret, secretSize, XXH3_hashLong_64b_withSecret); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3837:1: note: declared here 3837 | XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH_INLINE_XXH3_64bits_withSeed(const void*, size_t, XXH64_hash_t)': gclib/xxhash.h:3875:32: error: too many arguments to function 'XXH64_hash_t XXH3_64bits_internal(const void*)' 3875 | return XXH3_64bits_internal(input, len, seed, XXH3_kSecret, sizeof(XXH3_kSecret), XXH3_hashLong_64b_withSeed); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3837:1: note: declared here 3837 | XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH_errorcode XXH_INLINE_XXH3_64bits_reset_withSeed(XXH_INLINE_XXH3_state_t*, XXH64_hash_t)': gclib/xxhash.h:4015:54: error: too many arguments to function 'void XXH3_initCustomSecret_sse2(void*)' 4015 | if (seed != statePtr->seed) XXH3_initCustomSecret(statePtr->customSecret, seed); | ^ gclib/xxhash.h:3303:39: note: declared here 3303 | XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64 seed64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4024:43: error: expected ',' or '...' before 'acc' 4024 | XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, | ^~~ gclib/xxhash.h: In function 'void XXH3_consumeStripes(xxh_u64*)': gclib/xxhash.h:4033:9: error: 'nbStripesPerBlock' was not declared in this scope 4033 | if (nbStripesPerBlock - *nbStripesSoFarPtr <= nbStripes) { | ^~~~~~~~~~~~~~~~~ gclib/xxhash.h:4033:30: error: 'nbStripesSoFarPtr' was not declared in this scope 4033 | if (nbStripesPerBlock - *nbStripesSoFarPtr <= nbStripes) { | ^~~~~~~~~~~~~~~~~ gclib/xxhash.h:4033:51: error: 'nbStripes' was not declared in this scope 4033 | if (nbStripesPerBlock - *nbStripesSoFarPtr <= nbStripes) { | ^~~~~~~~~ gclib/xxhash.h:4037:25: error: 'acc' was not declared in this scope; did you mean 'acct'? 4037 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripesToEndofBlock, f_acc512); | ^~~ | acct gclib/xxhash.h:4037:30: error: 'input' was not declared in this scope; did you mean 'int'? 4037 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripesToEndofBlock, f_acc512); | ^~~~~ | int gclib/xxhash.h:4037:37: error: 'secret' was not declared in this scope 4037 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripesToEndofBlock, f_acc512); | ^~~~~~ gclib/xxhash.h:4037:117: error: 'f_acc512' was not declared in this scope 4037 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripesToEndofBlock, f_acc512); | ^~~~~~~~ gclib/xxhash.h:4038:34: error: 'secretLimit' was not declared in this scope; did you mean 'setrlimit'? 4038 | f_scramble(acc, secret + secretLimit); | ^~~~~~~~~~~ | setrlimit gclib/xxhash.h:4038:9: error: 'f_scramble' was not declared in this scope 4038 | f_scramble(acc, secret + secretLimit); | ^~~~~~~~~~ gclib/xxhash.h:4042:25: error: 'acc' was not declared in this scope; did you mean 'acct'? 4042 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripes, f_acc512); | ^~~ | acct gclib/xxhash.h:4042:30: error: 'input' was not declared in this scope; did you mean 'int'? 4042 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripes, f_acc512); | ^~~~~ | int gclib/xxhash.h:4042:37: error: 'secret' was not declared in this scope 4042 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripes, f_acc512); | ^~~~~~ gclib/xxhash.h:4042:105: error: 'f_acc512' was not declared in this scope 4042 | XXH3_accumulate(acc, input, secret + nbStripesSoFarPtr[0] * XXH_SECRET_CONSUME_RATE, nbStripes, f_acc512); | ^~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4024:30: note: in expansion of macro 'XXH_RESTRICT' 4024 | XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, | ^~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH_errorcode XXH3_update(XXH_INLINE_XXH3_state_t*, const xxh_u8*, size_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc)': gclib/xxhash.h:4086:32: error: too many arguments to function 'void XXH3_consumeStripes(xxh_u64*)' 4086 | XXH3_consumeStripes(state->acc, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 4087 | &state->nbStripesSoFar, state->nbStripesPerBlock, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4088 | state->buffer, XXH3_INTERNALBUFFER_STRIPES, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4089 | secret, state->secretLimit, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4090 | f_acc512, f_scramble); | ~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4024:1: note: declared here 4024 | XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4099:36: error: too many arguments to function 'void XXH3_consumeStripes(xxh_u64*)' 4099 | XXH3_consumeStripes(state->acc, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 4100 | &state->nbStripesSoFar, state->nbStripesPerBlock, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4101 | input, XXH3_INTERNALBUFFER_STRIPES, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4102 | secret, state->secretLimit, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4103 | f_acc512, f_scramble); | ~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4024:1: note: declared here 4024 | XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH_errorcode XXH_INLINE_XXH3_64bits_update(XXH_INLINE_XXH3_state_t*, const void*, size_t)': gclib/xxhash.h:3616:29: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_accumulate_512' {aka 'void (*)(void*, const void*, const void*)'} [-fpermissive] 3616 | #define XXH3_accumulate_512 XXH3_accumulate_512_sse2 | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:4123:24: note: in expansion of macro 'XXH3_accumulate_512' 4123 | XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4053:35: note: initializing argument 4 of 'XXH_INLINE_XXH_errorcode XXH3_update(XXH_INLINE_XXH3_state_t*, const xxh_u8*, size_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc)' 4053 | XXH3_f_accumulate_512 f_acc512, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gclib/xxhash.h:3617:29: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_scrambleAcc' {aka 'void (*)(void*, const void*)'} [-fpermissive] 3617 | #define XXH3_scrambleAcc XXH3_scrambleAcc_sse2 | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:4123:45: note: in expansion of macro 'XXH3_scrambleAcc' 4123 | XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~~~~~~~~~~~~ gclib/xxhash.h:4054:32: note: initializing argument 5 of 'XXH_INLINE_XXH_errorcode XXH3_update(XXH_INLINE_XXH3_state_t*, const xxh_u8*, size_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc)' 4054 | XXH3_f_scrambleAcc f_scramble) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ gclib/xxhash.h: In function 'void XXH3_digest_long(XXH64_hash_t*, const XXH_INLINE_XXH3_state_t*, const unsigned char*)': gclib/xxhash.h:4140:28: error: too many arguments to function 'void XXH3_consumeStripes(xxh_u64*)' 4140 | XXH3_consumeStripes(acc, | ~~~~~~~~~~~~~~~~~~~^~~~~ 4141 | &nbStripesSoFar, state->nbStripesPerBlock, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4142 | state->buffer, nbStripes, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 4143 | secret, state->secretLimit, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4144 | XXH3_accumulate_512, XXH3_scrambleAcc); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4024:1: note: declared here 4024 | XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4146:28: error: too many arguments to function 'void XXH3_accumulate_512_sse2(void*)' 4146 | XXH3_accumulate_512(acc, | ^ gclib/xxhash.h:3240:1: note: declared here 3240 | XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4155:28: error: too many arguments to function 'void XXH3_accumulate_512_sse2(void*)' 4155 | XXH3_accumulate_512(acc, | ^ gclib/xxhash.h:3240:1: note: declared here 3240 | XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, | ^~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH64_hash_t XXH_INLINE_XXH3_64bits_digest(const XXH_INLINE_XXH3_state_t*)': gclib/xxhash.h:4167:30: error: too many arguments to function 'XXH64_hash_t XXH3_mergeAccs(const xxh_u64*)' 4167 | return XXH3_mergeAccs(acc, | ~~~~~~~~~~~~~~^~~~~ 4168 | secret + XXH_SECRET_MERGEACCS_START, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4169 | (xxh_u64)state->totalLen * XXH_PRIME64_1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3718:1: note: declared here 3718 | XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) | ^~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH128_mix32B(XXH_INLINE_XXH128_hash_t, const xxh_u8*, const xxh_u8*, const xxh_u8*, XXH64_hash_t)': gclib/xxhash.h:4395:31: error: too many arguments to function 'xxh_u64 XXH3_mix16B(const xxh_u8*)' 4395 | acc.low64 += XXH3_mix16B (input_1, secret+0, seed); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:2850:26: note: declared here 2850 | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, | ^~~~~~~~~~~ gclib/xxhash.h:4397:31: error: too many arguments to function 'xxh_u64 XXH3_mix16B(const xxh_u8*)' 4397 | acc.high64 += XXH3_mix16B (input_2, secret+16, seed); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:2850:26: note: declared here 2850 | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, | ^~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4404:50: error: expected ',' or '...' before 'input' 4404 | XXH3_len_17to128_128b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_len_17to128_128b(const xxh_u8*)': gclib/xxhash.h:4408:59: error: 'secretSize' was not declared in this scope 4408 | XXH_ASSERT(secretSize >= XXH3_SECRET_SIZE_MIN); (void)secretSize; | ^~~~~~~~~~ gclib/xxhash.h:4412:21: error: 'len' was not declared in this scope 4412 | acc.low64 = len * XXH_PRIME64_1; | ^~~ gclib/xxhash.h:4417:46: error: 'input' was not declared in this scope; did you mean 'int'? 4417 | acc = XXH128_mix32B(acc, input+48, input+len-64, secret+96, seed); | ^~~~~ | int gclib/xxhash.h:4417:70: error: 'secret' was not declared in this scope 4417 | acc = XXH128_mix32B(acc, input+48, input+len-64, secret+96, seed); | ^~~~~~ gclib/xxhash.h:4417:81: error: 'seed' was not declared in this scope 4417 | acc = XXH128_mix32B(acc, input+48, input+len-64, secret+96, seed); | ^~~~ gclib/xxhash.h:4419:42: error: 'input' was not declared in this scope; did you mean 'int'? 4419 | acc = XXH128_mix32B(acc, input+32, input+len-48, secret+64, seed); | ^~~~~ | int gclib/xxhash.h:4419:66: error: 'secret' was not declared in this scope 4419 | acc = XXH128_mix32B(acc, input+32, input+len-48, secret+64, seed); | ^~~~~~ gclib/xxhash.h:4419:77: error: 'seed' was not declared in this scope 4419 | acc = XXH128_mix32B(acc, input+32, input+len-48, secret+64, seed); | ^~~~ gclib/xxhash.h:4421:38: error: 'input' was not declared in this scope; did you mean 'int'? 4421 | acc = XXH128_mix32B(acc, input+16, input+len-32, secret+32, seed); | ^~~~~ | int gclib/xxhash.h:4421:62: error: 'secret' was not declared in this scope 4421 | acc = XXH128_mix32B(acc, input+16, input+len-32, secret+32, seed); | ^~~~~~ gclib/xxhash.h:4421:73: error: 'seed' was not declared in this scope 4421 | acc = XXH128_mix32B(acc, input+16, input+len-32, secret+32, seed); | ^~~~ gclib/xxhash.h:4423:34: error: 'input' was not declared in this scope; did you mean 'int'? 4423 | acc = XXH128_mix32B(acc, input, input+len-16, secret, seed); | ^~~~~ | int gclib/xxhash.h:4423:55: error: 'secret' was not declared in this scope 4423 | acc = XXH128_mix32B(acc, input, input+len-16, secret, seed); | ^~~~~~ gclib/xxhash.h:4423:63: error: 'seed' was not declared in this scope 4423 | acc = XXH128_mix32B(acc, input, input+len-16, secret, seed); | ^~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4404:37: note: in expansion of macro 'XXH_RESTRICT' 4404 | XXH3_len_17to128_128b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4437:51: error: expected ',' or '...' before 'input' 4437 | XXH3_len_129to240_128b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_len_129to240_128b(const xxh_u8*)': gclib/xxhash.h:4441:59: error: 'secretSize' was not declared in this scope 4441 | XXH_ASSERT(secretSize >= XXH3_SECRET_SIZE_MIN); (void)secretSize; | ^~~~~~~~~~ gclib/xxhash.h:4445:35: error: 'len' was not declared in this scope 4445 | int const nbRounds = (int)len / 32; | ^~~ gclib/xxhash.h:4451:33: error: 'input' was not declared in this scope; did you mean 'int'? 4451 | input + (32 * i), | ^~~~~ | int gclib/xxhash.h:4453:33: error: 'secret' was not declared in this scope 4453 | secret + (32 * i), | ^~~~~~ gclib/xxhash.h:4454:33: error: 'seed' was not declared in this scope 4454 | seed); | ^~~~ gclib/xxhash.h:4461:33: error: 'input' was not declared in this scope; did you mean 'int'? 4461 | input + (32 * i), | ^~~~~ | int gclib/xxhash.h:4463:33: error: 'secret' was not declared in this scope 4463 | secret + XXH3_MIDSIZE_STARTOFFSET + (32 * (i - 4)), | ^~~~~~ gclib/xxhash.h:4464:33: error: 'seed' was not declared in this scope 4464 | seed); | ^~~~ gclib/xxhash.h:4468:29: error: 'input' was not declared in this scope; did you mean 'int'? 4468 | input + len - 16, | ^~~~~ | int gclib/xxhash.h:4470:29: error: 'secret' was not declared in this scope 4470 | secret + XXH3_SECRET_SIZE_MIN - XXH3_MIDSIZE_LASTOFFSET - 16, | ^~~~~~ gclib/xxhash.h:4471:36: error: 'seed' was not declared in this scope 4471 | 0ULL - seed); | ^~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4437:38: note: in expansion of macro 'XXH_RESTRICT' 4437 | XXH3_len_129to240_128b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4486:54: error: expected ',' or '...' before 'input' 4486 | XXH3_hashLong_128b_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_hashLong_128b_internal(const void*)': gclib/xxhash.h:4493:53: error: 'input' was not declared in this scope; did you mean 'int'? 4493 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, secret, secretSize, f_acc512, f_scramble); | ^~~~~ | int gclib/xxhash.h:4493:60: error: 'len' was not declared in this scope 4493 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, secret, secretSize, f_acc512, f_scramble); | ^~~ gclib/xxhash.h:4493:65: error: 'secret' was not declared in this scope 4493 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, secret, secretSize, f_acc512, f_scramble); | ^~~~~~ gclib/xxhash.h:4493:73: error: 'secretSize' was not declared in this scope 4493 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, secret, secretSize, f_acc512, f_scramble); | ^~~~~~~~~~ gclib/xxhash.h:4493:85: error: 'f_acc512' was not declared in this scope 4493 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, secret, secretSize, f_acc512, f_scramble); | ^~~~~~~~ gclib/xxhash.h:4493:95: error: 'f_scramble' was not declared in this scope 4493 | XXH3_hashLong_internal_loop(acc, (const xxh_u8*)input, len, secret, secretSize, f_acc512, f_scramble); | ^~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4486:41: note: in expansion of macro 'XXH_RESTRICT' 4486 | XXH3_hashLong_128b_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4514:53: error: expected ',' or '...' before 'input' 4514 | XXH3_hashLong_128b_default(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_hashLong_128b_default(const void*)': gclib/xxhash.h:4518:11: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 4518 | (void)seed64; (void)secret; (void)secretLen; | ^~~~~~ | seed48 gclib/xxhash.h:4518:25: error: 'secret' was not declared in this scope 4518 | (void)seed64; (void)secret; (void)secretLen; | ^~~~~~ gclib/xxhash.h:4518:39: error: 'secretLen' was not declared in this scope 4518 | (void)seed64; (void)secret; (void)secretLen; | ^~~~~~~~~ gclib/xxhash.h:4519:40: error: 'input' was not declared in this scope; did you mean 'int'? 4519 | return XXH3_hashLong_128b_internal(input, len, XXH3_kSecret, sizeof(XXH3_kSecret), | ^~~~~ | int gclib/xxhash.h:4519:47: error: 'len' was not declared in this scope 4519 | return XXH3_hashLong_128b_internal(input, len, XXH3_kSecret, sizeof(XXH3_kSecret), | ^~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4514:40: note: in expansion of macro 'XXH_RESTRICT' 4514 | XXH3_hashLong_128b_default(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4527:56: error: expected ',' or '...' before 'input' 4527 | XXH3_hashLong_128b_withSecret(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_hashLong_128b_withSecret(const void*)': gclib/xxhash.h:4531:11: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 4531 | (void)seed64; | ^~~~~~ | seed48 gclib/xxhash.h:4532:40: error: 'input' was not declared in this scope; did you mean 'int'? 4532 | return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, secretLen, | ^~~~~ | int gclib/xxhash.h:4532:47: error: 'len' was not declared in this scope 4532 | return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, secretLen, | ^~~ gclib/xxhash.h:4532:67: error: 'secret' was not declared in this scope 4532 | return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, secretLen, | ^~~~~~ gclib/xxhash.h:4532:75: error: 'secretLen' was not declared in this scope 4532 | return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, secretLen, | ^~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4527:43: note: in expansion of macro 'XXH_RESTRICT' 4527 | XXH3_hashLong_128b_withSecret(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4537:63: error: expected ',' or '...' before 'input' 4537 | XXH3_hashLong_128b_withSeed_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_hashLong_128b_withSeed_internal(const void*)': gclib/xxhash.h:4543:9: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 4543 | if (seed64 == 0) | ^~~~~~ | seed48 gclib/xxhash.h:4544:44: error: 'input' was not declared in this scope; did you mean 'int'? 4544 | return XXH3_hashLong_128b_internal(input, len, | ^~~~~ | int gclib/xxhash.h:4544:51: error: 'len' was not declared in this scope 4544 | return XXH3_hashLong_128b_internal(input, len, | ^~~ gclib/xxhash.h:4546:44: error: 'f_acc512' was not declared in this scope 4546 | f_acc512, f_scramble); | ^~~~~~~~ gclib/xxhash.h:4546:54: error: 'f_scramble' was not declared in this scope 4546 | f_acc512, f_scramble); | ^~~~~~~~~~ gclib/xxhash.h:4548:27: error: 'seed64' was not declared in this scope; did you mean 'seed48'? 4548 | f_initSec(secret, seed64); | ^~~~~~ | seed48 gclib/xxhash.h:4548:9: error: 'f_initSec' was not declared in this scope 4548 | f_initSec(secret, seed64); | ^~~~~~~~~ gclib/xxhash.h:4549:44: error: 'input' was not declared in this scope; did you mean 'int'? 4549 | return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, sizeof(secret), | ^~~~~ | int gclib/xxhash.h:4549:51: error: 'len' was not declared in this scope 4549 | return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, sizeof(secret), | ^~~ gclib/xxhash.h:4550:44: error: 'f_acc512' was not declared in this scope 4550 | f_acc512, f_scramble); | ^~~~~~~~ gclib/xxhash.h:4550:54: error: 'f_scramble' was not declared in this scope 4550 | f_acc512, f_scramble); | ^~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4537:50: note: in expansion of macro 'XXH_RESTRICT' 4537 | XXH3_hashLong_128b_withSeed_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4559:75: error: expected ',' or '...' before 'secret' 4559 | XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen) | ^~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_hashLong_128b_withSeed(const void*, size_t, XXH64_hash_t, const void*)': gclib/xxhash.h:4561:11: error: 'secret' was not declared in this scope 4561 | (void)secret; (void)secretLen; | ^~~~~~ gclib/xxhash.h:4561:25: error: 'secretLen' was not declared in this scope 4561 | (void)secret; (void)secretLen; | ^~~~~~~~~ gclib/xxhash.h:4562:48: error: too many arguments to function 'XXH_INLINE_XXH128_hash_t XXH3_hashLong_128b_withSeed_internal(const void*)' 4562 | return XXH3_hashLong_128b_withSeed_internal(input, len, seed64, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ 4563 | XXH3_accumulate_512, XXH3_scrambleAcc, XXH3_initCustomSecret); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4537:1: note: declared here 4537 | XXH3_hashLong_128b_withSeed_internal(const void* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4559:62: note: in expansion of macro 'XXH_RESTRICT' 4559 | XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen) | ^~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:2090:26: error: redefinition of 'const void* restrict' 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4567:71: note: in expansion of macro 'XXH_RESTRICT' 4567 | XXH64_hash_t, const void* XXH_RESTRICT, size_t); | ^~~~~~~~~~~~ gclib/xxhash.h:2090:26: note: 'const void* restrict' previously declared here 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4566:57: note: in expansion of macro 'XXH_RESTRICT' 4566 | typedef XXH128_hash_t (*XXH3_hashLong128_f)(const void* XXH_RESTRICT, size_t, | ^~~~~~~~~~~~ gclib/xxhash.h:4571:69: error: expected ',' or '...' before 'secret' 4571 | XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, | ^~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH3_128bits_internal(const void*, size_t, XXH64_hash_t, const void*)': gclib/xxhash.h:4582:78: error: 'secret' was not declared in this scope 4582 | return XXH3_len_0to16_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, seed64); | ^~~~~~ gclib/xxhash.h:4584:80: error: 'secret' was not declared in this scope 4584 | return XXH3_len_17to128_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~ gclib/xxhash.h:4584:88: error: 'secretLen' was not declared in this scope 4584 | return XXH3_len_17to128_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~~~~ gclib/xxhash.h:4586:81: error: 'secret' was not declared in this scope 4586 | return XXH3_len_129to240_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~ gclib/xxhash.h:4586:89: error: 'secretLen' was not declared in this scope 4586 | return XXH3_len_129to240_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); | ^~~~~~~~~ gclib/xxhash.h:4587:40: error: 'secret' was not declared in this scope 4587 | return f_hl128(input, len, seed64, secret, secretLen); | ^~~~~~ gclib/xxhash.h:4587:48: error: 'secretLen' was not declared in this scope 4587 | return f_hl128(input, len, seed64, secret, secretLen); | ^~~~~~~~~ gclib/xxhash.h:4587:12: error: 'f_hl128' was not declared in this scope 4587 | return f_hl128(input, len, seed64, secret, secretLen); | ^~~~~~~ gclib/xxhash.h:2090:26: warning: unused parameter 'restrict' [-Wunused-parameter] 2090 | # define XXH_RESTRICT restrict | ^ gclib/xxhash.h:4571:56: note: in expansion of macro 'XXH_RESTRICT' 4571 | XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, | ^~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH_INLINE_XXH3_128bits(const void*, size_t)': gclib/xxhash.h:4595:33: error: too many arguments to function 'XXH_INLINE_XXH128_hash_t XXH3_128bits_internal(const void*, size_t, XXH64_hash_t, const void*)' 4595 | return XXH3_128bits_internal(input, len, 0, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 4596 | XXH3_kSecret, sizeof(XXH3_kSecret), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4597 | XXH3_hashLong_128b_default); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4570:1: note: declared here 4570 | XXH3_128bits_internal(const void* input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH_INLINE_XXH3_128bits_withSecret(const void*, size_t, const void*, size_t)': gclib/xxhash.h:4603:33: error: too many arguments to function 'XXH_INLINE_XXH128_hash_t XXH3_128bits_internal(const void*, size_t, XXH64_hash_t, const void*)' 4603 | return XXH3_128bits_internal(input, len, 0, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 4604 | (const xxh_u8*)secret, secretSize, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4605 | XXH3_hashLong_128b_withSecret); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4570:1: note: declared here 4570 | XXH3_128bits_internal(const void* input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH_INLINE_XXH3_128bits_withSeed(const void*, size_t, XXH64_hash_t)': gclib/xxhash.h:4611:33: error: too many arguments to function 'XXH_INLINE_XXH128_hash_t XXH3_128bits_internal(const void*, size_t, XXH64_hash_t, const void*)' 4611 | return XXH3_128bits_internal(input, len, seed, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ 4612 | XXH3_kSecret, sizeof(XXH3_kSecret), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4613 | XXH3_hashLong_128b_withSeed); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4570:1: note: declared here 4570 | XXH3_128bits_internal(const void* input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH_errorcode XXH_INLINE_XXH3_128bits_reset_withSeed(XXH_INLINE_XXH3_state_t*, XXH64_hash_t)': gclib/xxhash.h:4661:54: error: too many arguments to function 'void XXH3_initCustomSecret_sse2(void*)' 4661 | if (seed != statePtr->seed) XXH3_initCustomSecret(statePtr->customSecret, seed); | ^ gclib/xxhash.h:3303:39: note: declared here 3303 | XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64 seed64) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH_errorcode XXH_INLINE_XXH3_128bits_update(XXH_INLINE_XXH3_state_t*, const void*, size_t)': gclib/xxhash.h:3616:29: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_accumulate_512' {aka 'void (*)(void*, const void*, const void*)'} [-fpermissive] 3616 | #define XXH3_accumulate_512 XXH3_accumulate_512_sse2 | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:4670:24: note: in expansion of macro 'XXH3_accumulate_512' 4670 | XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:4053:35: note: initializing argument 4 of 'XXH_INLINE_XXH_errorcode XXH3_update(XXH_INLINE_XXH3_state_t*, const xxh_u8*, size_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc)' 4053 | XXH3_f_accumulate_512 f_acc512, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gclib/xxhash.h:3617:29: error: invalid conversion from 'void (*)(void*)' to 'XXH3_f_scrambleAcc' {aka 'void (*)(void*, const void*)'} [-fpermissive] 3617 | #define XXH3_scrambleAcc XXH3_scrambleAcc_sse2 | ^~~~~~~~~~~~~~~~~~~~~ | | | void (*)(void*) gclib/xxhash.h:4670:45: note: in expansion of macro 'XXH3_scrambleAcc' 4670 | XXH3_accumulate_512, XXH3_scrambleAcc); | ^~~~~~~~~~~~~~~~ gclib/xxhash.h:4054:32: note: initializing argument 5 of 'XXH_INLINE_XXH_errorcode XXH3_update(XXH_INLINE_XXH3_state_t*, const xxh_u8*, size_t, XXH3_f_accumulate_512, XXH3_f_scrambleAcc)' 4054 | XXH3_f_scrambleAcc f_scramble) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ gclib/xxhash.h: In function 'XXH_INLINE_XXH128_hash_t XXH_INLINE_XXH3_128bits_digest(const XXH_INLINE_XXH3_state_t*)': gclib/xxhash.h:4681:41: error: too many arguments to function 'XXH64_hash_t XXH3_mergeAccs(const xxh_u64*)' 4681 | h128.low64 = XXH3_mergeAccs(acc, | ~~~~~~~~~~~~~~^~~~~ 4682 | secret + XXH_SECRET_MERGEACCS_START, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4683 | (xxh_u64)state->totalLen * XXH_PRIME64_1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3718:1: note: declared here 3718 | XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) | ^~~~~~~~~~~~~~ gclib/xxhash.h:4684:41: error: too many arguments to function 'XXH64_hash_t XXH3_mergeAccs(const xxh_u64*)' 4684 | h128.high64 = XXH3_mergeAccs(acc, | ~~~~~~~~~~~~~~^~~~~ 4685 | secret + state->secretLimit + XXH_STRIPE_LEN | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4686 | - sizeof(acc) - XXH_SECRET_MERGEACCS_START, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4687 | ~((xxh_u64)state->totalLen * XXH_PRIME64_2)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:3718:1: note: declared here 3718 | XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) | ^~~~~~~~~~~~~~ gclib/xxhash.h: At global scope: gclib/xxhash.h:4437:1: warning: 'XXH_INLINE_XXH128_hash_t XXH3_len_129to240_128b(const xxh_u8*)' defined but not used [-Wunused-function] 4437 | XXH3_len_129to240_128b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~~ gclib/xxhash.h:2914:1: warning: 'XXH64_hash_t XXH3_len_129to240_64b(const xxh_u8*)' defined but not used [-Wunused-function] 2914 | XXH3_len_129to240_64b(const xxh_u8* XXH_RESTRICT input, size_t len, | ^~~~~~~~~~~~~~~~~~~~~ gmake: *** [Makefile:72: gclib/GFaSeqGet.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/biology/gffread *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/biology/gffread