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

FATAL Error: poll.h: No such file or directory #4

Open
RensA22 opened this issue Sep 9, 2023 · 1 comment
Open

FATAL Error: poll.h: No such file or directory #4

RensA22 opened this issue Sep 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@RensA22
Copy link

RensA22 commented Sep 9, 2023

When adding this library to my project like described in the Readme.md, i get the following error.

In file included from /home/bumblebee/dev/optimal-sensor/lib/Modbus/src/Serial/connection.cpp:5:
/home/bumblebee/dev/optimal-sensor/lib/Modbus/include/MB/Serial/connection.hpp:15:10: fatal error: poll.h: No such file or directory
15 | #include <poll.h>

@Mazurel
Copy link
Owner

Mazurel commented Oct 13, 2024

Weird, this should be part of Linux development headers.

Do you have this file on your system: /usr/include/poll.h ?

@Mazurel Mazurel added the bug Something isn't working label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants