fatal error: sCalcoutRecord.h: No such file or directory
I had build the EPICS-base 7.07,and want to build the asyn packages followed the https://docs.epics-controls.org/en/latest/getting-started/installation-linux.html.But when I use the Make to build it,I met the error.And I searched the asyn/asyn/devEpics directory,there isn't a .h file called sCalcoutRecord.h.I check the /asyn/devEpics/devAsynOctet.c,the .h file is included here #ifdef HAVE_CALCMOD #include "sCalcoutRecord.h" #endif /* HAVE_CALCMOD */ Obviously, I have defined the HAVE_CALCMOD, I don't know the use of if, and where can i find a appropriate sCalcoutRecord.h for the .c file.
sCalcoutRecord.h is in the “calc” module. It will not try to use that file if you comment out this line in asyn/configure/RELEASE
CALC=$(SUPPORT)/calc-3-7-4