Install issues on Mac OSX High Sierra #392

Open
opened 2017-11-07 13:49:18 +01:00 by RobQlder · 0 comments
RobQlder commented 2017-11-07 13:49:18 +01:00 (Migrated from github.com)

Using the guide provided I have had the following issues.

  • Brew qt5 install unable to complete as no permissions to create directory /usr/local/Cellar
    resolved by creating myself and running "sudo chown -R $(whoami) $(brew --prefix)/*"
  • similar issue with /usr/local/opt and also had to create manually

Now stuck as qmake command cannot be found, $PATH output below
/usr/local/opt/qt5/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin

I think the issue is that qmake hasn't been loaded into the /usr/local/opt/qt/bin directory

Using the guide provided I have had the following issues. - Brew qt5 install unable to complete as no permissions to create directory /usr/local/Cellar resolved by creating myself and running "sudo chown -R $(whoami) $(brew --prefix)/*" - similar issue with /usr/local/opt and also had to create manually Now stuck as qmake command cannot be found, $PATH output below /usr/local/opt/qt5/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin I think the issue is that qmake hasn't been loaded into the /usr/local/opt/qt/bin directory
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#392
No description provided.