[GNC-dev] Error building stable

2023-03-27 Thread Herbert Thoma
Hi! I tried to build the current stable branch and got the following error: [ 10%] Building CXX object libgnucash/engine/CMakeFiles/gnc-engine.dir/gnc-option.cpp.o In file included from /home/tma/gnucash/gnucash_cvs/gnucash_stable/libgnucash/engine/gnc-option.cpp:25:0: /home/tma/gnucash/gnu

Re: [GNC-dev] Repository Branch Changes

2023-03-27 Thread john
Docs: Yes, as it would be confusing to have different branch names in code and doc. Accidental pushes: I'm looking into that. I think I can do that in the post-commit hook. Wiki articles: Thanks for the reminder. Regards, John Ralls > On Mar 26, 2023, at 8:36 PM, David T. via gnucash-devel

Re: [GNC-dev] Error building stable

2023-03-27 Thread john
stable is what used to be master, so you need to ninja uninstall && rm -rf * && cmake … && ninja if you're starting from a build directory with a 4.x build in it. If you hadn't run ninja install then ninja uninstall isn't necessary, and if did install but cleaned the build directory and lost ins

Re: [GNC-dev] Error building stable

2023-03-27 Thread Herbert Thoma
Am 27.03.23 um 18:50 schrieb john: stable is what used to be master, so you need to ninja uninstall && rm -rf * && cmake … && ninja if you're starting from a build directory with a 4.x build in it. If you hadn't run ninja install then ninja uninstall isn't necessary, and if did install but cle

Re: [GNC-dev] [GNC] GnuCash 5.0 Released

2023-03-27 Thread John Ralls
Rats. The correct hash and version number is c8ea60b2ccbeab5f6997a927939a0fad715fbbe494644e586c6c386bfec6857a Gnucash-Intel-5.0-1.dmg I've fixed the release notes and the SourceForge README. Thanks for the report. Regards, John Ralls > On Mar 27, 2023, at 9:28 AM, Peter West via gnucash-user

Re: [GNC-dev] Repository Branch Changes

2023-03-27 Thread David T. via gnucash-devel
Thanks, John. I appreciate all your effort and eloquence. ⁣David T. ​ On Mar 27, 2023, 7:44 PM, at 7:44 PM, john wrote: >Docs: Yes, as it would be confusing to have different branch names in >code and doc. > >Accidental pushes: I'm looking into that. I think I can do that in the >post-commit ho

[GNC-dev] Gnucash % Build on Linux MInt

2023-03-27 Thread David Cousens
Hi Just attempted to build GnuCash 5.0 on Linux Mint 21.1 from the tarball downloaded from Github cmake ran without errors but ninja gave the following error: "ninja: error: '../libgnucash/core-utils/gnc-vcs-info.h', needed by 'libgnucash/core-utils/CMakeFiles/gnc-vcs-info', missing and no known

Re: [GNC-dev] Gnucash % Build on Linux MInt

2023-03-27 Thread Stephen Cohoon
I encountered the same error building the tarbal on Pop_os! 22.04. I deleted it all and did a git clone. That build worked. -Stephen On Tue, Mar 28, 2023 at 10:59 AM, David Cousens wrote: > Hi > Just attempted to build GnuCash 5.0 on Linux Mint 21.1 from the tarball > downloaded from Github > >

Re: [GNC-dev] [GNC] GnuCash 5.0 Released

2023-03-27 Thread John Ralls
Nope, the schema is the same as before. Regards, John Ralls > On Mar 27, 2023, at 9:53 AM, Tim Rohrer wrote: > > I’ve been working over the past few months on a Python app to help users > migrate from Quicken Mac, which will only export csv files. I’m using Piecash > for writing the database

Re: [GNC-dev] Gnucash % Build on Linux MInt

2023-03-27 Thread David Cousens
That worked for me too Stephen, thnaks. The missing file is still not there in the git clone of the repository, so either the cmake is looking for and finding it it elsewhere but the downloaded ZIP still isn't compiling. Cheers David ___ gnucash-devel