[Nasm-bugs] [Bug 3392620] build documentation under MSVC not work

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue Oct 8 15:26:42 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392620

Iouri Kharon <bc-info at styx.cabel.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bc-info at styx.cabel.net

--- Comment #2 from Iouri Kharon <bc-info at styx.cabel.net> ---
nmake -f Mkfiles\msvc.mak warnings
...
NMAKE : fatal error U1073: don't know how to make 'asm\warnings.c'
-----

I think that problem is in msvc.mak line 219-221
warnings:
   rm -f $(WARNFILES)
   $(MAKE) $(WARNFILES)

if replace this 3 line to one line

warnings: $(WARNFILES)

command complete normally, but...
when after it I attempt to build docs

nmake -f Mkfiles\msvc.mak docs
...
        perl ./genps.pl -epsdir "."  -headps ./head.ps  -fontpath fontpath 
-fontmap Fontmap  nasmdoc.dip > nasmdoc.ps
Can't locate psfonts.ph in @INC (did you run h2ph?) (@INC contains: E:\PERLLIB)
at ./genps.pl line 41.

...
info:
perl --version
This is perl 5, version 28, subversion 1 (v5.28.1) built for
MSWin32-x64-multi-thread

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list