[GNC-dev] GnuCash 4.8 Released

Chris Good goodchris96 at gmail.com
Tue Sep 28 21:52:22 EDT 2021


Message: 2
Date: Tue, 28 Sep 2021 16:56:15 -0700
From: John Ralls <jralls at ceridwen.us>
To: David Cousens <davidcousens49 at gmail.com>
Cc: gnucash-devel at gnucash.org
Subject: Re: [GNC-dev] GnuCash 4.8 Released
Message-ID: <39517BCB-0004-49F2-B536-82514E3C2116 at ceridwen.us>
Content-Type: text/plain;	charset=utf-8

David,

Unfortunately Geert used a cmake -E command introduced in cmake-3.18, just
over a year ago. Fortunately cat is a common shell command, so if you like
you can edit gnucash/gschemas/CMakeLists.txt and change line 32 from
    COMMAND  ${CMAKE_COMMAND} -E cat ${gschema_migration_files} >
${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
to 
    COMMAND cat ${gschema_migration_files} >
${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml

Regards,
John Ralls

Hi John,

Works for me thanks.

Regards,
Chris Good



More information about the gnucash-devel mailing list