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 DavidReiss: http://wiki.apache.org/thrift/FAQ ------------------------------------------------------------------------------ ===== Why can't I build on OS X? ===== + 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. + find pkg.m4, copy it to thrift/aclocal, and rerun bootstrap.sh. ===== Is struct inheritance supported? =====
