Darren Garnier
Darren Garnier
One should be able to build in a way to allow prior versions. (There is a mechanism and option in the linker.. if it isn't there now, I can look...
Hi Timo, Yes.. you are right. `event_ast` uses the correct prototype. The problem was I was using the "old method" of a mdsip based monitor server. This will use `ServerSendMessage`...
The current ./bootstrap is not actually working. It makes .c files from .l and .y in the source tree, but the cmake files expect them to be in the build...
Can confirm.. doesn't work for me either. Either with [arch=arm64] or with [arch=aarch64]. Seems like a trivial thing to add to Jenkins.
Comments/Questions: - Will it be an "all features" package, or broken into parts, or have variant features that are enabled? - One could also use macports, with which one could...
The issue is that the PyPI version has a "universal2" Mac package that doesn't actually have a universal binary, but an intel binary in it. I'm not sure if these...
It is horribly complex. On my own open source project, I started using ciwheelbuild to do it all for me. Seems to work, and is both simpler and then if...