Robert M. Mather
Robert M. Mather
We've been using com4j happily for years but the software we integrate with is about to start requiring a license key and we're trying to figure out if that's something...
I often end up running dploy into a directory where some subset of the files I'm linking to already exist. I'm glad I get warnings about that, and that it...
``` /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...
I fixed this by cloning a later version (`0.8.6`) into `~/common-lisp` so Quicklisp would pick that up instead of `0.8.3`, which it was picking before. I also tried adding a...