> On Jan 16, 2015, at 6:25 AM, Geert Janssens <[email protected]> > wrote: > > Hi, > > Tried to run make distcheck today on current master and got this error output: > > make[3]: Entering directory > `/kobaltnet/janssege/Development/Builds/gnucash-f20- > master/src/libqof' > (cd qof && make top_distdir=../../../gnucash-2.6.99 > distdir=../../../gnucash-2.6.99/src/libqof/qof \ > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) > make[4]: Entering directory > `/kobaltnet/janssege/Development/Builds/gnucash-f20- > master/src/libqof/qof' > make[4]: *** No rule to make target `qofmath128.cpp', needed by `distdir'. > Stop. > > I find that qofmath128.cpp is in the EXTRA_DIST section of the makefile, but > I don't > see this file anywhere in the source tree. > > Is this a leftover from earlier experiments ?
qofmath128 has been replaced by gnc-int128. Looks like I missed the EXTRA_DIST invocation. I just pushed a fix. Regards, John Ralls _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
