homebrew - Trouble with brew install devil -
rgbdslam install asking devil
$ rosdep install rgbdslam error: following packages/stacks not have rosdep keys resolved system dependencies: rgbdslam: no definition of [libdevil-dev] os [osx]
but when try install devil i'm getting this:
$ brew install devil error: devil cannot built available compilers. install formula, may need to: brew install gcc $ brew install gcc warning: gcc-5.3.0 installed
how can around this?
note: have xcode installed accompanied command line tools.
** edit libdevil installed **
for reason gcc 5 doesn't register when devil looking gcc had downgrade 4.9.
$ brew rm gcc // removes 5 $ brew install gcc49 // installs 4.9 $ brew install devil // works $ brew install gcc // 2 gcc installed? might interesting
rgbdslam still isn't detecting libdevil though, not sure deal is.
here's helpful notes answers.ros.org
i set
siftgpu_disable_devil = 0
in siftgpu/makefile ,set(env{sift_gpu_mode} 0)
in cmakelists.txt no avail. i'm still seeing rgbdslam:no definition of [libdevil-dev] os [osx]
commenting devil out in package.xml put me little further seemingly osx specific issues, trying resolve via github. respond here once have solution. assistance.
Comments
Post a Comment