ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

vchu's profile - activity

2013-09-05 14:07:35 -0500 received badge  Supporter (source)
2013-08-30 09:51:08 -0500 commented answer Failed to install log4cxx! (homebrew osx 10.6.8)

Found from another website specific to mac and homebrew: `https://github.com/mxcl/homebrew/issues/12127` (couldn't post in answer because of karma....)

2013-08-30 09:48:58 -0500 answered a question Failed to install log4cxx! (homebrew osx 10.6.8)

If removing subversion folder didn't fix the problem or you didn't have a subversion folder to begin with... I found that you can give homebrew a flag that might fix the problem:

Basically try installing using this command

brew install -vd --use-llvm --universal log4cxx

I believe you really only need --use-llvm, but I know that the previous command worked for me.