You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Also a have installeed hidapi using brew install hidapi but it seems doesn't work.
So my question is How to setup hidapi linking on MacOS when reusing ethcore code?
Anyway, I don't need to use any hid device, just want to play with transaction queue. Maybe there is an option to exclude this from a build?
Thanks!
The text was updated successfully, but these errors were encountered:
You don't need to setup linking hidapi, as hidapi is built statically as one of our dependencies.
Also a have installeed hidapi using brew install hidapi but it seems doesn't work.
I believe that your (brew) version of hidapi is different than the one we need. Unfortunately it is being linked as the first one. Can you uninstall hidapi from your disk and then build the project?
@debris thanks for the suggestion, but uninstalling hidapi using brew had no effect. I think I have found the cause. This is a build target mismatch in hidapi-rs.
I'm trying to use ethcore::miner::Miner from my app (https://github.com/chebykin/miner-test):
Linux compilation passes while MacOS fails on linking both on my laptop and travis-ci (https://travis-ci.org/chebykin/miner-test/jobs/366856303#L857-L861):
Also a have installeed
hidapi
usingbrew install hidapi
but it seems doesn't work.So my question is
How to setup hidapi linking on MacOS when reusing ethcore code?
Anyway, I don't need to use any hid device, just want to play with transaction queue. Maybe there is an option to exclude this from a build?
Thanks!
The text was updated successfully, but these errors were encountered: