I kinda converted the 1-22 release to work with my environment
and am now running into a C / C++ error...
newer asyn versions reference vector.h which is C++ while my
eurotherm support file is C, which is bad because the C compiler
doesnt know about the C++ vector.h ...
In file included from
/home/epics/EPICS/epics-support/modbus/include/drvModbusAsyn.h:15,
from ../eurothermModbus.c:25:
/home/epics/EPICS/epics-support/asyn/include/asynPortDriver.h:4:10:
fatal error: vector: No such file or directory
#include <vector>
^~~~~~~~
compilation terminated.
Im not sure how to get around this....
maybe someone with more experience in the EPICS build system can
help me out.