From: anonymous c. <nas...@us...> - 2016-10-08 03:53:42
|
On 10/6/16, H. Peter Anvin <hp...@zy...> wrote: > OK, I just fixed some bugs, mostly but not entirely related to > dependencies. > > With those fixes, this works as expected in a fresh git clone: thanks! > ./autogen.sh > ./configure --enable-werror > make -j everything the --enable-werror causes the build to fail on OS X: ./include/nasmlib.h:151:8: error: unknown attribute 'alloc_size' ignored [-Werror,-Wunknown-attributes] [several files throw this, for different line/char numbers] > [omit "everything" if you don't have all the documentation tools installed.] yeah, just make, then make everything gives me this: $ make [builds/succeeds] $ make cd rdoff && /Library/Developer/CommandLineTools/usr/bin/make all make[1]: Nothing to be done for `all'. $ make everything cd rdoff && /Library/Developer/CommandLineTools/usr/bin/make all make[1]: Nothing to be done for `all'. false -b docbook -d manpage -o nasm.xml nasm.txt make: *** [nasm.xml] Error 1 that's ok though > The problems were limited to the master branch; nasm-2.12.xx was > unaffected. The above instructions work for that branch without any > patches. thanks! |