Re: Trying to build kdelibs4-snapshot
Benjamin Reed <[email protected]> Mon, 14 Nov 2005 10:55:17 -0500
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <[email protected]> |
On 11/14/05, Jason Harris <[email protected]> wrote: > scons: *** Source `dcop/libkdeinit_dcopserver.la' not found, needed by ta= rget > `build/dcop/dcopserver'. Stop. > > Looks like a builddir !=3D srcdir problem. How do I fix it? I've never = done > bd!=3Dsd. > > BTW, neither dcop/ nor build/dcop/ contain libkdeinit_dcopserver.la. > build/dcop contains libkdeinit_dcopserver.dylib... yeah, AFAIK they've started working on .dep support (a replacement for libtool .la files) and it's enabled ,but a number of the SConscripts still reference .la files. For now, the best thing to do is edit bksys/generic.py and look for the bit with: env['LIBTOOL']=3D0 env['DEPFILE']=3D1 and change 0 to 1 and 1 to 0. :)