An issue with std.variant; and std.slist?

Christopher Wright dhasenan at gmail.com
Tue Nov 6 14:50:11 PST 2007


Using dmd2.007 and the precompiled libphobos2.a that it came with, I was 
entirely unable to link anything that involved std.variant -- link 
errors for just about everything in the module, including ModuleInfo.

When I tried recompiling, the makefile tried to compile a module 
std.slist. That module didn't exist and it complained. I had to modify 
the makefile not to look for std.slist, and then phobos2 compiled 
successfully. I was then able to link stuff involving std.variant.

Has anyone else had troubles or successes with std.variant in 2.007 on 
Linux, or was it just my bad luck or whatever that I had issues?


More information about the Digitalmars-d-learn mailing list