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>
Clean each target before building
Deployment (release) build for architectures: i386, x86_64

Build settings from command line:
    SDKROOT = macosx10.9

=== CLEAN TARGET BOINC_Client OF PROJECT boinc WITH CONFIGURATION Deployment ===

Check dependencies
Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 
'i386'
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/acct_mgr.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/acct_setup.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app_control.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/app_ipc.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app_start.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/client_msgs.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/check_state.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/client_types.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cpu_sched.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_account.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_apps.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_benchmark.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_cmdline.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_files.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_prefs.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_scheduler.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_statefile.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_trickle.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/dhrystone.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/dhrystone2.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/file_names.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/file_xfer.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gui_rpc_server.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/hostinfo_network.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/hostinfo_unix.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/log_flags.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/main.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/net_stats.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/pers_file_xfer.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/time_stats.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/whetstone.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/base64.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/crypt.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/diagnostics.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/filesys.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gui_http.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gui_rpc_server_ops.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/hostinfo.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/http_curl.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/md5.c of type sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/md5_file.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mfile.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/miofile.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/msg_log.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/network.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/parse.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/prefs.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/proxy_info.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/shmem.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/util.cpp of type sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/check_security.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/clientgui/mac/SetupSecurity.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/procinfo_mac.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/str_util.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/work_fetch.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/mac_backtrace.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QBacktrace.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QCrashReport.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QMachOImage.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QMachOImageList.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QSymbols.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QTaskMemory.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_platforms.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/coproc.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/cert_sig.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/client_state.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/sandbox.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/scheduler_op.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/rr_sim.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/url.cpp of type sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_proxy.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_notice.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/notice.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/current_version.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/procinfo.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/cc_config.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/proc_control.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/async_file.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/project.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/result.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_nvidia.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_amd.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_opencl.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_detect.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app_config.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_intel.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/opencl_boinc.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/thread.cpp of type 
sourcecode.cpp.cpp.

** CLEAN FAILED **


The following build commands failed:
        Check dependencies
(1 failure)
=== BUILD TARGET BOINC_Client OF PROJECT boinc WITH CONFIGURATION Deployment ===

Check dependencies
Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 
'i386'
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/acct_mgr.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/acct_setup.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app_control.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/app_ipc.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app_start.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/client_msgs.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/check_state.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/client_types.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cpu_sched.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_account.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_apps.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_benchmark.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_cmdline.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_files.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_prefs.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_scheduler.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_statefile.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_trickle.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/dhrystone.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/dhrystone2.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/file_names.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/file_xfer.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gui_rpc_server.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/hostinfo_network.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/hostinfo_unix.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/log_flags.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/main.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/net_stats.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/pers_file_xfer.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/time_stats.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/whetstone.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/base64.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/crypt.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/diagnostics.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/filesys.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gui_http.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gui_rpc_server_ops.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/hostinfo.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/http_curl.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/md5.c of type sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/md5_file.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mfile.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/miofile.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/msg_log.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/network.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/parse.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/prefs.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/proxy_info.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/shmem.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/util.cpp of type sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/check_security.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/clientgui/mac/SetupSecurity.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/procinfo_mac.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/str_util.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/work_fetch.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/mac_backtrace.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QBacktrace.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QCrashReport.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QMachOImage.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QMachOImageList.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QSymbols.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/mac/QTaskMemory.c of type 
sourcecode.c.c.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_platforms.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/coproc.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/cert_sig.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/client_state.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/sandbox.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/scheduler_op.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/rr_sim.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/url.cpp of type sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_proxy.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/cs_notice.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/notice.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/current_version.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/procinfo.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/cc_config.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/proc_control.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/async_file.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/project.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/result.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_nvidia.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_amd.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_opencl.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_detect.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/app_config.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/gpu_intel.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/lib/opencl_boinc.cpp of type 
sourcecode.cpp.cpp.
Unable to determine concrete GCC compiler for file 
/Users/francesco/GitHub/BOINC_dev/boinc/client/thread.cpp of type 
sourcecode.cpp.cpp.

** BUILD FAILED **


The following build commands failed:
        Check dependencies
(1 failure)
_______________________________________________
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.

Reply via email to