[Issue 10729] Some exception symbols undefined

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 12 23:45:58 PDT 2013


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



--- Comment #5 from Kenji Hara <k.hara.pg at gmail.com> 2013-08-12 23:45:54 PDT ---
(In reply to comment #4)
> > Maybe you are still link old phobos.lib (2.063 or earlier). After git head
> > rebuild, you would forgot to place the generated phobos.lib (in
> > dmd2\src\phobos\) on correct lib path (dmd2\windows\lib\phobos.lib by default).
> 
> I don't think so. Every time I finished rebuilding druntime and phobos, I
> always copy the new druntime.lib and phobos.lib into my dmd directory,
> replacing the old ones.
> 
> Anyway, I just repeated the compilation process, just to make sure. Here's the
> screencast of it:
> http://youtu.be/Fu1P0HGkZXA

Hmm... As far as I see the video, the operation would have no critical problem.
But I have still some questions.

1. Do you really use the recompiled and copied dmd.exe in C:\dmd\bin ?
   You set the PATH=%PATH%;C:\dm\bin;C:\dmd\bin first, but I'm not sure that
the previous PATH does not contain wrong directory path.
2. Do you use intended sc.ini file?
   Read http://dlang.org/dmd-windows.html#sc_ini and check related paths.

Honestly I cannot reproduce the issue in my local environment (I'm using
Windows 7). It seems to me that the issue is in your development environment.
Sorry for my poor reply...

-- 
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