digitalmars.D.learn - trying to use nightly in windows 10 x64
- steven kladitis (12/12) Mar 18 2017 before trying nightly
- steven kladitis (7/21) Mar 18 2017 I found the problem, it is the sc.ini file in ->
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
Mar 18 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, StevenI 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.
Mar 18 2017