Windows Profinfo header error during dub test
I've just cloned the library to my Win10 PC, having DMD32 D Compiler v2.083.0 installed. I did a dub build, which was successful, followed by a dub test, which was not successful. I got the following errorneous output:
C:\Users\thomas\Documents\Develop\Dtest\ggplot\ggplotd>dub test
Generating test runner configuration 'ggplotd-test-default' for 'default' (library).
Performing "unittest" build using C:\D\dmd2\windows\bin\dmd.exe for x86.
derelict-util 2.1.0: target for configuration "library" is up to date.
derelict-ft 1.0.2: target for configuration "library" is up to date.
cairod 0.0.1-alpha.3+1.10.2: building configuration "static-custom-windows"...
..\..\..\..\..\AppData\Local\dub\packages\windows-headers-1.0.3\windows-headers\source\windows\windows.d(29,15): Error: module `profinfo` is in file 'windows\profinfo.d' which cannot be read
import path[0] = ..\..\..\..\..\AppData\Local\dub\packages\cairod-0.0.1-alpha.3_1.10.2\cairod\src
import path[1] = ..\..\..\..\..\AppData\Local\dub\packages\windows-headers-1.0.3\windows-headers\source
import path[2] = ..\..\..\..\..\AppData\Local\dub\packages\derelict-ft-1.0.2\derelict-ft\source
import path[3] = ..\..\..\..\..\AppData\Local\dub\packages\derelict-util-2.1.0\derelict-util\source
import path[4] = C:\D\dmd2\windows\bin\..\..\src\phobos
import path[5] = C:\D\dmd2\windows\bin\..\..\src\druntime\import
import path[6] = C:\D\dmd2\windows\bin\..\..\src\gtkd
C:\D\dmd2\windows\bin\dmd.exe failed with exit code 1.
C:\Users\thomas\Documents\Develop\Dtest\ggplot\ggplotd>
I'm googling for a while now but cannot figure out how to locate the profinfo.d file. Here, a reference to the windows C header is made, but I don't know how to bring this together at the moment.
Does anyone have a hint? Thanks in advance!
btw: the same error appears if I try to compile one of the example sources given on this website.
commenting out profindo.d in the windows-header directory has the effect that the compile process continues, but being stuck when cairo lib is required, which isn't properly installed on my PC until now...
This looks more like an error with cairod and/or windows-headers. Would you mind testing whether you can install those packages on their own successfully?