Hi Johannes, > So somehow the runtime version is still written twice - once using the > wrong version (1.8)
I ran into the same issue and was able to fix it by providing a user config file containing "RUNTIME_VERSION=gnustep-1.9" to GNUstep make using --with-user-config-file=<file>. This is caused by library-combo.make always adding 1.8 if RUNTIME_VERSION is unspecified using the ng runtime, which seems like something that should be revisited (esp. now that newer runtime versions are recommended): https://github.com/gnustep/tools-make/blob/14a1d33/library-combo.make#L46-L48 Hope that helps! Frederik _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
