Devs, can you explain this to me? I'm completely confused about it.
Where is *gnc-warnings.h* supposed to be?
On my system it's here:
build_xcode/gnucash/gnome-utils/gnc-warnings.h
But build_xcode is generated, and not under git. I can't find it anywhere in
the src tree... So I really don't unde
> On May 3, 2020, at 10:24 AM, jeanl wrote:
>
> Devs, can you explain this to me? I'm completely confused about it.
> Where is *gnc-warnings.h* supposed to be?
> On my system it's here:
>
> build_xcode/gnucash/gnome-utils/gnc-warnings.h
>
> But build_xcode is generated, and not under git. I
mmm, I'm not very familiar with CMakeFiles.txt
But I'm guessing that this is what creates the file in question?
add_custom_command(
OUTPUT ${GNC_WARNINGS_H}
DEPENDS ${WARNINGS_SCHEMA} make-gnc-warnings-h.xsl
COMMAND
${LIBXSLT_XSLTPROC_EXECUTABLE} -o ${GNC_WARNINGS_H}
${CMAKE_CURRENT_SOURCE_
Yup.
Recommended: https://crascit.com/professional-cmake/
Regards,
John Ralls
> On May 3, 2020, at 11:46 AM, jean laroche wrote:
>
> mmm, I'm not very familiar with CMakeFiles.txt
>
> But I'm guessing that this is what creates the file in question?
>
> add_custom_command(
> OUTPUT ${GNC_WA
Hi,
GnuCash master (as at 29 Apr 2020 fbf7171ab Fix libgnc-app-utils.dylib
install_name_dir.) on Ubuntu 18.04
I'm trying to open SQLite3 file del-account-cross-currencies-issue.gnucash
attached to bug 797220.
But when I try to open SQLite3 file. It says "no suitable backend was found"
a