私は指示に従っていましたafloat で単一のウィンドウを固定する
投稿からの説明は次のとおりです。
Download the SIMBL zip file
Unzip the file
Double-click/install SIMBL-0.9.9.pkg
Create SIMBL bundle dir: mkdir ~/Library/Application\ Support/SIMBL/Plugins/
Reboot
Install from the git repo:
$ git clone https://github.com/millenomi/afloat.git
$ cd afloat
$ xcodebuild -configuration Release install
# verbose output trimmed, except for last line:
** INSTALL SUCCEEDED **
$ mv /tmp/Afloat.dst/Users/`whoami`/Library/Bundles/Afloat.bundle/ ~/Library/Application\ Support/SIMBL/Plugins/
指示に忠実に従いましたが、うまくいきませんでした。
OS 10.9.4 に xcode 6.0.1 をインストールし、xcodebuild -configuration Release install を実行した後、多数のエラー メッセージが表示されました。
各ファイルの後に受け取ったダンプの種類と、プロセス終了時の出力は次のとおりです。
`error: garbage collection is no longer supported
** INSTALL FAILED **
The following build commands failed:
CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/Afloat.o Afloat.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/AfloatStorage.o AfloatStorage.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/AfloatPanel.o AfloatPanel.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Afloat.build/Release/Afloat.build/Objects-normal/x86_64/AfloatPanelController.o AfloatPanelController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(4 failures)
OSX 10.9.4 Maverick と互換性のないバージョンをダウンロードしましたか? 何が問題なのでしょうか?
答え1
ガベージ コレクション (現在はサポートされていません) を有効にするには、xcodebuild
を試してください。GCC_ENABLE_OBJC_GC=unsupported