Re: [Mscore-developer] help compiling with xcode

2015-04-14 Thread Jim Newton
Thanks. I’m using xcode 6.3. And I don’t see Product-Edit Scheme.. I did find the following It is actually Product - Scheme -Edit Scheme Then if I select the Options tab I see the form shown below. Perhaps the wiki page needs to be updated??? Anyway when I unchecked the box you suggested, my

Re: [Mscore-developer] help compiling with xcode

2015-04-14 Thread Lasconic
In Xcode 5 and 6, you might need to uncheck “Allow debugging when using document Versions Browser” in Product--Edit Scheme .. --Run mscore.app. Otherwise --NSDocumentRevisionsDebugMode YES gets passed to MuseScore, and it doesn't know how to handle it. See

[Mscore-developer] help compiling with xcode

2015-04-14 Thread Jim Newton
I'm pretty new to xcode (and to C++ for that matter). I've setup my environment on my Mac to use xcode to compile musescore as a developer. This works great usually. In musescore there are targets which I can select with the mouse. In particular there is a mscore target. Normally when I press the

Re: [Mscore-developer] Qt and OpenType

2015-04-14 Thread Maurizio M. Gavioli
lasconic wrote According to https://bugreports.qt.io/browse/QTBUG-18980 Harfbuzz-NG is the default *shaper* now in Qt 5.4. Glad to know! This seems a step in the right direction. My understanding is that the font *layouting rendering* is still different per platform[...] Thanks for the