October 02, 2013 come back to D | ||||
---|---|---|---|---|
| ||||
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=4831 |
October 03, 2013 Re: come back to D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Spacen Jasset | 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=4831 You can now compile for 64bit on Windows using the Visual Studio tool chain. -- /Jacob Carlborg |
Copyright © 1999-2021 by the D Language Foundation