From: H. P. A. <hp...@zy...> - 2016-10-06 05:06:15
|
On October 5, 2016 9:44:57 PM PDT, anonymous coward <nas...@us...> wrote: >On 10/4/16, H. Peter Anvin <hp...@zy...> wrote: >> Hi all, >> >> I have tagged a NASM 2.12.03rc1. I hope to get a 2.12.03 out as soon >as >> possible. Please let me know if there is anything missing, or >broken. > >build fails on OS X as follows: > >[starting from a blank slate] > >$ git clone git://repo.or.cz/nasm.git nasm > >$ cd nasm > >$ sh autogen.sh > >$ sh configure > >$ make alldeps >[...] >tools/mkdep.pl: cannot determine path for dependency: >include/compiler.h -> config/config.h >make: *** [alldeps] Error 25 > >$ make >make: *** No rule to make target `config.h', needed by `asm/nasm.o'. >Stop. > >$ ls config/ >config.h config.h.in msvc.h unknown.h > >$ ls include/ >compiler.h hashtbl.h insns.h md5.h nasmint.h opflags.h rbtree.h saa.h tables.h >disp8.h iflag.h labels.h nasm.h nasmlib.h raa.h rdoff.h strlist.h ver.h > >do the dependencies actually change frequently enough >to warrant this overly complicated auto generation? Yes, they do... we had tons of problems with out of date dependencies. -- Sent from my Android device with K-9 Mail. Please excuse brevity and formatting. |