We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error is
# command ~.opam/5.0.0/bin/dune build -p eio_posix -j 1 @install # exit-code 1 # env-file ~.opam/log/eio_posix-26556-119cdd.env # output-file ~.opam/log/eio_posix-26556-119cdd.out ### output ### # -> stderr: # [...] # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | /tmp/build_33ec8a_dune/ocaml-configurator17a47a/c-test-0/test.c:80:12: error: use of undeclared identifier 'O_DSYNC' # | fatal error: too many errors emitted, stopping now [-ferror-limit=] # | 20 errors generated. # Error: failed to compile program
The text was updated successfully, but these errors were encountered:
I guess we can just remove that that.
Who is using FreeBSD 12, though? I only tested on FreeBSD 13.1 (it works there).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The error is
The text was updated successfully, but these errors were encountered: