epics-modules / asyn

EPICS module for driver and device support
http://epics-modules.github.io/asyn/
Other
37 stars 72 forks source link

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

Open XavierLiu829 opened 9 months ago

XavierLiu829 commented 9 months ago

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.

MarkRivers commented 9 months ago

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