Josh Sled wrote:
Noticed during normal upgrade/build cycle (from a cvs update yesterday evening, which was g2-latest), but I `make distclean`ed, re-autogen and re-`make install`ed just to be sure...... src/engine/{qof,gnc}la-dir.h is not being built: qof.h:99:23: qofla-dir.h: No such file or directory make[3]: *** [gnc-date.lo] Error 1
qofla-dir.h is not included in the BUILT_SOURCES variable which causes this problem, I suppose.
The Makefile is set up in a way that qofla-dir.h and the whole qof files will only be built if USE_LIBQOF is true. The variable qof_builds is supposed to add qofla-dir.h to BUILT_SOURCES... hm... maybe writing $(qof_builds) instead of ${qof_builds} helps? Or writing
BUILT_SOURCES += qofla-dir.h in the USE_LIBQOF section helps? Christian _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
