If you don’t have “MacPorts”:https://www.macports.org/, install it. T
sudo port install pkgconfig
Go to your thrift root directory
cp /opt/local/share/aclocal/pkg.m4 aclocal/
Run the following again
./bootstrap.sh
./configure
make
sudo make install
./configure: line 16615: ` PKG_CHECK_MODULES(MONO, mono >= 2.0.0, net_3_5=yes, net_3_5=no)’
]]>any suggestions?
]]>libtool: Version mismatch error. This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
make[3]: *** [thrift] Error 63
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Just follow this article completely and you should be set! Thank you!!
]]>