OPTLINK is missing files when I try to include debugging info into build

2012-10-14 Thread Matt
I was trying to check out windbg with a project I am working on. The program currently consists of two D files (main.d, Application.d) and three Derelict3 import libs (DerelictUtil, DerelictSDL2, DerelictGL3). Without debug info, the following console command runs fine; --- dmd main.d Applic

Re: OPTLINK is missing files when I try to include debugging info into build

2012-10-14 Thread Andrej Mitrovic
On 10/15/12, Matt wrote: > However, no matter where I put either the -g or -gc switches, > Optlink complains with 'Error 118: Filename Expected Likely related to this: http://d.puremagic.com/issues/show_bug.cgi?id=8791

Re: OPTLINK is missing files when I try to include debugging info into build

2012-10-14 Thread Matt
On Sunday, 14 October 2012 at 22:53:11 UTC, Andrej Mitrovic wrote: On 10/15/12, Matt wrote: However, no matter where I put either the -g or -gc switches, Optlink complains with 'Error 118: Filename Expected Likely related to this: http://d.puremagic.com/issues/show_bug.cgi?id=8791 OK, so i

Re: OPTLINK is missing files when I try to include debugging info into build

2012-10-14 Thread Andrej Mitrovic
On 10/15/12, Matt wrote: > On Sunday, 14 October 2012 at 22:53:11 UTC, Andrej Mitrovic wrote: >> On 10/15/12, Matt wrote: >>> However, no matter where I put either the -g or -gc switches, >>> Optlink complains with 'Error 118: Filename Expected >> >> Likely related to this: >> http://d.puremagic.

Re: OPTLINK is missing files when I try to include debugging info into build

2012-10-14 Thread Matt
On Sunday, 14 October 2012 at 23:06:19 UTC, Andrej Mitrovic wrote: On 10/15/12, Matt wrote: On Sunday, 14 October 2012 at 22:53:11 UTC, Andrej Mitrovic wrote: On 10/15/12, Matt wrote: However, no matter where I put either the -g or -gc switches, Optlink complains with 'Error 118: Filename Ex