Thomas D. Dean on Tue, 24 Jan 2023 17:42:55 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Build Failure |
> git pull Already up to date. > make clean ... > make all ...usr/bin/gcc -c -O3 -Wall -fno-strict-aliasing -funroll-loops -fPIC -I. -I../src/headers -o mpker.o mpker.c
In file included from ../src/kernel/gmp/mp.c:42:../src/kernel/none/tune-gen.h:74:39: error: '__ZM2_MUL_LIMIT' undeclared here (not in a function); did you mean 'ZM2_MUL_LIMIT'?
74 | long ZM2_MUL_LIMIT = __ZM2_MUL_LIMIT; | ^~~~~~~~~~~~~~~ | ZM2_MUL_LIMIT make[2]: *** [Makefile:1162: mpker.o] Error 1 ... Tom Dean