Can't run 'masm386'

Adam Wilson flyboynw at gmail.com
Wed May 16 21:56:28 PDT 2012


On Wed, 16 May 2012 18:35:33 -0700, Andre Tampubolon <andre at lc.vlsm.org>  
wrote:

> I was trying to build druntime. I got this error:
> dmd -c -d -o- -Isrc -Iimport -Hfimport\core\sys\windows\windows.di
> src\core\sys\windows\windows.d
>
> dmc -c  src\core\stdc\errno.c -oerrno_c.obj
>
> dmc -c  src\rt\complex.c
>
> dmc -c  src\rt\minit.asm
> masm386 -DM_I386=1 -D_WIN32 -Mx src\rt\minit.asm;
>
> Can't run 'masm386', check PATH
> masm386 -DM_I386=1 -D_WIN32 -Mx src\rt\minit.asm;
>
> Can't run 'masm386', check PATH
> Error: 'dmc' not found
>
> Strange. This thing never happened before.

It looks like 2 days ago someone DID in fact change the minit.asm file.  
They changed the references to LICENSE and README. Your best bet is  
probably to redownload minit.obj from the druntime repo to update it's  
modified date.

-- 
Adam Wilson
IRC: LightBender
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/


More information about the Digitalmars-d mailing list