Thread overview | |||||
---|---|---|---|---|---|
|
September 29, 2013 [Issue 11141] New: Missing .pdb file with phobos64 | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11141 Summary: Missing .pdb file with phobos64 Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: turkeyman@gmail.com --- Comment #0 from Manu <turkeyman@gmail.com> 2013-09-29 09:24:56 PDT --- Link warning occurs: 1>phobos64.lib(errno_c.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'phobos64.lib(errno_c.obj)' or at 'D:\Projects\sandpit\vc100.pdb'; linking object as if no debug info Warning 4099: http://msdn.microsoft.com/en-us/library/b7whw3f3%28VS.80%29.aspx This is just some annoying spam that can't be turned off. Suggest: include the .pdb with phobos64.lib in lib64/ or disable debug info when building phobos? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 30, 2013 [Issue 11141] Missing .pdb file with phobos64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Manu | http://d.puremagic.com/issues/show_bug.cgi?id=11141 Rainer Schuetze <r.sagitario@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |r.sagitario@gmx.de Resolution| |FIXED --- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> 2013-09-30 07:00:20 PDT --- This has been fixed in git-HEAD by not using PDB files for the debug information, but embedded info in the object files (/Z7 instead of /Zi). druntime commit caff54c4fd2234bd914b25fe529f5e121bbd6c9e -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 01, 2013 [Issue 11141] Missing .pdb file with phobos64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Manu | http://d.puremagic.com/issues/show_bug.cgi?id=11141 --- Comment #2 from Manu <turkeyman@gmail.com> 2013-10-01 04:12:50 PDT --- Awesome. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation