Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by WilliamMorgan: http://wiki.apache.org/thrift/FAQ The comment on the change is: pkg-config on linux provides pkg.m4 ------------------------------------------------------------------------------ - ===== Why can't I build on OS X? ===== + ===== What's this about MONO? ===== If you get an error like this when running configure: {{{ ./configure: line 21183: syntax error near unexpected token `MONO,' ./configure: line 21183: ` PKG_CHECK_MODULES(MONO, mono >= 1.2.6, have_mono=yes, have_mono=no)' }}} - find pkg.m4, copy it to thrift/aclocal, and rerun bootstrap.sh. + If you're on OS X: find pkg.m4, copy it to thrift/aclocal, and rerun bootstrap.sh. + + If you're on Linux, install pkg-config and rerun bootstrap.sh ===== Is struct inheritance supported? ===== No, it isn't. Thrift support inheritance of service interfaces,
