mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Instead of building libgncmod-app-utils-python as a stand-alone library because gncmod-app-utils.c can be compiled only with guile thanks to declaring scm_init_sw_app_utils_module. Linux linkers will just mark it 'U' but the MacOS linker errors out.
After loading this module, you must also call (gnc:setup-gettext) (setlocale LC_ALL "") at some point to finish initializing the app. This is not done automatically from gncmod-app-utils.c via app-utils.scm because you may need to handle setlocale yourself (or you may already have other code that does).