<div dir="ltr">Some Exception class constructor signatures are changed in 2.064 dev.<div class="gmail_extra">I think you need to rebuild Phobos library and link the generated phobos.lib.</div><div class="gmail_extra"><br></div>
<div class="gmail_extra">Kenji Hara<br><br><div class="gmail_quote">2013/8/30 Nick Sabalausky <span dir="ltr"><<a href="mailto:SeeWebsiteToContactMe@semitwist.com" target="_blank">SeeWebsiteToContactMe@semitwist.com</a>></span><br>
<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Can anyone see whether or not they're able to reproduce this, because<br>

I'm not sure if it's some weird bug or just something wrong on my<br>
system:<br>
<br>
On windows, compiling the latest chmgen.d with DMD v2.063.2 works fine<br>
("dmd chmgen.d"). But doing exactly the same with github master of<br>
dmd/druntime/phobos results in several missing symbols during linking:<br>
<br>
Copyright (C) Digital Mars 1989-2010  All rights reserved.<br>
<a href="http://www.digitalmars.com/ctg/optlink.html" target="_blank">http://www.digitalmars.com/ctg/optlink.html</a><br>
chmgen.obj(chmgen)<br>
 Error 42: Symbol Undefined<br>
_D3std3utf12UTFException6__ctorMFNaNfAyakAyakC6object9ThrowableZC3std3utf12UTFException<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std6format15FormatException6__ctorMFNaNbNfAyaAyakC6object9ThrowableZC3std6format15FormatException<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std4conv13ConvException6__ctorMFNaNbNfAyaAyakZC3std4conv13ConvException<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std3uni12toLowerIndexFNaNbNewZt chmgen.obj(chmgen)<br>
 Error 42: Symbol Undefined _D3std3uni10toLowerTabFNaNbNekZw<br>
chmgen.obj(chmgen)<br>
 Error 42: Symbol Undefined _D3std4file6existsFNexAaZb<br>
chmgen.obj(chmgen)<br>
 Error 42: Symbol Undefined<br>
_D3std4conv21ConvOverflowException6__ctorMFNaNbNfAyaAyakZC3std4conv21ConvOverflowException<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std3uni42__T11Uint24ArrayTS3std3uni13ReallocPolicyZ11Uint24Array6__dtorMFNbNeZv<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std3uni42__T11Uint24ArrayTS3std3uni13ReallocPolicyZ11Uint24Array5emptyMxFNaNbNdNeZb<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std3uni36__T11Uint24ArrayTS3std3uni8GcPolicyZ11Uint24Array6__dtorMFNaNbNeZv<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std3uni36__T11Uint24ArrayTS3std3uni8GcPolicyZ11Uint24Array5emptyMxFNaNbNdNeZb<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std5regex10NamedGroup11__xopEqualsFNfKxS3std5regex10NamedGroupKxS3std5regex10NamedGroupZb<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std5stdio4File17lockingTextWriterMFZS3std5stdio4File17LockingTextWriter<br>
chmgen.obj(chmgen) Error 42: Symbol Undefined<br>
_D3std3net4curl13CurlException6__ctorMFNaNbNfAyaAyakC6object9ThrowableZC3std3net4curl13CurlException<br>
--- errorlevel 14<br>
<br>
</blockquote></div><br></div></div>