On 02.03.2017 12:54, Andy Bowery wrote: > If I check out the latest BOINC code on to a Linux 64 bit and make it: > > cd ~ > git clone https://github.com/BOINC/boinc boinc > cd boinc > ./_autosetup > ./configure --disable-client --disable-manager > make > > I get: > > /bin/ar: libboinc_la-app_ipc.o: No such file or directory > make[2]: *** [libboinc.la] Error 1 > make[2]: Leaving directory `/home/abowery/boinc/lib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/abowery/boinc' > make: *** [all] Error 2
Hi Andy, are you sure you have all the dependencies installed? The current build status on Travis is green which means the build you are trying is not failing. This is the latest log of the server code: https://travis-ci.org/BOINC/boinc/jobs/206778709 I suspect something fails in the configure stage which is not considered an error. So you should check config.log for warnings. Regards Christian _______________________________________________ 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.
