Jason Harris | 14 Nov 2005 16:41
X-Face

Re: Trying to build kdelibs4-snapshot

On Monday 14 November 2005 08:11, you wrote:
> Confirmed!  It's compiling now, hooray!
>

Just when you thought you were rid of me...

scons: *** Source `dcop/libkdeinit_dcopserver.la' not found, needed by target 
`build/dcop/dcopserver'.  Stop.

Looks like a builddir != srcdir problem.  How do I fix it?  I've never done 
bd!=sd.

BTW, neither dcop/ nor build/dcop/ contain libkdeinit_dcopserver.la.  
build/dcop contains libkdeinit_dcopserver.dylib...

thanks,
Jason
--

-- 
KStars: KDE Desktop Planetarium
http://edu.kde.org/kstars
Benjamin Reed | 14 Nov 2005 16:55
Picon

Re: Trying to build kdelibs4-snapshot

On 11/14/05, Jason Harris <kstars <at> 30doradus.org> wrote:

> scons: *** Source `dcop/libkdeinit_dcopserver.la' not found, needed by target
> `build/dcop/dcopserver'.  Stop.
>
> Looks like a builddir != srcdir problem.  How do I fix it?  I've never done
> bd!=sd.
>
> 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']=0
        env['DEPFILE']=1

and change 0 to 1 and 1 to 0.  :)

Gmane