[Issue 8328] Mind Blowing error (possibly in DMD or std.variant)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 30 17:18:40 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8328



--- Comment #3 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-06-30 17:21:16 PDT ---
You should just try the latest master. I honestly don't want to spend the time
digging through your code to try and figure out what's wrong with it. It's much
simpler if you can present an example which exhibits the problem. But for all I
know, your problem has been fixed in git already, and it'll be easier for you
to test that than anyone else.

You'll need to grab dmd, druntime, and Phobos from here:

https://github.com/D-Programming-Language

build them all, and then use those, which would involve building dmd, then
making sure that your system is using the new dmd, then building druntime and
Phobos and making sure that your system is using them (which involves altering
your dmd.conf or sc.ini file). It's not hard to deal with (particularly in
Linux thanks to symlinks) once you've got it set up, but it might be a bit of a
pain to figure out exactly

Alternatively, you could use dvm ( https://github.com/jacob-carlborg/dvm ) to
download and build it using its compile command. I've never used dvm, but it's
supposed to be quite easy to use. It's a tool for managing dmd, and will allow
you to install a specific compiler version or build the latest from github.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list