You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi~
I meet a error when I exec build-apisix-base-debug-centos7.sh:
objs/addon/vm/wasmtime.o: In function`assertions':
/tmp/tmp.QtyXQINVJz/openresty-1.21.4.1/../wasm-nginx-module-main/wasmtime-c-api/include/wasm.h:30: undefined reference to `static_assert'/tmp/tmp.QtyXQINVJz/openresty-1.21.4.1/../wasm-nginx-module-main/wasmtime-c-api/include/wasm.h:31: undefined reference to `static_assert'/tmp/tmp.QtyXQINVJz/openresty-1.21.4.1/../wasm-nginx-module-main/wasmtime-c-api/include/wasm.h:32: undefined reference to `static_assert'collect2: error: ld returned 1 exit status
It seems that my environment does not have static_assert:
✗ uname -a
Linux apisix 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
✗ gcc --version
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the sourcefor copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
But I do not how to solve it.
Would some one help me, Thanks~
The text was updated successfully, but these errors were encountered:
Hi~
I meet a error when I exec
build-apisix-base-debug-centos7.sh
:It seems that my environment does not have
static_assert
:But I do not how to solve it.
Would some one help me, Thanks~
The text was updated successfully, but these errors were encountered: