Now builds but crashes on opening
I got this build error:
/Users/dev/musescore/mscore/mscore/mscore/pa.cpp:23:19: error: score.h: No such file or directory
/Users/dev/musescore/mscore/mscore/mscore/pa.cpp: In member function 'virtual bool Portaudio::init()':
/Users/dev/musescore/mscore/mscore/mscore/pa.cpp:92: error: 'debugMode' was not declared in this scope
.
.
.
** BUILD FAILED **
The following build commands failed:
mscore:
CompileC /Users/dev/musescore/mscore/build/mscore/mscore.build/Release/mscore.build/Objects-normal/i386/pa.o /Users/dev/musescore/mscore/mscore/mscore/pa.cpp normal i386 c++ com.apple.compilers.gcc.4_2
(1 failure)
make: *** [release] Error 1
Looks as though score.h
is missing. How do I get it and where does it go?
Comments
I should have checked, but there is a score.h in
mscore/libmscore
, so it could be a reference that is wrong.Confirmed on Windows as well, R4391. I suspect as well it was a last minute typo.
Update: I changed the reference in pa.cpp from "score.h" to "libmscore/score.h" and it compiles now. Just something that was overlooked.
With the correction suggested by schepers, 4391 builds on Mac OS X 10.6.7 but the application crashes on opening. Log file attached for anyone interested.
My suspicion is that this was fixed long ago, since we are now at 4946.
Automatically closed -- issue fixed for 2 weeks with no activity.