Re: NSURL breaks libs-base building
Riccardo Mottola <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <[email protected]> |
Patrick Cardona wrote: > Looking for new errors in the relevant logs, I found a new error > 'linking framework MDKit': > and this 'ld.lld: error: unable to find library..." > These libs are: > - lFSNode > - lDBKit > - lMDKit MDKit is MetaDataKit from GWorkspace itself and it uses DBKit. Are you configuring it with --enable-gwmetadata? Or you did in the past and not now? FSNode comes from core GWorkspace instead. That really can't be missing if GWorkspace build is working well. Riccardo