ffeng

Results 2 comments of ffeng

a temporary solution on aarch64: 1. download apr-1.7.2 from https://dlcdn.apache.org//apr/apr-1.7.2.tar.gz 2. decompress && configure && make install 3. copy libapr-1.a to deps/3rd/usr/local/oceanbase/deps/devel/lib/libapr-1.a 4. you will get "error: undefined symbol: __aarch64_ldadd4_acq_rel"、"error:...

I encountered a same bug on macOS Monterey. foo.h:17:10: fatal error: cannot open file 'bar.h': Operation not permitted #include "bar.h" ^ 1 error generated. ls -l bar.h -rw-r--r-- 1 ubuntu...