没什么技术含量,做个备忘:
## 解决wx编译出错问题(wx_osx_cocoau_stc 找不到)
brew install https://raw.github.com/MSch/homebrew/master/Library/Formula/wxmac.rb –disable-monolithic
## 解决odbc依赖问题
brew install unixodbc
## configure参数根据需要加上 --enable-darwin-64bit
configure之后,vim ./lib/wx/c_src/Makefile,删除掉 -lwx_osx_cocoau_stc-2.9 和 -lwx_osx_cocoau_aui-2.9,为了方便我生成了个patch文件:erlang.r16b02.wx.patch.tar ,在源码根目录下 cd ./lib/wx/c_src/ && patch Makefile < erlang.r16b02.wx.patch