llfio icon indicating copy to clipboard operation
llfio copied to clipboard

Example code does not work with build of 418a2e9

Open aljohnston112 opened this issue 1 year ago • 3 comments

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 avatar Jul 11 '24 20:07 aljohnston112

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 avatar Jul 11 '24 20:07 aljohnston112

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'

aljohnston112 avatar Jul 12 '24 15:07 aljohnston112

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.

ned14 avatar Sep 05 '24 10:09 ned14