On Friday, August 03, 2012 08:44:59 Mike James wrote: > "Walter Bright" <[email protected]> wrote in message > news:[email protected]... > > > Another big pile of bug fixes. More contributors than ever! > > > > http://www.digitalmars.com/d/1.0/changelog.html > > http://ftp.digitalmars.com/dmd.1.075.zip > > > > http://www.digitalmars.com/d/2.0/changelog.html > > https://github.com/downloads/D-Programming-Language/dmd/dmd.2.060.zip > > Oh dear... > > I've just updated to 2.060 from 2.059 using the Windows Install program. The > code that compiled/linked successfully yesterday now comes up with the > following errors... > > OPTLINK (R) for Win32 Release 8.00.12 > Copyright (C) Digital Mars 1989-2010 All rights reserved. > http://www.digitalmars.com/ctg/optlink.html > Debug\DDS_Table_Generator.obj(DDS_Table_Generator) > Error 42: Symbol Undefined > _D4core6memory2GC6qallocFkkZS4core6memory8BlkInfo_ > Debug\DDS_Table_Generator.obj(DDS_Table_Generator) > Error 42: Symbol Undefined _D4core6memory2GC6extendFPvkkZk > Debug\DDS_Table_Generator.obj(DDS_Table_Generator) > Error 42: Symbol Undefined _D4core5bitop3bsrFNaNbkZi > > Have some files failed to be updated? > > Regards, Mike.
I think that that means that you have some old .di files. Uninstall and make sure that everything has been deleted. Then reinstall. >From the sounds of it, the installer needs some improvement though. - Jonathan M Davis
