timerf_create does not exist on Mac OS system.Perhaps a call to a posix function will be ok. I'm reinstalling a new linux so i can not compare, i try on a Linux with Guile 3.0.1 but unfortunately (foreign-library) is missing.Hope i could have more info tomorrow....
On Tue, Jan 3, 2023 at 11:06 PM Olivier Dion <olivier.d...@polymtl.ca> wrote: > On Tue, 03 Jan 2023, Damien Mattei <damien.mat...@gmail.com> wrote: > > on Mac os i have (only) one error: > > In procedure dlsym: Error resolving "timerfd_create": > "dlsym(RTLD_DEFAULT, > > timerfd_create): symbol not found" > > I can replace timerfd with timer_create(). It's POSIX compliant. > > -- > Olivier Dion > oldiob.dev >