Synergy-core: Compiling error Sierra 10.12

Created on 17 Oct 2016  路  4Comments  路  Source: symless/synergy-core

Operating Systems

Sierra 10.12

Synergy Version

1.8.4

Steps to reproduce bug

  1. brew install cmake and qt5
  2. Fixed "./ext/toolchain/commands1.py" qt5 folders to point to local versions of 5.7.0 and compile "./hm.sh conf -g2 --mac-sdk 10.10 --mac-identity test"
  3. Returns error, could not find qmake. Cannot continue without qmake.

    Other info

Tried compiling in xcode as well and xcode fails for null value

Most helpful comment

After installing qt (brew install qt), you should also setup your PATH to include the QT bin directory.

One way to do this is the following in your .bash_profile:
export PATH=/usr/local/Cellar/qt5/5.x.x_x/bin:$PATH

That will allow qmake to be found.

All 4 comments

@nbeazy
Please sit tight. I are just working on this issue in our next release.

Duplicate of #5626

I still get a could not find qmake error when runnning "./hm.sh conf -g1 --mac-sdk 10.12 --mac-identity Sierra". Any potential solutions to this?

After installing qt (brew install qt), you should also setup your PATH to include the QT bin directory.

One way to do this is the following in your .bash_profile:
export PATH=/usr/local/Cellar/qt5/5.x.x_x/bin:$PATH

That will allow qmake to be found.

You also need to change it on every Qt update :|

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jasonosei picture jasonosei  路  3Comments

xmstspider picture xmstspider  路  4Comments

spacepluk picture spacepluk  路  5Comments

ColinCreamer picture ColinCreamer  路  5Comments

legonigel picture legonigel  路  4Comments