Re: Gorm won't start with gnustep-base-1.12.0
"Chris B. Vetter" <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On 3/29/06, Fabian Borschel <[email protected]> wrote: > I always run updatedb as root before using locate. Then it should work properly. > PS: Do you also have the libgnustep-base-1.11 in your > ...System/Library/Libraries/ dir? Yes and no. It exists but isn't used by Gorm, as reported by ldd(1) :0> ldd /Applications/Gorm.app/Gorm /Applications/Gorm.app/Gorm: [...] libgnustep-gui.so.0.10 => /Library/Libraries/libgnustep-gui.so.0.10 libgnustep-base.so.1.12 => /Library/Libraries/libgnustep-base.so.1.12 [...] So you might want to try that as well to figure out where the dependency to base-1.11 is coming from. -- Chris