-
Notifications
You must be signed in to change notification settings - Fork 32
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
configure.ac has two operating systems hard-coded, posix-clocks-foo.scm related? #72
Comments
In posix-clocks-common,
|
posix-clocks-common.scm analysis:
NetBSD pthread_t is really a pointer to struct. |
@gdt I believe we should be OK closing this issue now, right? |
I think it's ok, and things have certainly changed. So I will hit close and start over if I find anything else. Thanks for all the fixes |
Trying to build/test #53 on NetBSD, I got an error:
because of Makefile's
I then found in configure.ac:
I don't understand why this exists; I'm guessing that despite posix-clocks-foo starting with posix, it might use beyond-posix features? I would hope that we can end up with a build that works on pretty much any modern posixy system without per-platform code, but it looks like this is ffi glue code and needs to know types (which are left unspecified by posix).
The text was updated successfully, but these errors were encountered: