dora icon indicating copy to clipboard operation
dora copied to clipboard

Add fix for cmake in cmake-dateflow example

Open bobd988 opened this issue 1 year ago • 1 comments

Under Ubuntu 20.04 in examples/cmake-dataflow and after running make install command there are some errors saying undefined reference , for example

...
/home/demo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/sys/mman.rs:580: undefined reference to `shm_open'
...

The fix was found by RuPingCen by adding a few missing libraries. Verified works.

bobd988 avatar Apr 21 '24 00:04 bobd988

This is related to #486, right?

phil-opp avatar Apr 21 '24 11:04 phil-opp