[Issue 10729] Some exception symbols undefined
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 6 21:20:53 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10729
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-08-06 21:20:52 PDT ---
(In reply to comment #0)
> I got these errors:
>
> C:\Users\CSL-NB-064\Codes\D>dmd hello.d
> OPTLINK (R) for Win32 Release 8.00.5
> Copyright (C) Digital Mars 1989-2009 All rights reserved.
> http://www.digitalmars.com/ctg/optlink.html
> hello.obj(hello)
> Error 42: Symbol Undefined
> _D3std4conv21ConvOverflowException6__ctorMFNaNbNfAyaAyakZC3std4conv21ConvOverflowException
> hello.obj(hello)
> Error 42: Symbol Undefined
> _D3std4conv13ConvException6__ctorMFNaNbNfAyaAyakZC3std4conv13ConvException
> hello.obj(hello)
> Error 42: Symbol Undefined
> _D3std6format15FormatException6__ctorMFNaNbNfAyaAyakC6object9ThrowableZC3std6format15FormatE
> xception
> hello.obj(hello)
> Error 42: Symbol Undefined
> _D3std3utf12UTFException6__ctorMFNaNfAyakAyakC6object9ThrowableZC3std3utf12UTFException
> --- errorlevel 4
You would need rebuild Phobos library, because some Exception class ctors are
now annotated with pure and @safe attributes in git head.
--
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