Hi,
I'm building labCA (version 3.4.2) on base-3.15.2 for 64-bit windows. The build fails in the 'glue' directory when it cannot find the include file 'tsDefs.h'. Indeed, I do not find tsDefs.h in base-3.15.2, but I do find it in base-3.14.12.2, though it seems to be deprecated there. Here are the last few lines of the build:
cl -EHsc -GR -DMATLAB_APP -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Ox -GL -Oy- -W3 -w44355 -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -TP -I. -I../O.Common -I. -I. -I.. -I../../include/compiler/msvc -I../../include/os/WIN32 -I../../include -I../../../../../base/include/compiler/msvc -I../../../../../base/include/os/WIN32 -I../../../../../base/include -I../../ezca -IC:\matlab\R2015a/extern/include -c ../ini.cc
ini.cc
..\multiEzca.h(32) : fatal error C1083: Cannot open include file: 'tsDefs.h': No such file or directory
make[2]: Leaving directory `C:/epics/R3.15.2/extensions/src/labca_3_4_2/glue/O.windows-x64'
make[1]: Leaving directory `C:/epics/R3.15.2/extensions/src/labca_3_4_2/glue'
I'm not sure what to do next ...
Steve Gierman