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

Example code does not work with build of 418a2e9 #136

Open
aljohnston112 opened this issue Jul 11, 2024 · 3 comments
Open

Example code does not work with build of 418a2e9 #136

aljohnston112 opened this issue Jul 11, 2024 · 3 comments

Comments

@aljohnston112
Copy link

I followed the build instructions here and every single command finished successfully:
https://ned14.github.io/llfio/md__build.html

I tried following this example:
https://github.com/ned14/llfio/blob/develop/example/mapped_file.cpp

but this line:
namespace llfio = LLFIO_V2_NAMESPACE;

throws an error:
fatal error: quickcpplib/cpp_feature.h: No such file or directory

@aljohnston112
Copy link
Author

And including that leads to
fatal error: outcome/coroutine_support.hpp: No such file or directory
No where is boost mentioned in the build instructions.

@aljohnston112
Copy link
Author

So it turns out the build instruction did not install the install folder in the cmake directory, so I moved those to usr/local/include, and got the following error message.

undefined reference to `ERR_get_next_error_library'

@ned14
Copy link
Owner

ned14 commented Sep 5, 2024

Thanks for the BR, and sorry for the delay in getting to this. I have been working on R7 of the path_view paper for over two months and I only just finished that up yesterday.

Try the improved build instructions and tell me how it goes.

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

No branches or pull requests

2 participants