aws / aws/clock-bound

macOS Support?

Open
#30 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
348
Forks
25
PR merge metrics
No merged PRs in 30d

Description

Hi friends, it seems that recent versions of clock-bound no longer compile on macOS. :(

```
❯ cargo run --features="daemon"
Compiling clock-bound v3.0.0-alpha.0 (/Users/mikes/repos/clock-bound/clock-bound)
error[E0432]: unresolved import `libc::ADJ_SETOFFSET`
--> clock-bound/src/daemon/time/timex.rs:6:5
|
6 | ADJ_SETOFFSET, MOD_FREQUENCY, MOD_NANO, MOD_OFFSET, MOD_STATUS, MOD_TIMECONST, STA_FREQHOLD,
| ^^^^^^^^^^^^^ no `ADJ_SETOFFSET` in the root

```

I'm not a rust developer, but I poked around a bit, and as far as I can tell, that constant isn't present on a mac.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.