cacao-org / cacao

Compute And Control for Adaptive Optics
GNU General Public License v3.0
24 stars 9 forks source link

stream_connect not declared #24

Closed drbitboy closed 1 year ago

drbitboy commented 1 year ago

due to recent changes in AOloopControl_IOtools/acquireWFSim.c

stream_connect has return value data type of an IMGID structure, but the compiler assumes it returns an int since there is no declaration.

I fixed this, but milk still fails to build as it cannot find libmkl_rt.so.

drbitboy commented 1 year ago

Never mind, I needed to merge dev in milk to fix this.