Derek Atkins wrote:
I suspect the issue is that those functions, acc_free, commit_err, on_done, noop, and on_err are being defined "static inline" and your particular compiler is complaining about them. FWIW I can build r13513 on FC4 without any issue.
FWIW, r13513 builds without error on my updated Rawhide (FC5) i386. Freshly updated today too. Only difference might be that I have qof built as its own package.
Can you go into those files in src/engine, remove the 'inline' part from those function definitions, and then see if that fixes your problem? -derek
Andrew _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
