Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
841 stars 105 forks source link

Can't build v1.12.1 on win64 #408

Closed ro6 closed 1 year ago

ro6 commented 2 years ago
/mingw64/bin/x86_64-w64-mingw32-gcc -include ../platform-win64.h -c ../pmcl-kernel.c -DWIN_64 -DWINDOWS -D_REENTRANT -DX86 -DX8664 -D_GNU_SOURCE -DHAVE_TLS -DEMUTLS -DTCR_IN_GPR -DVC_REVISION="unknown" -g -O2 -Wno-format  -m64 -o pmcl-kernel.o
make: *** [Makefile:97: pmcl-kernel.o] Error 1

seems to be the relevant failure. Pretty nondescript "Error 1" and make -d wasn't much better.

This is on msys2 20220128.0.0 installed with Choco.

image

xrme commented 1 year ago

Let's use #425 for the Windows build problems.