Op dinsdag 26 mei 2009, schreef Frederick Dennis:
> With 0.7.9, the make install produces:
> CMake Error at cmake_install.cmake:36 (FILE)
> cannot copy file frescobaldi to /usr/bin/frescobaldi
>
> As a new user of linux, I have no idea why frescobaldi cannot be copied
> to the bin directory, but it is very galling to have fallen at the final
> hurdle.

Do you have write permission to /usr/bin ? In other words, do you use:

sudo make install

or:

su -c "make install"

? Regarding the meinproc4 issue, if CMake somehow does not find it, try:

cmake . -DCMAKE_INSTALL_PREFIX=/usr/local 
-DKDE4_MEINPROC_EXECUTABLE=/usr/bin/meinproc4

(where /usr/bin/meinproc4 should be the full path to meinproc4)

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to