Are any of the musescore developers using Xcode on the Mac? I'd like to get some help as I'm pretty new to lots of things at the same time. If one of the developers who knows something about the Mac development environment can help me it would be really great. Thanks in advance.
As an experiment to try to understand how to use Xcode before attempting any edits on the musescore code base, i'm trying to compile a pretty simple c++ program which uses the boost library. I'm not even sure whether or not musescore uses it and I don't care yet. I've installed boost (at least I think I have), installation log is below, but I can't make the compiler find the include files. How do I figure out where port installed the boost include files or whether it did at all? Here is the install log. bash-3.2$ sudo port install boost Password: Sorry, try again. Password: Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'. ---> Computing dependencies for boost ---> Dependencies to be installed: icu ---> Fetching archive for icu ---> Attempting to fetch icu-54.1_0.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/icu ---> Attempting to fetch icu-54.1_0.darwin_14.x86_64.tbz2.rmd160 from http://lil.fr.packages.macports.org/icu ---> Installing icu @54.1_0 ---> Activating icu @54.1_0 ---> Cleaning icu ---> Fetching archive for boost ---> Attempting to fetch boost-1.56.0_2+no_single+no_static+python27.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/boost ---> Attempting to fetch boost-1.56.0_2+no_single+no_static+python27.darwin_14.x86_64.tbz2.rmd160 from http://lil.fr.packages.macports.org/boost ---> Installing boost @1.56.0_2+no_single+no_static+python27 ---> Activating boost @1.56.0_2+no_single+no_static+python27 ---> Cleaning boost ---> Updating database of binaries ---> Scanning binaries for linking errors ---> No broken files found. -- View this message in context: http://dev-list.musescore.org/need-help-with-xcode-tp7579086.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
