Message: 2
Date: Tue, 28 Sep 2021 16:56:15 -0700
From: John Ralls <jra...@ceridwen.us>
To: David Cousens <davidcousen...@gmail.com>
Cc: gnucash-devel@gnucash.org
Subject: Re: [GNC-dev] GnuCash 4.8 Released
Message-ID: <39517bcb-0004-49f2-b536-82514e3c2...@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

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to