In sch directory, Makefile.one change the lines:
from
sch2edif -n (app).sch
edif2sr (app).edf edb.def (app).sr
to
sch2edif -n -ap (app).sch
e2sr -c -o -d edb.def -n (app).sr (app).edf
In sch directory, create a link:
capfast_symbols-> ~p3/library/epics_r313c3
In home directory, if file cad.rc exists either delete it or add “./capfast_symbols” to the search path for sch2edif, schedit, symed, and schplot.
I should be finished with the new symbols by the end of the week. Let me know what problems you find.
--Brian Bevins