When I try to build from source, I got the compile error
/bin/sh …/…/libtool --preserve-dup-deps --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I…/…/include -I…/…/include -I…/…/include -I…/…/regex -I./include -I…/…/sql -I. -DMYSQL_DYNAMIC_PLUGIN -prefer-non-pic -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -MT ha_innodb_la-i_s.lo -MD -MP -MF .deps/ha_innodb_la-i_s.Tpo -c -o ha_innodb_la-i_s.lo test -f 'handler/i_s.cc' || echo './'
handler/i_s.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I…/…/include -I…/…/include -I…/…/include -I…/…/regex -I./include -I…/…/sql -I. -DMYSQL_DYNAMIC_PLUGIN -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -MT ha_innodb_la-i_s.lo -MD -MP -MF .deps/ha_innodb_la-i_s.Tpo -c handler/i_s.cc -o .libs/ha_innodb_la-i_s.o
handler/i_s.cc: In function ‘int i_s_innodb_schema_table_fill(THD*, TABLE_LIST*, COND*)’:
handler/i_s.cc:3608: internal compiler error: in expected_value_to_br_prob, at predict.c:1455
Please submit a full bug report,
with preprocessed source if appropriate.
See <[URL]URL:http://developer.apple.com/bugreporter[/URL]> for instructions.
make[3]: *** [ha_innodb_la-i_s.lo] Error 1
make[2]: *** [custom_checks] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Thanks.