Hello crews,

I'm trying to compile the latest GitHub snapshot according with instructions given here:
http://musescore.org/en/developers-handbook/compilation/compile-instructions-mac-os-x-git

I've tried to build from both IDE and command line. It fails with the following error:

/Users/XXXXXX/Qt5.1.1/5.1.1/clang_64/lib/QtGui.framework/QtGui:1:1: error: expected unqualified-id
\317\372\355\376

Moreover, the same command causes Xcode to spit out a galore of the following warnings: /Users/XXXXXX/Qt5.1.1/5.1.1/clang_64/lib/QtGui.framework/QtGui:1:6: warning: null character ignored [-Wnull-character]

My build environment looks like that:

Mac OS X 10.7.5
XCode 4.3.3
Qt 5.1.1

Does anyone have any idea what the problem may be?
Has anyone ever built Musescore with Qt 5.1.1?

I have to mention also that I wasn't able to reproduce the build environment as indicated in the above mentioned guide. The reason is that these instructions have become outdated. Below some comments on it:

*1. Install Xcode 4.6 from the Mac App Store*

App Store doesn't offer XCode 4.6 anymore. The actual version is 5.0.2 which requires at least OS X 10.8. So there is no chance for 10.7+ users. Older XCode versions are available for subscribed Apple developers only.

*7. Open a terminal and enter the following (in your home):**
**8. Append the following line to ~/.profile*
/PATH=$PATH:~/Qt/5.1.0/clang_64/bin//
//    and run source ~/.profile/

This one is plain wrong and should be

/export PATH=$PATH:~/Qt/5.1.0/clang_64/bin/
*
**In the meantime, QT 5.1 has been updated to 5.1.1.* This new version requires the following line in the ".profile":

/export PATH=$PATH:~/Qt5.1.1/5.1.1/clang_64/bin/

----------------------------------------------------------------

I also noticed that Musescore's XCode build relies on custom cmake scripts. Unfortunately, I couldn't find any information on what those scripts do and why. Could someone kindly explain me that or give me a hint where I can find such an explanation?

Thank you in advance!
Kind regards
Maxim
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to