kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
271 stars 40 forks source link

Fails To Build On Pinebook Pro (Manjaro, ARM64) #96

Closed tekktonic closed 2 years ago

tekktonic commented 2 years ago

Configure works fine, but it hits compiler errors on the actual make. Happens with both the latest release and HEAD. Kernel is 5.13.12-1-MANJARO-ARM. It fails to compile on both clang and gcc, but I've included the clang version since it's what would be used on BSDs and has better output. configure.log make.log

kristapsdz commented 2 years ago

This should now be fixed, as I've disabled seccomp for Linux systems by default. Sorry for the delay!

tekktonic commented 2 years ago

Just tested, compiles fine.

kristapsdz commented 2 years ago

Thanks for testing! I'll be release imminently with this in it.