> Am 22.06.2016 um 12:29 schrieb Riccardo Mottola <[email protected]>: > > Hi, > > Riccardo Mottola wrote: >> >> so where is it getting the wrong old version? > > I removed everything in /System and /Local rebuilt and reinstalled and now it > works. > > I don't understand what was wron before though, it worries me. I did > uninstall, clean and reinstall. Strange. > > Where could the backend version be "stored" ?
When you update gnustep-gui and gnustep-back to a new version, your applications aren't updated automatically, so they were still linked against libgnustep-gui.so.0.24 and apparently that library was still present on your system (it isn't removed when you install a newer version of gnustep-gui) and that library tries to load the 0.24 version of the backend bundle. Wolfgang _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
