Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS compilation steps are not working #346

Open
nbigaouette opened this issue Apr 30, 2018 · 0 comments
Open

macOS compilation steps are not working #346

nbigaouette opened this issue Apr 30, 2018 · 0 comments

Comments

@nbigaouette
Copy link

nbigaouette commented Apr 30, 2018

As mentioned in #345, I'm attempting to compile panopticon on macOS High Sierra but unfortunately it's failing.

Here's what is not working:

  1. brew linkapps qt --> linkapps was deprecated and is not available anymore. Is it really necessary?
  2. Creating symbolic links fails due to permissions:
ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs
ln: /usr/local/mkspecs: Permission denied

ls -ldh /usr/local/
drwxr-xr-x  15 root  wheel   480B  3 Nov 20:27 /usr/local/

I've created the links as root using sudo...
3. Running fails since panopticon-qt is not a package:

cargo run -p panopticon-qt --release

The package panopticon should probably be used instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant