|
03:35
rakkable left
03:36
rakkable joined
10:54
lizmat left
10:55
lizmat joined,
lizmat left
11:05
librasteve_ left
13:21
lizmat joined
19:43
timo left
20:01
timo joined
20:55
MasterDuke joined
|
|||
| MasterDuke | not quite sure what's up with github.com/MoarVM/MoarVM/pull/1967 | 21:07 | |
| tellable6 | 2025-10-20T05:52:34Z #moarvm <patrickb> MasterDuke: That's impressive! I'm willing to help. Which are you less fond of? Windows or MacOS? | ||
| MasterDuke | moarvm builds on my laptop (asahi linux (aarch64)). libffi builds on my desktop (x86-64 linux) when i run the commands manually, but fails with `../src/tramp.c:365:41: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]` when i try to build moarvm | 21:10 | |
| and neither of those outcomes are what i see in the azure logs | |||
| some of the azure errors seem to be because ffi.h isn't available yet. so i need moarvm to build the 3rdparty module before it tries to build itself | 21:13 | ||
| ah. if i remove `-Werror=pointer-arith` from the moarvm CFLAGS then moarvm builds on the branch | 21:22 | ||
| hm, now how to do that for just libffi... | 21:35 | ||
|
21:35
kjp left
|
|||
| MasterDuke | huh. changing `CFLAGS=\'$(CFLAGS)\'` to `CFLAGS=\'$(CFLAGS) -Wno-error=pointer-arith\'` in libffi's section of setup/build.pm doesn't actually modify the CFLAGS libffi gets... | 21:37 | |
| but afk for a while & | 21:38 | ||
|
21:42
MasterDuke left
|
|||