make install_plugins_manual doesn't use CMAKE_INSTALL_PREFIX path

• Sep 11, 2012 - 07:18
Type
Wording/Translation
Severity
S4 - Minor
Status
closed
Project

I compiled the latest trunk version.

When I do a make install_plugins_manual, all the plugins manual pages are installed in /usr/local/share/mscore-2.0/manual/plugins and not in ${CMAKE_INSTALL_PREFIX}/share/mscore-2.0/manual/plugins

YC


Comments

Now, with the change, I've got all the html files in ${CMAKE_INSTALL_PREFIX}/share/mscore-2.0/manual/plugins.
So, for me, now the installation of the plugins manual is OK.

YC

Status (old) closed needs info

I'm trying to compile musescore 2.0 (latest beta as of 1/14/2015) on a Windows 7 PC. I have
followed the instructions for downloading and making everything to the best
of my ability (all done on 1/14/2015). I'm using Qt Creator 3.3.0 based on Qt 5.4.0. I think the make nearly finished, but not quite: the text below is the end of the make message.

[ 97%] Building CXX object mscore/CMakeFiles/mscore.dir/qmledit.cpp.obj
[ 98%] Building CXX object mscore/CMakeFiles/mscore.dir/pluginManager.cpp.obj
Linking CXX executable MuseScore.exe
[ 98%] Built target mscore
Scanning dependencies of target genManual
[100%] Building CXX object manual/CMakeFiles/genManual.dir/genManual.cpp.obj
Linking CXX executable genManual.exe
[100%] Built target genManual
Scanning dependencies of target pluginDocumentation
Access is denied.
manual\CMakeFiles\pluginDocumentation.dir\build.make:50: recipe for target
'pluginDocumentation' failed
mingw32-make[2]: *** [pluginDocumentation] Error 1
CMakeFiles\Makefile2:4806: recipe for target
'manual/CMakeFiles/pluginDocumentation.dir/all' failed
makefile:126: recipe for target 'all' failed
mingw32-make[1]: *** [manual/CMakeFiles/pluginDocumentation.dir/all] Error 2
mingw32-make: *** [all] Error 2
13:54:37: The process "C:\Qt\Tools\mingw491_32\bin\mingw32-make.exe" exited
with code 2.
Error while building/deploying project mscore (kit: Desktop Qt 5.4.0 MinGW
32bit)
When executing step "Make"

By the way, no .exe file was generated. It appears that the problem involves
making the docs for plugins, but I was not able to track down the cause.

P.S. This is my first experience with Musescore development and using the Musescore forum. If I'm doing something wrong like posting this issue to the wrong place, please set me straight.

FWIW, I suspect this means you don't have execute permission in the build folder. If that doens't straighten you out, then indeed, a forum post is better, or to the developer's mailing list, or on IRC.