<div dir="ltr"><div>Cbc/test/CInterfaceTest.c fails to compile on VC2010 (and possibly other compilers) because the latter doesn&#39;t have the INFINITY macro:<br></div><div><br></div><div>  Cbc\test\CInterfaceTest.c(43): error C2065: &#39;INFINITY&#39; : undeclared identifier<br></div><div><br></div><div>Also stdlib.h should be included for malloc:</div><div><br></div><div>  Cbc\test\CInterfaceTest.c(47): warning C4013: &#39;malloc&#39; undefined; assuming extern returning int<br></div><div><br></div><div>Possible fix is available here: <a href="https://github.com/ampl/coin/commit/a260a3b01d3cbb24280636b514d1f7ca65b273f4">https://github.com/ampl/coin/commit/a260a3b01d3cbb24280636b514d1f7ca65b273f4</a></div><div><br></div><div>Best regards,</div><div>Victor</div></div>