<div dir="ltr">On Mon, May 5, 2014 at 12:44 PM, Oliver Clarke <span dir="ltr">&lt;<a href="mailto:olibclarke@gmail.com" target="_blank">olibclarke@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I am struggling a little to get Rosetta and phenix to play happily with one another (I’d like to use the phenix.rosetta_refine module).<br>


<br>
I am currently using the latest nightlies of phenix (1.9-1690) and rosetta (2014.16.56682), and I run into errors (reproduced below) when attempting to build the phenix-rosetta interface.<br>
<br>
Does anyone have any insights as to how to fix this problem, or suggestions as to which pair of phenix and rosetta versions are known to be compatible with one another?<br></blockquote><div><br></div><div>The key line is this:</div>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">cc1plus: all warnings being treated as errors<br>

</blockquote><div><br></div><div>because someone had the bright idea to add the &quot;-Werror&quot; flag.  (Actually, it&#39;s a useful option to have, but not so useful when deploying source-only software on a wide range of systems that you don&#39;t have access to.)  I think you can fix it by editing one of the settings files:</div>

<div><br></div><div>find . -name &quot;basic.settings&quot;<br></div><div><br></div><div>and comment out the lines containing &quot;Werror&quot;.</div><div><br></div><div>The versions you&#39;re using should be okay otherwise, but I will double-check.  My next big project is to refactor our nightly build system, which will include testing the live Rosetta code along with the rest of Phenix.  (We still can&#39;t distribute it, though.)</div>

<div><br></div><div>-Nat</div></div></div></div>