Attempted to build this following the instructions and it kept failing at line 12 of commons.h (include module/modules_easy.h), saying no such file or dir found.
Took me ages to work out that this isn't a standard C header but rather part of your libmodule library, which has seen an update since the build instructions were written. I had 6.0.0 installed and apparently modules_easy.h no longer exists.
Installing libmodule 5.0.2 resolved the error for me, but it seems changes are needed to build successfully against the new libmodule version.
Attempted to build this following the instructions and it kept failing at line 12 of commons.h (include module/modules_easy.h), saying no such file or dir found.
Took me ages to work out that this isn't a standard C header but rather part of your libmodule library, which has seen an update since the build instructions were written. I had 6.0.0 installed and apparently modules_easy.h no longer exists.
Installing libmodule 5.0.2 resolved the error for me, but it seems changes are needed to build successfully against the new libmodule version.