epics-modules / dxp

EPICS support for digital x-ray spectroscopy electronics from X-ray Instrumentation Associates (XIA)
2 stars 3 forks source link

DXP should not allow building on 64-bit Linux #3

Closed MarkRivers closed 6 years ago

MarkRivers commented 7 years ago

Currently dxp will build OK on 64-bit Linux, but the resulting application will not work because the Handel library is not currently 64-bit safe. dxpApp/src/Makefile and dxpApp/handelSrc/Makefile prevent 64-bit builds on Windows, but not on Linux. This should be fixed.

MarkRivers commented 6 years ago

This is resolved in R5-0 where 64-bit architectures are supported.