From: Taylor H. <tay...@gm...> - 2018-08-28 18:21:13
|
Hi, I'm not a nasm developer but I made a CMake build system for nasm that builds out of source just fine. It's on GitHub. https://github.com/riscv/riscv-nasm It's on the refactoring branch. On Tue, Aug 28, 2018, 13:53 Ed Beroset <be...@mi...> wrote: > Today, for the first time in a long time, I refreshed my local copy of > the NASM repo and tried to do a built outside the source directory, as > is my usual practice. It failed. > > Specifically, if you clone the source into a fresh new directory "nasm" > and then create and navigate into "nasm/build" I would expect the > following steps to successfully do a build: > > autoreconf .. -i > ../configure > make > > However it fails because of the generated file pptok.sh > > I believe I can fix this, but before I expend the effort to do so, I > wanted ask some questions: > > 1. can you reproduce this problem? > 2. do you agree it should be fixed? > > Thanks. > > Ed > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nasm-devel mailing list > Nas...@li... > https://lists.sourceforge.net/lists/listinfo/nasm-devel > |