Hello Francesco, Please make sure that you are building from the files in the BOINC GIT repository _master_ branch. These are the only ones which can be built as written using Xcode 5. All other branches and tags can be built only with older versions of Xcode (although it would undoubtedly be possible to modify the projects and source files to build with Xcode 5.)
Also, please note the most important statement in the build instruction: > Note: the information in this document changes from time to time for > different versions of BOINC. For any version of BOINC source files, the > corresponding version of this document can be found in the source tree at: > > boinc/mac_build/HowToBuildBOINC_XCode.rtf So be sure to use the build instructions in the GIT repository branch you are building with (in this case, master.) Of special note is that the BOINC Manager in master requires wxWidgets 3.0 rather than the older wxWidgets 2.8.10 used by earlier versions. But of course if you are building a project application, you need only build the BOINC libraries and do not need to build the BOINC Manager, client, screen saver, etc. Cheers, --Charlie On Nov 29, 2013, at 6:20 AM, Francesco Asnicar wrote: > Good morning to all members of the mailing-list, > I'm trying to compile a BOINC application and I'm using a Mac with OS X > 10.9 and Xcode 5.0.2 (5A3005). > I follow the steps reported here: > http://boinc.berkeley.edu/trac/wiki/MacBuild > But when I reach the step 5 and I run in the terminal the following code: > > source BuildMacBOINC.sh > > > I got errors (I attached a txt files to report them!). > > I was wondering if this is because BOINC is not updated with the latest > Xcode version and Mac OS X or if there is something that I missed. > > > Thanks in advance, > > Francesco Asnicar > Master Student in Computer Science @ University of Trento > e-mail <[email protected]> | > WebSite<http://francescoasnicar.altervista.org> > <errors.txt>_______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
