CBQN fails to build on Cygwin with Clang
actalley opened this issue · 4 comments
actalley commented
The Cygwin Clang package is stuck on version 8 with no maintainer. Some change in the last couple of weeks appears to prevent CBQN from building on Clang 8. @dzaima pointed out builds succeed with Clang 8 on linux. On Cygwin the build is failing with make outputting Error 127
for .o
files on makefile line 257.
I’m going to use CC=”gcc” as a workaround on Cygwin builds while I decide what to do about this.
actalley commented
I don't know what is causing this problem. The larger issue is if it is worth investigating further at all, given the goal is to eliminate Cygwin dependencies.
actalley commented
actalley commented
actalley commented
Dropping Cygwin builds. MSYS2 builds only until that breaks as well, or I'm able to release native builds.