Sonnet.sln does not build due to missing dlls? #12
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is because (contrary to the INSTALL.txt guidance) the latest sources of Sonnet have to be built against the latest COIN-OR sources for Cbc etc--not the 2.10.3. Unfortunately, the Cbc folks do not publish the full 'tarball' of the latest sources of Cbc and dependencies any longer. |
Beta Was this translation helpful? Give feedback.
This is because (contrary to the INSTALL.txt guidance) the latest sources of Sonnet have to be built against the latest COIN-OR sources for Cbc etc--not the 2.10.3.
The latest build of sonnet against the latest sources of Cbc etc. works fine--but one of the tests fails but can probably be ignored.
Unfortunately, the Cbc folks do not publish the full 'tarball' of the latest sources of Cbc and dependencies any longer.
So either 1) get all the Cbc and dependency sources from github, 2) use coinbrew, or 3) get all the sources from the latest appveyor build.
I'll try to fix the appveyor build so you can use 3).