Need help to finish DMD zip/7z release generator (alpha release)

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Sat Sep 28 14:14:18 PDT 2013


On Wed, 25 Sep 2013 09:36:51 -0400
Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> wrote:

> On Sun, 22 Sep 2013 08:59:04 +0200
> Rainer Schuetze <r.sagitario at gmx.de> wrote:
> > After the successful build I tried the 64-bit build. It stopped
> > here:
> > 
> > Building Druntime 64-bit
> > Entering dir: 
> > C:\Users\Rainer\AppData\Local\Temp\.create_dmd_release\druntime
> > Running: make MODEL=64 DMD=../dmd/src/dmd -f win64.mak
> >[...]
> > "\Program Files (x86)\Microsoft Visual Studio 10.0\VC"\bin\amd64\cl
> > -c /Z7 /I"\Program Files (x86)\Microsoft Visual Studio
> > 10.0\VC"\INCLUDE /I"\Program Files (x86)\Microsoft
> > SDKs\Windows\v7.0A"\Include src\core\stdc\errno.c -Foerrno_c.obj
> > Error: '\Program Files (x86)\Microsoft Visual Studio 
> > 10.0\VC\bin\amd64\cl' not found
> > Entering dir: C:\tmp\d\installer2\create_dmd_release\x
> > create_dmd_release: Error: Command failed (ran from dir 
> > 'C:\Users\Rainer\AppData\Local\Temp\.create_dmd_release\druntime'):
> > make MODEL=64 DMD=../dmd/src/dmd -f win64.mak
> > 
> > This happens because the VCDIR variable is not passed to the
> > makefile (to work with VS2012+ you'll have to pass CC and AR
> > explicitely as the path to the binaries inside the VS installation
> > has changed).
> 
> Ugh, I wish MS would just pick a design as stick with it :/... I'll
> try to take care of that. On the bright side though, this *should* be
> the final critical issue blocking create_dmd_release from meeting its
> basic charter and being "pull request"-ready. Everything else seems
> to be working fine now on Windows and various Posixen in all my tests
> so far, so fingers crossed...
> 
> 

Should be fixed now.



More information about the Digitalmars-d mailing list