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

Fixed a missing dependency in CMakeLists for mproc_manager #72

Merged
merged 1 commit into from Apr 25, 2024

Conversation

etremel
Copy link
Contributor

@etremel etremel commented Apr 24, 2024

The CMakeLists declaration for mproc_manager did not declare its dependency on libwsong::ipc, so the build would fail with the error "wsong/ipc/ring_buffer.ipc could not be found" if libwsong is installed anywhere other than a default system directory like /usr/local/. Adding this declaration fixes it so the target's include path includes the installed location of libwsong when compiling.

Also fixed the install scripts that use mktemp to properly clean up after themselves and delete the temp directory after installing, like I did earlier in Derecho.

The CMakeLists declaration for mproc_manager did not declare its
dependency on libwsong::ipc, so the build would fail with the error
"wsong/ipc/ring_buffer.ipc could not be found" if libwsong is installed
anywhere other than a default system directory like /usr/local/.

Also fixed the install scripts that use mktemp to properly clean up
after themselves and delete the temp directory after installing, like I
did earlier in Derecho.
@etremel etremel requested a review from songweijia April 24, 2024 23:09
@songweijia
Copy link
Contributor

Thank you for identifying this!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes reviewed.

@songweijia songweijia merged commit 37980ac into master Apr 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants