trying to use nightly in windows 10 x64

steven kladitis via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Mar 18 09:03:33 PDT 2017


On Saturday, 18 March 2017 at 15:26:42 UTC, steven kladitis wrote:
> before trying nightly
> I run the c:\d\dmd2vars32.bat or c:\d\dmd2vars64.bat 
> respectively.
> and I can compile an run either 32 or 64 bit executables.
> now I want to try nightly
>
> I renamed the  current dmd directory in c:\d to dmd_current
> I extracted the 7z file for nightly into c:\d
> the 32 bit appears to work, but the 64 bit now complains about 
> c:\bin\link.exe
> I run the c:\d\dmd2vars32.bat or c:\d\dmd2vars64.bat 
> respectively.
> Why does the 64 bit no longer compile at all?
>
>
> TIA,
> Steven

I found the problem, it is the sc.ini file in -> 
C:\D\dmd2\windows\bin
I think it would better to keep this file in c:\d or be able to 
tell dmd where to find it.
copying the sc.ini  to the nightly c:\dmd2\windows\bin solved the 
64 bit compile issues.



More information about the Digitalmars-d-learn mailing list