From hpa at zytor.com Tue Jan 17 12:11:36 2023 From: hpa at zytor.com (H. Peter Anvin) Date: Tue, 17 Jan 2023 12:11:36 -0800 Subject: [Nasm-devel] Build failure - when building in subdirectory (2.16.01) In-Reply-To: References: Message-ID: Are you building from source or On 12/22/22 03:33, Rudi Heitbaum wrote: > Experiencing a Build failure - when building in subdirectory - the > asm/*.c files are not qualified (whereas disasm are) > Are you building from a tarball or from git? From hpa at zytor.com Tue Jan 17 13:08:42 2023 From: hpa at zytor.com (H. Peter Anvin) Date: Tue, 17 Jan 2023 13:08:42 -0800 Subject: [Nasm-devel] Build failure - when building in subdirectory (2.16.01) In-Reply-To: References: Message-ID: Nevermind, I was able to reproduce the problem, and I think I have fixed it. On 1/17/23 12:11, H. Peter Anvin wrote: > Are you building from source or > > On 12/22/22 03:33, Rudi Heitbaum wrote: >> Experiencing a Build failure - when building in subdirectory - the >> asm/*.c files are not qualified (whereas disasm are) >> > Are you building from a tarball or from git? > _______________________________________________ > Nasm-devel mailing list > Nasm-devel at nasm.us > https://lists.nasm.us/nasm-devel From rudi at heitbaum.com Wed Jan 18 02:36:38 2023 From: rudi at heitbaum.com (Rudi Heitbaum) Date: Wed, 18 Jan 2023 21:36:38 +1100 Subject: [Nasm-devel] Build failure - when building in subdirectory (2.16.01) In-Reply-To: References: Message-ID: Hi Peter, Thanks for the patch. Tested and working. (It was the tarball I was compiling with) I did need to adjust the patch file (drop the .gitignore/warnings.c) just because of the tarball. Regards Rudi On Wed, 18 Jan 2023 at 08:08, H. Peter Anvin wrote: > > Nevermind, I was able to reproduce the problem, and I think I have fixed it. > > On 1/17/23 12:11, H. Peter Anvin wrote: > > Are you building from source or > > > > On 12/22/22 03:33, Rudi Heitbaum wrote: > >> Experiencing a Build failure - when building in subdirectory - the > >> asm/*.c files are not qualified (whereas disasm are) > >> > > Are you building from a tarball or from git? > > _______________________________________________ > > Nasm-devel mailing list > > Nasm-devel at nasm.us > > https://lists.nasm.us/nasm-devel