View previous topic :: View next topic |
Author |
Message |
tooobi n00b
Joined: 25 Apr 2002 Posts: 11
|
Posted: Thu Apr 25, 2002 11:20 am Post subject: kpilot not in kde-base/kdepim/kdepim-3.0.ebuild |
|
|
can somone of you guys, running kde3 tell me, whether my system is misconfigured, or if there really was no kpilot executable installed during merge?
is there someone out here, that runs kpilot using gentoo?
~tooobi |
|
Back to top |
|
|
zyta2k n00b
Joined: 29 Apr 2002 Posts: 7 Location: Switzerland
|
Posted: Wed May 01, 2002 2:32 pm Post subject: kpilot not in kde-base/kdepim/kdepim-3.0.ebuild |
|
|
Same problem for me
Didn't see kpilot either...
but i know where's the problem: the ./configure script searches for pi-file.h and/or the pisock library if it doesn't find them it disables kpilot.
The problem:
libpisock.so is in /usr/lib
Aha... *hrm* backtracing... searching for "pi-file.h"
found in /usr/include/libpisock
But the above directory isn't in the INCLUDE path !
have to add it using ./configure --with-extra-includes=/usr/include/libpisock !
HACK to compile Kpilot in
change in the file /usr/portage/eclass/kde-dist.class the line
myconf="$myconf --enable-final"
to
myconf="$myconf --enable-final --with-extra-includes=/usr/include/libpisock"
PS: pilot-link has to be merged |
|
Back to top |
|
|
Fmangeant n00b
Joined: 13 Apr 2002 Posts: 30 Location: France
|
Posted: Wed May 01, 2002 9:40 pm Post subject: |
|
|
It's included in kde-base/kdepim-3.0-r1 (conditional on 'pda' USE flag), but it's version 4.3.0b, which is defined as alpha quality. |
|
Back to top |
|
|
|