Good morning everyone, I have a problem when I try to run the matrix-ir_receiver demo in an M1. I use the IDE geany to compile it and it gets the error

Code: Select all

/usr/local/include/libfahw.h:4:23: fatal error: ../common.h: No such file or directory


I now that is because is not seeing the headr common.h which is in the lib subfolder of the matrix folder, how can I get rid of this error?