Skip to content

Windows Profinfo header error during dub test #52

Description

@tbobek

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions