Changes between Initial Version and Version 2 of Ticket #67189
- Timestamp:
- Apr 6, 2023, 6:01:50 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67189
-
Property
Status
changed from
new
toassigned
- Property Cc raimue@… removed
- Property Owner set to raimue
-
Property
Status
changed from
-
Ticket #67189 – Description
initial v2 3 3 I'm compiling a program and it fails with this error: 4 4 5 fatal error: 'hidapi/hidapi_darwin.h' file not found; #include <hidapi/hidapi_darwin.h> 5 {{{ 6 fatal error: 'hidapi/hidapi_darwin.h' file not found; #include <hidapi/hidapi_darwin.h> 7 }}} 6 8 7 9 When I extract the source tarball: https://github.com/libusb/hidapi/archive/refs/tags/hidapi-0.12.0.tar.gz … … 9 11 there are two hidapi-related headers: 10 12 11 hidapi-0.12.0/mac/hidapi_darwin.h (about 4k bytes) 13 * hidapi-0.12.0/mac/hidapi_darwin.h (about 4k bytes) 14 * hidapi-0.12.0/hidapi/hidapi.h (about 18k bytes) 12 15 13 hidapi-0.12.0/hidapi/hidapi.h (about 18k bytes) 16 After I do `sudo port install hidapi` the only hidapi-related header file on my Big Sur is located here: 14 17 15 After I do 'sudo port install hidapi' the only hidapi-related header file on my Big Sur is located here: 16 17 /opt/local/include/hidapi/hidapi.h (about 18k bytes) 18 * /opt/local/include/hidapi/hidapi.h (about 18k bytes) 18 19 19 20 In case it helps, Homebrew puts these headers here: 20 21 21 /usr/local/include/hidapi/hidapi.h -> /usr/local/Cellar/hidapi/... (about 18k bytes) 22 * /usr/local/include/hidapi/hidapi.h -> /usr/local/Cellar/hidapi/... (about 18k bytes) 23 * /usr/local/opt/hidapi/include/hidapi/hidapi.h -> /usr/local/Cellar/hidapi/... (about 18k bytes) 24 * /usr/local/include/hidapi/hidapi_darwin.h -> /usr/local/Cellar/hidapi/... (about 4k bytes) 25 * /usr/local/opt/hidapi/include/hidapi/hidapi_darwin.h -> /usr/local/Cellar/hidapi/... (about 4k bytes) 22 26 23 /usr/local/opt/hidapi/include/hidapi/hidapi.h -> /usr/local/Cellar/hidapi/... (about 18k bytes)24 25 26 27 /usr/local/include/hidapi/hidapi_darwin.h -> /usr/local/Cellar/hidapi/... (about 4k bytes)28 29 /usr/local/opt/hidapi/include/hidapi/hidapi_darwin.h -> /usr/local/Cellar/hidapi/... (about 4k bytes)30