Can't run 'masm386'

Adam Wilson flyboynw at gmail.com
Wed May 16 21:45:58 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.

I just struck this as well after doing a rebase to bring my drt branch up
to date. But the question is, if minit.obj is already included, why does
it try to build minit.asm? It looks like that line could easily be deleted
to no effect.

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


More information about the Digitalmars-d mailing list