www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14873] New: Build fails with message 'cannot create PDB file'

https://issues.dlang.org/show_bug.cgi?id=14873

          Issue ID: 14873
           Summary: Build fails with message 'cannot create PDB file'
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: critical
          Priority: P1
         Component: visuald
          Assignee: nobody puremagic.com
          Reporter: derik palacino.net

This does not appear to be a duplicate of 13641. I've tried the solution
provided there and it does not work for me.

I am using Visual D in VS2015 on Windows 10. Happy to provide logs and cmd
files at request.

Here the simple output:

------ Build started: Project: Library, Configuration: Debug Win32 ------
Building Debug\Library.dll...
Converting debug information...
C:\Users\Derik\Projects\TagIO\Projects\Library\Debug\Library.pdb: cannot create
PDB file
Building Debug\Library.dll failed!
Details saved as
"file://C:\Users\Derik\Projects\TagIO\Projects\Library\Debug\Library.buildlog.html"
------ Build started: Project: Server, Configuration: Debug Win32 ------
Building Debug\Server.exe...
Converting debug information...
C:\Users\Derik\Projects\TagIO\Projects\Server\Debug\Server.pdb: cannot create
PDB file
Building Debug\Server.exe failed!
Details saved as
"file://C:\Users\Derik\Projects\TagIO\Projects\Server\Debug\Server.buildlog.html"
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

--
Aug 05 2015