RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.22k stars 1.25k forks source link

Missing Prereqs: xz and wget #128

Closed griffinjoe closed 10 years ago

griffinjoe commented 10 years ago

brew install xz before make install_prereqs_homebrew fixed this problem, so it's likely as simple as the wget and libpng issues. 'wget', by the way, is still not installed as part of the prereq installation.

RussTedrake commented 10 years ago

great! do you know which pod needed xz?

griffinjoe commented 10 years ago

No, sorry. I just installed it as soon as I figured out it was needed at all. I do know that snopt and avl don't need to try to run brew install gfortran. I just commented it out, given that homebrew claims GNU Fortran comes with brew install gcc. Definitions for install_prereqs_homebrew are missing from eigen, gloptipoly3, sedumi, and xfoil. What's currently giving me trouble is the way the spotless makefile is asking to change directories to pod-build, which doesn't exist.

RussTedrake commented 10 years ago

it was lcm. got it. thanks!