Hello,
When I build EPICS Base 3.14.12.5 I run into some errors. Can anyone help me with these errors :
make[3]: Entering directory '/home/epics/EPICS/base-3.14.12.5/src/excas/O.linux-x86_64'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/epics/EPICS/base-3.14.12.5/src/excas/O.linux-x86_64'
make[2]: Leaving directory '/home/epics/EPICS/base-3.14.12.5/src/excas'
make -C ./cap5 install
make[2]: Entering directory '/home/epics/EPICS/base-3.14.12.5/src/cap5'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. \
T_A=linux-x86_64 install
make[3]: Entering directory '/home/epics/EPICS/base-3.14.12.5/src/cap5/O.linux-x86_64'
rm -f Cap5.c Cap5.c_new
perl -typemap /usr/share/perl5/ExtUtils/typemap ../Cap5.xs > Cap5.c_new && mv Cap5.c_new Cap5.c
Unrecognized switch: -ypemap (-h will show valid options).
../Makefile:59: recipe for target 'Cap5.c' failed
make[3]: *** [Cap5.c] Error 29
make[3]: Leaving directory '/home/epics/EPICS/base-3.14.12.5/src/cap5/O.linux-x86_64'
../../configure/RULES_ARCHS:64: recipe for target 'install.linux-x86_64' failed
make[2]: *** [install.linux-x86_64] Error 2
make[2]: Leaving directory '/home/epics/EPICS/base-3.14.12.5/src/cap5'
../configure/RULES_DIRS:87: recipe for target 'cap5.install' failed
make[1]: *** [cap5.install] Error 2
make[1]: Leaving directory '/home/epics/EPICS/base-3.14.12.5/src'
configure/RULES_DIRS:87: recipe for target 'src.install' failed
make: *** [src.install] Error 2