<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi James,<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Sans'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Monaco; "><div>1. &nbsp;The default c++ compiler for OS X 10.7 is actually clang (``/usr/bin/c++``).</div><div>&nbsp; &nbsp; Using clang exposes invalid template code. The first of many errors is::</div><div><br></div><div>&nbsp; &nbsp; &nbsp; In file included from</div><div>&nbsp; &nbsp; &nbsp; /opt/cctbx/cctbx_sources/mmtbx/bulk_solvent/bulk_solvent_ext.cpp:7:</div><div>&nbsp; &nbsp; &nbsp; &nbsp;/opt/cctbx/cctbx_sources/mmtbx/bulk_solvent/bulk_solvent.h:496:21:</div><div>&nbsp; &nbsp; &nbsp; error: call to function 'r_factor' that is neither visible in the template</div><div>&nbsp; &nbsp; &nbsp; &nbsp; definition nor found by argument-dependent lookup</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; r.push_back(r_factor(f_obs, f_model.const_ref()));</div></span></span><br class="Apple-interchange-newline"></blockquote></div><br><div>we definitively need to fix that then. I'll give it a go over the weekend.</div><div><br></div><div>Best wishes,</div><div><br></div><div>Luc</div><div><br></div></body></html>