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

NetBSD Build Errors #416

Open
time-killer-games opened this issue Oct 29, 2024 · 0 comments
Open

NetBSD Build Errors #416

time-killer-games opened this issue Oct 29, 2024 · 0 comments

Comments

@time-killer-games
Copy link
Contributor

time-killer-games commented Oct 29, 2024

Got someone else online to test boost process for me on their NetBSD machine and these are the errors they got:

In file included from ../../../../libs/filesystem/src/directory.cpp:38:
../../../../libs/filesystem/src/directory.cpp: In function ‘int boost::filesystem::detail::{anonymous}::dir_itr_fd(const boost::filesystem::detail::dir_itr_imp&, boost::system::error_code&)’:
../../../../libs/filesystem/src/directory.cpp:273:16: error: expected id-expression before ‘(’ token
  273 |     int fd = ::dirfd(static_cast< DIR* >(imp.handle));
      |                ^~~~~
In file included from ../../src/posix/close_handles.cpp:88:
../../src/posix/close_handles.cpp: In function ‘void boost::process::v2::posix::detail::close_all(const std::vector<int>&, boost::system::error_code&)’:
../../src/posix/close_handles.cpp:188:21: error: expected id-expression before ‘(’ token
  188 |     auto dir_fd = ::dirfd(dir.get());
      |                     ^~~~~

Note, the above errors should be all that's left hopefully once my recent pull request gets merged.

Special thanks to @NishiOwO for testing boost process on NetBSD using my pull request's branch.

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

1 participant