You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
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.
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
The text was updated successfully, but these errors were encountered: