Attention is currently required from: Thomas Heijligen, Peter Marheine.
3 comments:
Patchset:
Good news: tests pass on OpenBSD with the patchset2!
I want however to try and reduce the number of `#` here, maybe merge all BSDs hacks into one, maybe hiding them in separate c file.
A wilder idea: maybe we can just always unconditionally create "doing nothing" thread (for all OSes), how bad that would be? Which would be the same code but without `#`
File tests/meson.build:
Patch Set #1, Line 114: '-lpthread',
The meson documentation says you should use `dependency('threads')` for this: https://mesonbuild. […]
Peter, thank you so much, this really helped! this is what was missing!
Patch Set #1, Line 124: '-Dpthread',
This is causing your problem; it makes the preprocessor expand `struct pthread;` to `struct ;`. […]
Thank you!
For some reason, tests pass even without including `sys/time.h`. Could that be because it is already included via some other include?
To view, visit change 74157. To unsubscribe, or for help writing mail filters, visit settings.