On Mon, 10 Jul 2017 19:42:59 +0200, Sönke Ludwig wrote:

Am 10.07.2017 um 17:53 schrieb Daniel Vieira:

When I try to build at Windows 10, dmd 2.074.1 I get the following errors:


Performing "debug" build using dmd for x86.
taggedalgebraic 0.10.7: target for configuration "library" is up to date.
eventcore 0.8.12: target for configuration "winapi-optlink" is up to date.
vibe-core 1.0.0: building configuration "winapi-optlink"...
..\..\AppData\Roaming\dub\packages\vibe-core-1.0.0\vibe-core\source\vibe\core\core.d(1297,3): Error: undefined identifier 'driverCore'
dmd failed with exit code 1.


Looks like I forgot some old code there. Workaround is to remove
VibeIdleCollect from the package recipe. I'll adapt this for the new code.

Fixed: 87296bb