-
Notifications
You must be signed in to change notification settings - Fork 29
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
Install fails on macOS 10.14 and node 6 #28
Comments
Well... as always, I create the issue after investigating for a while and then immediately find the fix. run Found the answer here: https://stackoverflow.com/a/52633713/517688 Not sure if code still needs to be fixed in order to prevent this, so I'll leave the closing to an admin. |
Since this repo appears to be abandoned, I took the liberty of cloning over the existing repo and implementing this PR (#26) which resolved gyp build failures on mojave. The package is available on npm to use
|
Came here trying to install bleno and xpc-connection or xpc-connect CXXFLAGS="-mmacosx-version-min=10.15" LDFLAGS="-mmacosx-version-min=10.15" npm install bleno CXXFLAGS="-mmacosx-version-min=10.15" LDFLAGS="-mmacosx-version-min=10.15" npm install xpc-connection |
I already checked the other issues about failed installs, but couldn't find this exact issue, which is:
../src/XpcConnection.cpp:1:10: fatal error: 'queue' file not found
Here is the full output
The text was updated successfully, but these errors were encountered: