我使用了 gmp-4.3.1 库。
使用以下命令在 MAC 上构建库
./configure --enable-cxx --enable-alloca=reentrant
make
make check
sudo make install
它给出了结果gmp.h, gmpxx.h, libgmp.a, libgmpxx.a
我大量使用了这个库当我在我的项目中使用这个库时,它给出了如下错误
gmpxx.h:1366: error: 'mp_get_memory_functions' was not declared in this scope
请帮我。