2013-04-01 20 views

答えて

6

はいくつかの周り掘り後、私は、これはprotobufによるものであったが、アップグレードしmoshprotobuf 2.4.1を使用するハードコードされていることをされていたことに気づきました。

私がしなければならなかったのは、protobuf 2.5.0から2.4.1に戻すことでした。 Mac上で自作でこれは、以下の手順で行われます。

> brew versions protobuf 
2.5.0 git checkout 019364d /usr/local/Library/Formula/protobuf.rb 
2.4.1 git checkout 544209f /usr/local/Library/Formula/protobuf.rb 
> git checkout 544209f /usr/local/Library/Formula/protobuf.rb 
> brew unlink protobuf 
> brew link protobuf 
+0

ヨセミテで2.4.1をビルドできませんでしたが、2.5.0もうまくいくようです。 –

0

あなたはまたbrewを更新してからmosh 1.2.4にアップグレードできます。

$ brew update 

...

$ brew upgrade mobile-shell 
==> Upgrading 1 outdated package, with result: 
mobile-shell 1.2.4 
==> Upgrading mobile-shell 
==> Downloading http://mosh.mit.edu/mosh-1.2.4.tar.gz 
######################################################################## 100.0% 
==> ./configure --prefix=/usr/local/Cellar/mobile-shell/1.2.4 
==> make install 
    /usr/local/Cellar/mobile-shell/1.2.4: 12 files, 1004K, built in 41 seconds 
5

を再インストールするには: https://mosh.mit.edu/#getting

DO brewを使用しないでください。MAC OSX 10.9.5で私のために働きます。

関連する問題