[Issue 10729] New: Some exception symbols undefined

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 30 09:56:00 PDT 2013


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

           Summary: Some exception symbols undefined
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: andre at lc.vlsm.org


--- Comment #0 from Andre Tampubolon <andre at lc.vlsm.org> 2013-07-30 09:55:57 PDT ---
Created an attachment (id=1239)
A simple "hello world" code

As usual, I updated dmd, druntime, and phobos to the latest git version.
Then I tried to build a hello world code (as attached).

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

I didn't use any switch, just: dmd hello.d

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