Error during 'make' after pull to rev fa98226 from MuseScore git
I just did a pull to upgrade to the latest commit -> fa98226
When I run make it gave an error:-
/usr/bin/c++
-x c++-header -g -O2;-DNDEBUG;-DQT_NO_DEBUG
-o all.h.gch all.h
CMake Error at mtest/libmscore/CMakeLists.txt:14 (subdirs):
subdirs Incorrect SUBDIRS command. Directory: pitchsplit does not exists.
CMake Warning (dev) in share/CMakeLists.txt:
The source directory
/home/turtle/MuseScore/share/workspaces
does not contain a CMakeLists.txt file.
CMake does not support this case but it used to work accidentally and is
being allowed for compatibility.
Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
"cmake --help-policy CMP0014" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
make[1]: Entering directory `/home/turtle/MuseScore/build.release'
make[1]: *** No rule to make target `lrelease'. Stop.
make[1]: Leaving directory `/home/turtle/MuseScore/build.release'
make[1]: Entering directory `/home/turtle/MuseScore/build.release'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/turtle/MuseScore/build.release'
make: *** [release] Error 2
Thinking maybe this is a problem with the pull, I deleted the MuseScore directory and re-cloned it from the git.
Same problem occurs with 'make'.
Comments
It should be fixed in ead3536b3e
In reply to It should be fixed in by [DELETED] 5
Yes, thanks lasconic. It has compiled fine now.