Closed jsffm closed 4 months ago
Compile Error
param.c:11:10: fatal error: repfunc.h: No such file or directory 11 | #include | ^~~ compilation terminated. make: [Makefile:96: param.o] Error 1 make: Waiting for unfinished jobs.... tuner.c:21:10: fatal error: repfunc.h: No such file or directory 21 | #include | ^~~ compilation terminated.
From the README:
Requirements. In addition to the original requirements below, the following sources are needed to build this version of the plugin:
Should be added to the normal requirements
Compile Error
param.c:11:10: fatal error: repfunc.h: No such file or directory 11 | #include
| ^
| ^
~~compilation terminated. make: [Makefile:96: param.o] Error 1 make: Waiting for unfinished jobs.... tuner.c:21:10: fatal error: repfunc.h: No such file or directory 21 | #include~~compilation terminated.