
1 huahang 2012 年 8 月 23 日 我也遇到这个错误了,刚刚出现的。 |
2 huahang 2012 年 8 月 23 日 http://stackoverflow.com/questions/12088238/osx-mountain-lion-homebrew-doctor-error-importing-cdo This is a known bug. (https://github.com/mxcl/homebrew/issues/14409). For fix it you can edit /usr/local/Library/Formula/cdo.rb (for example with nano text editor). You need replace string "options 'enable-grib2', 'Compile Fortran bindings'" as a "option 'enable-grib2', 'Compile Fortran bindings'". It was "options", but we need "option". |
3 happlebao OP homebrew的开发人员效率太高了,吃饭前我在github上开了issue14409,吃完饭就解决了. |