Fredrik Fornwall

Results 142 comments of Fredrik Fornwall

> Previous version of gdal 3.9.1 also failed with same clang error. This could be another ndk r27 bug. Haven't looked into the details, but it might be this llvm...

Fix not in NDK r27b, but filed https://github.com/android/ndk/issues/2070 to get the fix included in the NDK.

Closing this as curl 8.10 is out and packaged now.

Thanks for reporting! I don't know much about Windows myself. What would be the drawback of `rust-script` having `#![windows_subsystem = "windows"]` (what happens in that case when rust-script is run...

@wintersnare Thanks a lot! I added `AttachConsole` as you show to https://github.com/fornwall/rust-script/pull/101 (the `windows-subsystem` branch), so please test it out if you can!

@wintersnare Thanks for all this helpful information! Perhaps the python way - distributing two binaries, and using two file extensions - is the best way then?

I've raised the question in the `termux/dev` chat, if we want to start merging these kind of patches to prepare for this repository serving both `targetSdk=29` builds.

@joseluis Thanks for the suggestion, sounds interesting. Thinking about it and experimenting.

Regarding https://github.com/termux-play-store/termux-packages/commit/2bef6d4591e1ab5e0ba3e588a5ce19559bdd3d1e - always starting `$PREFIX` from a clean slate and install dependencies from .deb/.pkg packages (regardless if they are built locally or not) - I think that's a good...