digitalmars.D.learn - come back to D
- Spacen Jasset (23/23) Oct 02 2013 I recently heard about dub and other useful things happening in the D
- Jacob Carlborg (4/27) Oct 02 2013 You can now compile for 64bit on Windows using the Visual Studio tool ch...
I recently heard about dub and other useful things happening in the D world after being away from it for a long while. So, as you do I thought I would see what's going on. C:\bzr\mk4k-dmd2>dub build Checking dependencies in 'C:\bzr\mk4k-dmd2' Building configuration "application", build type debug Running dmd (compile)... Linking... OPTLINK (R) for Win32 Release 8.00.13 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html OPTLINK : Error 118: Filename Expected Path=PATH=C:\Ruby192\bin;C:\WINDOWS\system32;C:\WINDOWS;c:\usr\ ocal\bin;C:\Program Files\CodeBlocks\share\devpaks\bin;C:\Program Files\Bazaar;C:\Program Files\dub;C:\PROGRA~1\PyGTK\GTK\bin;c:\program files\winmerge;C:\Program Files\Nmap;c:\python27;C:\dmd2.0 3.2\windows\bin ^ --- errorlevel 1 Error: Link command failed with exit code 1 Some things seem to never change (and never seem to get fixed). What is the situation with optlink and why can't it be fixed? http://d.puremagic.com/issues/show_bug.cgi?id=4831
Oct 02 2013
On 2013-10-02 23:07, Spacen Jasset wrote:I recently heard about dub and other useful things happening in the D world after being away from it for a long while. So, as you do I thought I would see what's going on. C:\bzr\mk4k-dmd2>dub build Checking dependencies in 'C:\bzr\mk4k-dmd2' Building configuration "application", build type debug Running dmd (compile)... Linking... OPTLINK (R) for Win32 Release 8.00.13 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html OPTLINK : Error 118: Filename Expected Path=PATH=C:\Ruby192\bin;C:\WINDOWS\system32;C:\WINDOWS;c:\usr\local\bin;C:\Program Files\CodeBlocks\share\devpaks\bin;C:\Program Files\Bazaar;C:\Program Files\dub;C:\PROGRA~1\PyGTK\GTK\bin;c:\program files\winmerge;C:\Program Files\Nmap;c:\python27;C:\dmd2.0 3.2\windows\bin ^ --- errorlevel 1 Error: Link command failed with exit code 1 Some things seem to never change (and never seem to get fixed). What is the situation with optlink and why can't it be fixed? http://d.puremagic.com/issues/show_bug.cgi?id=4831You can now compile for 64bit on Windows using the Visual Studio tool chain. -- /Jacob Carlborg
Oct 02 2013