[gobolinux-users] Compile KDE-Base fails in Rootless due to kbookmarknotifier.h

Andy Feldman nereusren at gmail.com
Fri Feb 23 14:19:12 UTC 2007


I had a problem with this in non-rootless as well.

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.

Well, you can test that pretty easily: add 'echo ${KDE-Libs_path}'
inside pre_build, and see if it outputs the correct path. The path was
fine for me (I think), but because I execute Compile as a normal user
who doesn't have write access to /Programs/KDE-Libs, the symlink can't
be created. I don't know what the permissions are on Rootless's
/Programs tree, but that might be the problem.

-Andy


More information about the gobolinux-users mailing list