Up until commit 5265fdf it was possible to build ADCore against an epics-base without PVA submodules, simply by specifying USE_PVA=NO.
However this is no longer the case as ntndArrayConverterPvxs.cpp now includes a header file from PVA.
This is critical to our epics-containers infrastructure as we keep the containers small and tidy by only building PVXS in them and not PVA.
@MarkRivers is there some way we can keep that separation and still have a working PVXS plugin?
Thanks!
FYI @coretl @stephen-jd-dann @jsouter