paulscherrerinstitute / StreamDevice

EPICS Driver for message based I/O
GNU General Public License v3.0
28 stars 42 forks source link

streamApp/Makefile issue #28

Closed MarkRivers closed 5 years ago

MarkRivers commented 5 years ago

streamApp/Makefile contains these lines:

# older calc versions require sscan
#PROD_LIBS += sscan

This is not correct. Current versions of calc can still require sscan. If SSCAN is defined when calc is built then it includes swaitRecord.c, which requires sscan for recDynLink.

dirk-zimoch commented 5 years ago

I will change it to check if SSCAN is defined.

dirk-zimoch commented 5 years ago

Fixed in 7aa1802