<div dir="ltr"><div>Hi, <br><br></div><div>I am trying to build CLP downloaded from <br>

<p lang="x-none"><a href="http://www.coin-or.org/download/source/Clp/Clp-1.16.9.zip">http://www.coin-or.org/download/source/Clp/Clp-1.16.9.zip</a></p><p lang="x-none">in Visual Studio 2013.</p><p lang="x-none">I opened Clp.sln from Clp-1.16.9\Clp-1.16.9\Clp\MSVisualStudio\v10  in VS2013 on win7. <br></p><p lang="x-none">There are 10 projects in the solution. <br></p><p lang="x-none">When I built the solution, i gto error: <br></p><p lang="x-none"><b>C:\MyPATH\clp-1.16.9\clp-1.16.9\coinutils\src\CoinSort.hpp(53): fatal error C1001: An internal error has occurred in the compiler.<br>(compiler file 'msc1.cpp', line 1325)<br>To work around this problem, try simplifying or changing the program near the locations listed above.</b></p><p lang="x-none">This is the code (in CoinSort.hpp) that caused the error: <br></p><p lang="x-none">/**@name Comparisons on first element of two ordered pairs */<br>//@{   <br>/** Function operator.<br>    Returns true if t1.first &lt; t2.first (i.e., increasing). */<br>template < class S, class T><br>class CoinFirstLess_2 {<br>public:<br>  /// Compare function<br>  inline bool operator()(const CoinPair<S,T>& t1,<br>             const CoinPair<S,T>& t2) const<br>  { return t1.first < t2.first; }   // <b>line 53 </b><br>};</p><p lang="x-none">I have attached the error message in VS2013.</p>I used a wrong C++ compiler for the building ? <br><br></div><div>Any help would be appreciated. <br><br></div><div><br></div></div>