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

[openvsp] error: ‘CLOCK_MONOTONIC’ was not declared in this scope #256

Open
acxz opened this issue Sep 10, 2023 · 1 comment
Open

[openvsp] error: ‘CLOCK_MONOTONIC’ was not declared in this scope #256

acxz opened this issue Sep 10, 2023 · 1 comment

Comments

@acxz
Copy link
Owner

acxz commented Sep 10, 2023

[ 25%] Building CXX object exprparse/CMakeFiles/exprparse.dir/exprparse.cpp.o
/home/acxz/vcs/git/github/acxz/pkgbuilds/openvsp/src/buildlibs/DELABELLA-prefix/src/DELABELLA/delabella.cpp: In function ‘uint64_t uSec()’:
/home/acxz/vcs/git/github/acxz/pkgbuilds/openvsp/src/buildlibs/DELABELLA-prefix/src/DELABELLA/delabella.cpp:56:23: error: ‘CLOCK_MONOTONIC’ was not declared in this scope
   56 |         clock_gettime(CLOCK_MONOTONIC, &ts);
      |                       ^~~~~~~~~~~~~~~
/home/acxz/vcs/git/github/acxz/pkgbuilds/openvsp/src/buildlibs/DELABELLA-prefix/src/DELABELLA/delabella.cpp:56:9: error: ‘clock_gettime’ was not declared in this scope
   56 |         clock_gettime(CLOCK_MONOTONIC, &ts);
      |         ^~~~~~~~~~~~~
@acxz
Copy link
Owner Author

acxz commented Sep 10, 2023

upstream issue: OpenVSP/OpenVSP#273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant