Frederik Seiffert
Frederik Seiffert
New build error: ``` make[3]: *** No rule to make target `src/wasm32/ffitarget.h', needed by `all-am'. Stop. ```
@paulb777 @Xiaoshouzi-gh and chance to get this merged? Support for this has been requested multiple times in issues. 🙏
Partial duplicate of #11858.
I can confirm that while the #3137 has been fixed for packaged apps with recent Windows 10 updates, unfortunately the issue persists for unpackaged apps, though only some machines seem...
> It would be good to create a conditional configuration flag for disabling all deprecated (possibly performance degrading) APIs. That would be great. `WANT_DEPRECATED_KVC_COMPAT` would be another candidate for this...
> However, this branch now has additional changes we don't want in the release :-( You could check out the commit before the additional changes (I guess 2060863) and merge...
Thanks for adding these tests @qmfrederik. Did MSYS already get the libobjc2 fix so this could be merged?
Thanks for the update. Either way, I think it’s fine to wait too or alternatively we could mark the test as hopeful on MSYS to unblock merging this.
It looks like the libobjc2 MinGW package was updated to libobjc2-2.2.1-2 (from libobjc2-2.2.1-1), and now this test is [failing](https://github.com/gnustep/libs-base/actions/runs/12977492622/job/36190973949#step:15:76) in CI – any idea? ``` base/Functions/runtime.m: runtime.m:131 ... class_respondsToSelector() works...
FYI @gcasa marked these runtime tests as hopeful on Windows in https://github.com/gnustep/libs-base/commit/e8181d35fd0aa3cdae86f3c6caafab4dbb2378e9. It’s passing on MSVC though.