Re: Native PDB Error

2018-12-15 Thread JN via Digitalmars-d-learn
On Saturday, 15 December 2018 at 20:54:03 UTC, JN wrote: Bump. Encountering the same issue. Just reinstalled Windows and having the same error on DMD32 D Compiler v2.083.1 . OK, fixed it. Since it's the first hit from Google, here's a solution: https://www.reddit.com/r/roguelikedev/commen

Re: Native PDB Error

2018-12-15 Thread JN via Digitalmars-d-learn
On Wednesday, 7 November 2018 at 14:43:07 UTC, Chris M. wrote: On Wednesday, 7 November 2018 at 01:37:29 UTC, Chris M. wrote: On Tuesday, 29 May 2018 at 07:47:07 UTC, Begah wrote: [...] This works fine on my home Win10 machine, dmd 2.082/2.083 + dub 1.11.0, installed using the executable fro

Re: Native PDB Error

2018-11-07 Thread Chris M. via Digitalmars-d-learn
On Wednesday, 7 November 2018 at 01:37:29 UTC, Chris M. wrote: On Tuesday, 29 May 2018 at 07:47:07 UTC, Begah wrote: [...] This works fine on my home Win10 machine, dmd 2.082/2.083 + dub 1.11.0, installed using the executable from the downloads page. However I've had this same issue on my wo

Re: Native PDB Error

2018-11-06 Thread Chris M. via Digitalmars-d-learn
On Tuesday, 29 May 2018 at 07:47:07 UTC, Begah wrote: I have recently reinstalled a fresh version of Windows 10. I installed DMD 1.9.0 and compiled my code ( that was compiling before reinstalling Windows ). I get this error at the linking phase : Native PDB Error: The entry already exists

Re: Native PDB Error

2018-11-06 Thread Daniel Kozak via Digitalmars-d-learn
and compiled my code ( that was compiling > > before reinstalling Windows ). > > I get this error at the linking phase : > > Native PDB Error: The entry already exists. The specified > > module already exists > > > > I made a simplified project that gets

Re: Native PDB Error

2018-11-06 Thread WebFreak001 via Digitalmars-d-learn
On Tuesday, 29 May 2018 at 07:47:07 UTC, Begah wrote: I have recently reinstalled a fresh version of Windows 10. I installed DMD 1.9.0 and compiled my code ( that was compiling before reinstalling Windows ). I get this error at the linking phase : Native PDB Error: The entry already exists

Re: Native PDB Error

2018-05-29 Thread Begah via Digitalmars-d-learn
On Tuesday, 29 May 2018 at 07:53:49 UTC, rikki cattermole wrote: On 29/05/2018 7:47 PM, Begah wrote: I have recently reinstalled a fresh version of Windows 10. I installed DMD 1.9.0 and compiled my code ( that was compiling before reinstalling Windows ). What? That is definitely not a valid

Re: Native PDB Error

2018-05-29 Thread rikki cattermole via Digitalmars-d-learn
On 29/05/2018 7:47 PM, Begah wrote: I have recently reinstalled a fresh version of Windows 10. I installed DMD 1.9.0 and compiled my code ( that was compiling before reinstalling Windows ). What? That is definitely not a valid dmd version for D2.

Native PDB Error

2018-05-29 Thread Begah via Digitalmars-d-learn
I have recently reinstalled a fresh version of Windows 10. I installed DMD 1.9.0 and compiled my code ( that was compiling before reinstalling Windows ). I get this error at the linking phase : Native PDB Error: The entry already exists. The specified module already exists I made a