RGBDSLAM のインストールが要求していますdevil
$ rosdep install rgbdslam
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rgbdslam: No definition of [libdevil-dev] for OS [osx]
しかし、悪魔をインストールしようとすると、次のようになります。
$ brew install devil
Error: devil cannot be built with any available compilers.
To install this formula, you may need to:
brew install gcc
$ brew install gcc
Warning: gcc-5.3.0 already installed
どうすればこれを回避できますか?
注:コマンド ライン ツールと共にxcodeをインストールしました。
**インストールされた libdevIL を編集**
何らかの理由で、devIL が gcc を探しているときに gcc 5 が登録されないため、4.9 にダウングレードする必要がありました。
$ brew rm gcc // removes 5
$ brew install gcc49 // installs 4.9
$ brew install devil // works
$ brew install gcc // two gcc installed? this might be interesting
ただし、rgbdslam はまだ libdevIL を検出していません。