Ich habe die Anweisungen aufein einzelnes Fenster mit afloat klebrig machen
Hier sind die Anweisungen aus dem Beitrag:
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/
Ich habe die Anweisungen genau befolgt, aber bei mir hat es nicht funktioniert.
Nachdem ich Xcode 6.0.1 auf OS 10.9.4 installiert und „xcodebuild -configuration Release install“ ausgeführt hatte, erhielt ich eine Reihe von Fehlermeldungen.
Hier ist der Dump-Typ, den ich nach jeder Datei erhalten habe, zusammen mit der Ausgabe am Ende des Prozesses:
`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)
Habe ich eine Version heruntergeladen, die mit OSX 10.9.4 Maverick nicht kompatibel ist? Was läuft hier schief?
Antwort1
Versuchen Sie xcodebuild
mit , GCC_ENABLE_OBJC_GC=unsupported
die (derzeit nicht unterstützte) Garbage Collection zu aktivieren.