This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
habere-et-disper Hello rakoons ! :] 21:51
Is the link failure of 2023-11-01 known ?
I get a `Undefined symbols`  when compiling.
MasterDuke where/how are you building? it builds fine for me 21:58
habere-et-disper macOS, using the star instructions 22:32
`linking libmoar.dylib 22:33
Undefined symbols for architecture x86_64:
  "_preadv", referenced from:
      _uv__fs_work in libuv.a(fs.o)
  "_pwritev", referenced from:
      _uv__fs_work in libuv.a(fs.o)
ld: symbol(s) not found for architecture x86_64`
A little earlier in the log: 22:56
"3rdparty/libuv/src/unix/fs.c:434:11: warning: implicit declaration of function 'preadv' is invalid in C99 [-Wimplicit-function-declaration]
      r = preadv(fd, bufs, nbufs, off);"
Not sure if that is relevant.