build on openSuse 11.3 fails with 1 compiel error

• Jan 19, 2011 - 00:17

I tried to build MuseScore on openSuse 11.3_64.
It fails with 2 errors: one compile error and another when liking the library fails.:

///home/frans/apps/MuseScore/mscore-0.9.6.3/mscore/scriptgen/qtbindings/core/qtscript_QEvent.cpp:217:7: error: ‘CocoaRequestModal’ is not a member of ‘QEvent’//
//make[3]: *** [scriptgen/qtbindings/core/CMakeFiles/qtscript_core.dir/qtscript_QEvent.cpp.o] Error 1//

The problematic source line is here :

static const QEvent::Type qtscript_QEvent_Type_values[] = {
QEvent::None
, QEvent::Timer
, QEvent::MouseButtonPress
.....
, QEvent::UngrabKeyboard
, QEvent::CocoaRequestModal
, QEvent::User
, QEvent::MaxUser
};

My openSuse 11.3 (64) system has an updated kernel and KDE, and Qt4.7 . this might have to do with Qt 4.7 ?

n.b.
I also found a link to the openSuse RPM in one of the posts, downloaded it en it works, installed it and it works (can see and hear the default song).


Comments

It's a known issue and has been fixed in the SVN. You can checkout the branch that will become MuseScore 1.0 with the following command.
svn co svn co https://mscore.svn.sourceforge.net/svnroot/mscore/branches/mscore-0-9-6/ mscore

Do you still have an unanswered question? Please log in first to post your question.