From: Lang, Keenan C. <klang at anl.gov> Sent: Friday, November 17, 2023 11:48 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>; Siddons, David <siddons at bnl.gov> Subject: Re: synApps build
There is a configuration option in AreaDetector within the file AreaDetector/configure/CONFIG_SITE.local,
You can set WITH_PVA=NO in order to build without including the process variable access features introduced in Epics v4
Keenan
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Siddons, David via Tech-talk <tech-talk at aps.anl.gov> Sent: Friday, November 17, 2023 10:30 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: synApps build
I'm trying to build synApps on a new PC. I want to use base-3.15.9, but the build fails with:
../ntndArrayConverter.h:5:10: fatal error: pv/ntndarray.h: No such file or directory
5 | #include <pv/ntndarray.h>
Indeed, I don't see any reference to that file in 3.15.9, only in 7. Does that mean I can't build it on the older distribution? The failure comes from AreaDetector (3-11). The OS is Pop 22.04, which I believe is an Debian/Ubuntu variant.