asyn icon indicating copy to clipboard operation
asyn copied to clipboard

fatal error: sCalcoutRecord.h: No such file or directory

Open XavierLiu829 opened this issue 2 years ago • 1 comments

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.

XavierLiu829 avatar Sep 18 '23 09:09 XavierLiu829

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

MarkRivers avatar Sep 18 '23 11:09 MarkRivers