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

[resolved] Error in compiling Mac OS El capitan #148

Closed
gabridome opened this issue Jan 25, 2016 · 1 comment
Closed

[resolved] Error in compiling Mac OS El capitan #148

gabridome opened this issue Jan 25, 2016 · 1 comment

Comments

@gabridome
Copy link

When you try to compile from Mac OS El Capitan qtpass with:

qmake && make && macdeployqt QtPass.app

this most likely is the error you get:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:23:10: fatal error: 'unistd.h' file not found

include <unistd.h>

I haven't found any help apart reinstalling the command line tools with:

Xcode --select install

but I doesn't solve the issue.

The solution I found is to instal qt5 with:

brew install qt5
brew link --force qt5

I would update the readme.

@annejan
Copy link
Member

annejan commented Jan 25, 2016

Thanks for the heads-up . .

Fixed in 55be6ec

@annejan annejan closed this as completed Jan 25, 2016
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

2 participants