Martin Storsjö
Martin Storsjö
Sorry, no idea - I have never seen such `#import` statements (outside of Objective C), so apparently there's something there that doesn't work.
I'm not quite sure what you refer to here - the two blocks of code you quoted are identical, and our `build-python.sh` script doesn't contain any instance of `--fPIC`: https://github.com/mstorsjo/llvm-mingw/blob/master/build-python.sh#L149-L156
After applying patches on mingw-w64, you need to run autoreconf in mingw-w64-crt. Note that those dlls actually seem to be missing on 32 bit arm (but they exist on 64...
I pushed that patch now, thanks! FWIW, for similar cases in the future, you don't need to rebuild all of the toolchain just to get a missing import library. You...
> At least for AviSynth+, armv7 on Windows won't really be considered a supported combination, so that's not as critically important in that particular circumstance. Are some of the Microsoft...
Hi, I think this might be a bug/"missing feature" for mingw/itanium cases of extern TLS objects in combination with LTO. Extern TLS objects, i.e. ones that are accessed across object...
FWIW, I think that problematic TLS variable in LLDB was moved/simplified in the 14.0.0 release, so this issue should no longer pop up, even if the underlying issue with external...
This sounds like the issue described at https://github.com/mstorsjo/msvc-wine?tab=readme-ov-file#fatal-error-c1902-program-database-manager-mismatch-please-check-your-installation and https://github.com/mstorsjo/msvc-wine/issues/6; if you install `winbind`, this should usually work, if you have the latest versions of all scripts (since https://github.com/mstorsjo/msvc-wine/pull/65). Otherwise,...
> I do have winbind (well samba with winbindd if I understand right) installed, do I have to start a systemd unit or something? Sorry, no idea... If you're interested...
> Now I'm getting a file path issue, should I open a new bug report for this? > > ``` > LINK : fatal error LNK1104: cannot open file 'z:\opt\msvc\kits\10\lib\10.0.22621.0\ucrt\x64\ucrtd.lib'...