Will Rieger
Will Rieger
Looks like the builds are failing related to #367
Does the libprotobuf version need to be pinned somewhere? I'm seeing [test build(s) fail](https://github.com/Point72/csp/actions/runs/11298146172/job/31426479589?pr=371) with `libprotobuf.dylib` version 5.27.5 (other builds as of 4 days ago were v4.*.*) seems like this...
``` symbol not found in flat namespace '__ZN3csp4Node11createAlarmERNSt3__110shared_ptrIKNS_7CspTypeEEEm' symbol not found in flat namespace '__ZN3csp4EnumINS_7CspType10TypeTraitsEE7mappingEv' symbol not found in flat namespace '__ZN3csp12CspArrayType6createERKNSt3__110shared_ptrIKNS_7CspTypeEEEb' ``` `createAlarm` from a node definition. While `Enum`...
From [this example](https://github.com/Point72/csp/tree/main/examples/05_cpp/1_cpp_node) ``` symbol not found in flat namespace '__ZN3csp14CycleStepTable8scheduleEPNS_8ConsumerE' ```
No problem. I'll try to produce a repro using an adapter or types sometime this week.