Results 51 comments of Ethan

This also looks like a musl error. ``` [411/543] Compiling ../src/asttooling/asttoolingPackage.cc ninja: job failed: /usr/bin/clang++ -Iboehmprecise -Iboehmprecise/generated -O3 -g -fPIC -ffile-prefix-map=boehmprecise/generated=/usr/share/clasp/generated -ffile-prefix-map=boehmprecise/lib=/usr/lib/clasp -Wno-macro-redefined -Wno-deprecated-declarations -Wno-deprecated-register -Wno-expansion-to-defined -Wno-return-type-c-linkage -Wno-invalid-offsetof -Wno-#pragma-messages -Wno-inconsistent-missing-override...

Now I'm stuck - I'm not sure why this build error occurs: https://0x0.st/Hs2S.ANOBfl

@yitzchak Even when the dependencies are cached, the built still errors out. I'm pretty sure it's bdwgc - the mach_dep.c file is missing an include I think. Is there a...

musl does have getcontext: https://git.musl-libc.org/cgit/musl/tree/include/ucontext.h#n17

I'm working on trying to fix musl support on my own fork here: https://github.com/ehawkvu/clasp/tree/musl It has all of the fixes currently mentioned in this issue already, easily cherry-pickable.

Just had a successful build - I'll update this issue with the steps required. Admittedly, there are a couply hacky parts of the build, since there is some inflexibility in...

Here is the build script that I am using: (also available [here](https://github.com/ehawkvu/kiss-personal/blob/master/langs/clasp-cl-git/build)) ```shell #!/bin/sh if kiss list musl; then sed '/#+freebsd/a#+linux (append-ldlibs configuration "-lexecinfo")' \ src/koga/units.lisp > _ mv -f...

@kyx0r It's nice to hear from you again! Glad that you were able to make webkit build - I haven't had any luck on my laptop for a while when...

Any chance that either of you have been able to build webkit? I haven't had the time to devote to testing to see if the more recent releases build.

Does it compile with both gcc & clang then? Which compiler was giving you errors?