Kay Hayen

Results 1287 comments of Kay Hayen

If somebody wanted to take this on, be my guest. It would require no deep knowledge.

As an aside, how portable are github action Python installations anyway? They might be compiled towards only macos-latest, meaning the binaries are not backportable.

Says Nuitka: > Nuitka:INFO: Created binary that runs on macOS 10.15 (x86_64) or higher. Not too bad, CPython does 10.9, not sure about Anaconda.

So, this has been fixed in a hotfix release, turns out CPython was broken too after my dependency scanner rewrite. The main Python DLL was not updated.

Thanks, that is a nice report. There is code in Nuitka against it already: ``` # Hack to make Scons use tempfile for gcc linking, to avoid line length limits,...

The example code has a few pasting mistakes, but don't worry, I got it.

I wonder if you have a different scons version in use, that the inline copy one, and that is why. I would be interested in the "LINKCOM" value of the...

No worries, I reproduced it even with my Debian Buster.