-
I'm having compilation issues and I wonder what I should be expecting in terms of which version of the library to use. For example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You're using the 5.10 kernel io_uring.h header, you should use the one that ships with liburing. I'm guessing your build system changes made it pick up another one rather than the src/include/liburing/io_uring.h it should be using. |
Beta Was this translation helpful? Give feedback.
You're using the 5.10 kernel io_uring.h header, you should use the one that ships with liburing. I'm guessing your build system changes made it pick up another one rather than the src/include/liburing/io_uring.h it should be using.