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
私を助けてください。