2012/7/22 Joseph Areeda <[email protected]>: > Greetings, > > I am having issues running boinc on Scientific Linux 6.2. The > downloadable installer 7.0.28 won't run the manager and the only > available rpm is v 6.10.45 which is a bit odd using my GPUs (GTX 560ti > and GTX 550ti on the system running SL6). > > So I thought I'd try building from sources. I downloaded them from the > svn repository loaded a bunch of packages but make fails with a compile > error on plan_class_spec.cpp : > > [...] > > At this time I really don't need the server side although may in the future.
If you're only interested in the client code for now, use ./configure --disable-server to avoid compiling the server code. I'd also suggest using the SVN branch "boinc_core_release_7_0a" for the client, rather than SVN trunk. -- Nicolás _______________________________________________ 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.
