Note #2024-10-01-001
> Reply to ruby-dmtx compatibility with Ruby 3.1.6
It should be compatible.
The error you're getting is Rdmtx.c:26:10: fatal error: 'dmtx.h' file not found
, which makes me think that it cannot find the dmtx shared library needed for compilation. Check if that's installed for your system.
Interactions