Now builds but crashes on opening

• Jun 18, 2011 - 21:34
Type
Functional
Severity
S4 - Minor
Status
closed
Project

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

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.

Title 4391 doesn't build on Mac OS X 10.6.7 Now builds but crashes on opening

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.

Attachment Size
4391-crash.txt 33.07 KB