paulscherrerinstitute / StreamDevice

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

configure/RELEASE SUPPORT definition #18

Closed keenanlang closed 5 years ago

keenanlang commented 5 years ago

synApps generally doesn't use full path names for referencing each module, instead defining module paths in reference to the macro SUPPORT. The use of the command 'make release' with StreamDevice ends up writing ASYN et al. as $(SUPPORT)/-, but since configure/RELEASE doesn't have the SUPPORT macro, when trying to build, the modules aren't able to be found.

Even just adding "SUPPORT=" alongside the EPICS_BASE definition would be enough to get things to work with make release, even if you don't define it as anything or use said macro.

dirk-zimoch commented 5 years ago

I have now added SUPPORT= to configure/RELEASE

keenanlang commented 5 years ago

The line you added to the release file is "RELEASE=" not "SUPPORT="

dirk-zimoch commented 5 years ago

Oops. Fixed.