<div dir="ltr">Sorry for the long delay in responding! This bug was fixed in SYMPHONY, but there hasn't yet been a new release of Dip. In the meantime, if you use the trunk version of SYMPHONY, it should work fine. Assuming you checked out with svn, you would go into the SYMPHONY subdirectory and execute<div><br></div><div>svn switch <a href="https://projects.coin-or.org/SYMPHONY/trunk/SYMPHONY">https://projects.coin-or.org/SYMPHONY/trunk/SYMPHONY</a></div><div><br></div><div>Then the build should go through fine. Alternatively, you can build with g++ from Homebrew and I think it should work fine---this issue only arises with clang.</div><div><br></div><div>Cheers,</div><div><br></div><div>Ted</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 21, 2018 at 8:37 AM, aladdin_wang <span dir="ltr"><<a href="mailto:aladdin_wang@aliyun.com" target="_blank">aladdin_wang@aliyun.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_3424607700522247075__aliyun_email_body_block"><div style="line-height:1.7;font-family:Tahoma,Arial,STHeiti,SimSun;font-size:14.0px;color:#000000"><div style="clear:both">Hello,</div><div style="clear:both"><br></div><div style="clear:both">I download dip source code, and build according to the tutorial on <a href="https://projects.coin-or.org/Dip" target="_blank">https://projects.coin-or.<wbr>org/Dip</a>.</div><div style="clear:both">Every thing was OK before ./configure, then I type "make", One error occured.</div><div style="clear:both"><br></div><div style="clear:both"><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures"><b>/Users/wangenjun/workspace/<wbr>test_pulp/Dip-0.92.3/<wbr>CoinUtils/src/<wbr>CoinPackedVector.hpp:252:6: note: </b>in instantiation of function template specialization 'CoinSort_3<double, int, int,</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">      CoinFirstLess_3<double, int, int> >' requested here</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">   { CoinSort_3(elements_, elements_ + nElements_, origIndices_, indices_,</span></p><p class="m_3424607700522247075p2" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#34bc26;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures"><b>     ^</b></span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">82 warnings and 1 error generated.</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">make[2]: *** [libSym_la-lp_genfunc.lo] Error 1</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">make[1]: *** [all-recursive] Error 1</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">make: *** [all-recursive] Error 1</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span class="m_3424607700522247075s1" style="font-variant-ligatures:no-common-ligatures">I have no idea abount what's going wrong....</span></p><p class="m_3424607700522247075p1" style="margin:.0px;font-style:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:400;font-stretch:100.0%;font-size:12.0px;line-height:normal;font-family:Menlo;color:#000000;background-color:#ffffff"><span style="font-variant-ligatures:no-common-ligatures">and how to fix it</span></p></div><div style="clear:both"><br></div><div style="clear:both">the whole make log is here, Please help me :)</div><div style="clear:both"><a href="http://paste.ubuntu.com.cn/4310454" target="_blank">http://paste.ubuntu.com.cn/<wbr>4310454</a></div><div style="clear:both"><br></div><div style="clear:both"><br></div></div></div><br>______________________________<wbr>_________________<br>
Dip mailing list<br>
<a href="mailto:Dip@list.coin-or.org">Dip@list.coin-or.org</a><br>
<a href="https://list.coin-or.org/mailman/listinfo/dip" rel="noreferrer" target="_blank">https://list.coin-or.org/<wbr>mailman/listinfo/dip</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Dr. Ted Ralphs<br>Professor and Interim Department Chair<br>Industrial and Systems Engineering<br>Lehigh University<br>(610) 628-1280<br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div></div></div></div></div>
</div>