Error: module std.c.stdio import 'FHND_WCHAR' not found

David Held dmd at wyntrmute.com
Mon Dec 23 01:49:23 PST 2013


On 12/22/2013 9:22 PM, David Held wrote:
> [...]
> D:\workspace\...>dmd bug1.d
> D:\D\dmd2\windows\bin\..\..\src\phobos\std\stdio.d(35): Error: module
> std.c.stdio import 'FHND_WCHAR' not found
> D:\D\dmd2\windows\bin\..\..\src\phobos\std\stdio.d(35): Error: module
> std.c.stdio import 'FHND_TEXT' not found
>[...]

Looks like this was caused by "upgrading", since I had old .di files in 
druntime/import lying around which were apparently out of date.  Moving 
the dmd2 directory aside and reinstalling appears to have worked just fine.

Dave



More information about the Digitalmars-d-learn mailing list