Hi,
<div><br></div><div>I&#39;m having a lot of trouble trying to build CBC with Visual Studio 2008.</div><div>This happens in 2.7 stable, 2.7.0 release, and trunk.</div><div>What I want to do is build &quot;cbc.exe&quot;, but at the moment I&#39;m just trying to build the default project, cbcExamplesSample2</div>
<div> </div><div>The errors I hit are many and varied...</div><div>I suspect some are pre-processor related, others seem more problematic.</div><div><br></div><div>1. Project libOsi - all fine</div><div><br></div><div>2. Project libClp</div>
<div>c:\coin\cbc\clp\src\clphelperfunctions.hpp(16) : fatal error C1189: #error :  &quot;don&#39;t have header file for math&quot;</div><div>Happens a few times.</div><div><br></div><div>3. Project libCoinUtils</div><div>
c:\coin\cbc\clp\src\clphelperfunctions.hpp(16) : fatal error C1189: #error :  &quot;don&#39;t have header file for math&quot;</div><div><br></div><div>4. Project libOsiClp - all fine</div><div><br></div><div>5. Project libCbcSolver</div>
<div><div><br></div><div>..\..\..\src\unitTestClp.cpp(584) : error C2039: &#39;fastNodeDepth&#39; : is not a member of &#39;CbcModel&#39;</div><div>        c:\coin\cbc\cbc\src\CbcModel.hpp(99) : see declaration of &#39;CbcModel&#39;</div>
<div>..\..\..\src\unitTestClp.cpp(585) : error C2039: &#39;setFastNodeDepth&#39; : is not a member of &#39;CbcModel&#39;</div><div>        c:\coin\cbc\cbc\src\CbcModel.hpp(99) : see declaration of &#39;CbcModel&#39;</div>
</div><div><br></div><div><div>c:\coin\cbc\cbc\src\CbcLinked.hpp(29) : error C2504: &#39;CbcOsiSolver&#39; : base class undefined</div><div>Then a lot of errors follow on from this.</div></div><div><br></div><div>7. Project libCgl</div>
<div><div><br></div><div>c:\coin\cbc\cbc\src\cbcheuristic.cpp(539) : error C2039: &#39;continuousPriority&#39; : is not a member of &#39;CbcModel</div></div><div>c:\coin\cbc\cbc\src\cbcheuristic.cpp(906) : error C2039: &#39;setFastNodeDepth&#39; : is not a member of &#39;CbcModel&#39;</div>
<div>c:\coin\cbc\cbc\src\cbcheuristic.cpp(1163) : error C2039: &#39;setFastNodeDepth&#39; : is not a member of &#39;CbcModel&#39;</div><div>c:\coin\cbc\cbc\src\cbcheuristic.cpp(1164) : error C2039: &#39;fastNodeDepth&#39; : is not a member of &#39;CbcModel&#39;</div>
<div><br></div><div>There seems to be issues in the &quot;test&quot; projects, but I don&#39;t need those.</div><div><br></div><div>Any idea about how I fix these issues?</div><div><br></div><div>Cheers,</div><div>Iain</div>