Compilation failure - commit b9b5d20
Just tried to compile this commit after deleting build.release and win32install directories to get a clean build.
It has failed with this error:
[ 0%] Building CXX object thirdparty/qzip/CMakeFiles/qzip.dir/qzip.cpp.obj
cc1plus.exe: fatal error: C:/GitHub/MuseScore/build.release/all.h: No such file
or directory
Full compiler log attached.
Has someone been tinkering with the Make file again?
Attachment | Size |
---|---|
CompilerLog-170414.txt | 16.85 KB |
Comments
Copying all.h from Github/MuseScore into build.release has got compilation going again.
If someone will let me know which Makefile to change I will sort it and put in a pull request.
In reply to Copying all.h from by ChurchOrganist
The copy is done here
https://github.com/musescore/MuseScore/blob/master/CMakeLists.txt#L356
There have been no changes to this line recently. The only thing I can think of is a change in the dependency order...
In reply to The copy is done by [DELETED] 5
Found it. Should be fixed in 0fb13153ce