Re: [GNC-dev] Confused about where gnc-warnings.h is

2020-05-03 Thread John Ralls
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

Re: [GNC-dev] Confused about where gnc-warnings.h is

2020-05-03 Thread jean laroche
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_

Re: [GNC-dev] Confused about where gnc-warnings.h is

2020-05-03 Thread John Ralls
> 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