Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fix for cmake in cmake-dateflow example #485

Open
bobd988 opened this issue Apr 21, 2024 · 1 comment
Open

Add fix for cmake in cmake-dateflow example #485

bobd988 opened this issue Apr 21, 2024 · 1 comment
Labels
cli CLI

Comments

@bobd988
Copy link
Contributor

bobd988 commented Apr 21, 2024

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.

@github-actions github-actions bot added the cli CLI label Apr 21, 2024
@phil-opp
Copy link
Collaborator

This is related to #486, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli CLI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants