2013-04-01 9 views

Antwort

6

Nach einigem Graben um erkannte ich, dass dies aufgrund protobuf aufgerüstet worden war und dass mosh fest einprogrammiert ist protobuf 2.4.1 zu verwenden.

Also musste ich nur von protobuf 2.5.0 zu 2.4.1 zurückkehren. Unter Mac mit Homebrew dies wird durch die folgenden Schritte:

> 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

Ich konnte nicht 2.4.1 auf Yosemite bauen, aber 2.5.0 scheint auch zu arbeiten. –

0

Sie auch brew aktualisieren könnte und dann ein Upgrade mosh bis 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 
Verwandte Themen