[gobolinux-users] Compile KDE-Base fails in Rootless due to kbookmarknotifier.h
mpb.mail at gmail.com
mpb.mail at gmail.com
Fri Feb 23 22:14:31 UTC 2007
> On 2/23/07, mpb.mail at gmail.com <mpb.mail at gmail.com> wrote:
> >
> > pre_build() {
> > ln -sf ${KDE-Libs_path}/3.5.5/include/kbookmarknotifier.h $target/include/kboo
> > kmarknotifier.h
> > }
> >
> > "${KDE-Libs_path}" looks like a bad variable name to me, due to the dash.
On 2/23/07, Lucas C. Villa Real <lucasvr at gobolinux.org> wrote:
>
> I think that needs to be replaced by '_' instead. Can you check that?
None of the following work properly:
echo ${KDE-Libs_path}
echo $KDE-Libs_path
echo $KDE_Libs_path
echo ${KDE_Libs_path}
Andy Feldman's proposal (copied from "NewVersion"?) seems to work.
$goboPrograms/KDE-Libs/3.5.5
(Aside: Not that it matters, but I have no idea what "NewVersion" is/means.)
I simply kludged the recipe with a fixed path to get it to work. But
that is not a long-term solution.
-mpb
More information about the gobolinux-users
mailing list