Re: more on kde4 build

Benjamin Reed <[email protected]> Wed, 9 Nov 2005 21:25:31 -0500
Newsgroups gmane.comp.kde.darwin
Message-ID <[email protected]>
On 11/9/05, [email protected] <[email protected]> wrote:

> For the sake of trying to generate discussion i was able to compile kdeco=
re on
> panther with some tiny modifications. For some reason bksys didn't detect
> sys/mman.h nor net/if.h, after some hack-ish modifications kdecore builds=
.

Hmm... can't speak for sys/mman.h but I specifically wrote a test for
it that should work.  What do you get in config.log when it's trying
to find them?

> Now i'm getting the following error:
>
> scons: *** Source `dcop/libkdeinit_dcopserver.la' not found, needed by ta=
rget
> `build/dcop/dcopserver'.  Stop.
> scons: building terminated because of errors

for now, edit bksys/generic.py and set env['LIBTOOL'] to 1 and
env['DEPFILE'] to 0, depfile isn't entirely working yet.