Mac

macOS Sierraでgdb

Mac

macでgdbを使おうとしてはまったのでメモ。 バージョンはmacOS Sierra 10.12.6。 色んなところに書かれているのが、 brewでgdbをインストール キーチェーンアクセスで証明書を作成する gdbにcodesignする .gdbinitに set startup-with-shell off と記述する …

GitHub Desktopでログインできない

GitHub Desktopを使おうとしたら、リポジトリに接続できなくなっていた。 環境 macOS Sierra GitHub Desktop1.1.1 エラーメッセージ GitHub Desktop was unable to store the account token in the keychain. Please check you have unlocked access to the …

OSXでchefインストール

MacOSXにchefを入れようとしてちょっとハマったのでメモ。Xcodeのバージョンは5.1。エラーメッセージ clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future]clang: note: this will be a har…