So I just installed qt
via brew in Mac OS X. It was unable to link it however.
When I try to run brew link qt
or brew link --overwrite qt
I get back the following:
tonybeninate$ brew link --overwrite qt
Linking /usr/local/Cellar/qt/4.8.4... Warning: Could not link qt. Unlinking...
Error: Directory not empty - /usr/local/opt/qt
Anyone have any suggestions? I've also tried running brew link -n qt
and removing any files/dirs that were conflicting to no avail.