D on monoDevelop : can't compile in Debug mode

Rainer Schuetze r.sagitario at gmx.de
Fri Mar 2 09:46:35 PST 2012



On 3/2/2012 12:25 PM, Minas wrote:
> On Thursday, 1 March 2012 at 18:22:56 UTC, alex wrote:
>>
>>> Error: Build failed - check build output for details (D_Test)
>>
>> Could you send that build log then, please? There's a button next to
>> the filter buttons in the build log panel in MonoDevelop, just click
>> on it, and the build log gets visible :)
>
> Hi Alex - you are the developer of this plugin right? I came by
> your website today and posted a comment there as well :)
>
> Anyway, here's the log:
>
> Building: D_Test (Debug)
>
>
>
> Performing main compilation...
>
>
>
> Build Project
>
> C:\D\dmd2\windows\bin\dmd.exe -c "main.d"
> -of"C:\Users\Minas\Documents\Monodevelop\D\D_Test\D_Test\obj\Debug\main.obj"
>
> -I"C:\D\dmd2\src\phobos" -I"C:\D\dmd2\src\druntime\import"
> -I"C:\Development\glad" -gc -debug
>
> C:\D\dmd2\windows\bin\dmd.exe -gc -debug
> -of"C:\Users\Minas\Documents\Monodevelop\D\D_Test\D_Test\bin\Debug\D_Test.exe"
>
> "obj\Debug\main.obj"
>
>
> OPTLINK (R) for Win32 Release 8.00.12
>
> Copyright (C) Digital Mars 1989-2010 All rights reserved.
>
> http://www.digitalmars.com/ctg/optlink.html
>
> OPTLINK : Error 118: Filename Expected
>
> Path=C:\Program Files (x86)\GtkSharp\2.12\\bin;C:\Program
> Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files
> (x86)\Common Files\Microsoft Shared\Windows
> Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
>
> Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files
> (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files
> (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program
> Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Program
> Files (x86)\Windows Live\Shared;C:\Program Files
> (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Microsoft SQL
> Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL
> Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL
> Server\100\DTS\Binn\;C:\Program Files (x86)\CMake
> 2.8\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files
> (x86)\Common Files\GTK\2.0\bin;C:\Program Files
> (x86)\GtkSharp\2.12\bin;C:\Ruby192\bin;C:\Program Files
> (x86)\Java\jdk1.6.0_26\bin;C:\Users\Minas\programming\My
> Tools;C:\pspsdk\bin;C:\Program Files (x86)\Notepad++

optlink stumbles over '+' in the PATH environment variable:
http://d.puremagic.com/issues/show_bug.cgi?id=4831
http://d.puremagic.com/issues/show_bug.cgi?id=5860


More information about the Digitalmars-d-ide mailing list