[GNC-dev] Can I delete the repository cagerskov/gnucash?

2023-01-05 Thread Claus Agerskov
Hi all I can see that I unknowingly have hosted maybe the main development repository of GnuCash at my GitHub on https://github.com/cagerskov/gnucash It hasn't been used since 2021-03-09. Can I delete it or are there a good reason why I should keep it? Thanks in advance The most enjoyable gr

Re: [GNC-dev] Can I delete the repository cagerskov/gnucash?

2023-01-05 Thread Derek Atkins
Hi, You are only hosting a fork, not the main dev repo. You are free to delete your fork. -derek On Thu, January 5, 2023 7:25 am, Claus Agerskov wrote: > Hi all > I can see that I unknowingly have hosted maybe the main development > repository of GnuCash at my GitHub on https://github.com/cagersk

Re: [GNC-dev] Can I delete the repository cagerskov/gnucash?

2023-01-05 Thread Claus Agerskov
Hi Derek I will. Thanks for all the work you and all the other contributers do. Den 05-01-2023 kl. 13:33 skrev Derek Atkins: Hi, You are only hosting a fork, not the main dev repo. You are free to delete your fork. -derek On Thu, January 5, 2023 7:25 am, Claus Agerskov wrote: Hi all I can s

[GNC-dev] Build error

2023-01-05 Thread ml enquirer
Hi, Thanks for all your hard work on gnucash; it's fantastic. To try and debug some budget reporting issues I'm having ( https://lists.gnucash.org/pipermail/gnucash-user/2023-January/104734.html), I'm trying to build for the first time. I *think* I installed all the dependencies, but I'm running

Re: [GNC-dev] Build error

2023-01-05 Thread Stephen M. Butler
This is the script I was given (I forget who donated it) to load dependencies on a Unix type box.  I am on Ubuntu and have upgraded to 22.10.  I think originally ran the script on 18.10 or 19.04. save this script then run it using sudo ... #!/bin/bash echo "Script to install development enviro

Re: [GNC-dev] Build error

2023-01-05 Thread Simon Roberts
I built on Ubuntu 20.04 using these instructions: https://wiki.gnucash.org/wiki/Building_On_Linux The build file was *massively simpler* than what you have. The one piece that gave me trouble was that in order for the line: sudo apt -y build-dep gnucash to work, you must edit the file /etc/apt/

Re: [GNC-dev] Build error

2023-01-05 Thread David Cousens
D It may help more if you can tell us what OS and version you are building on and the version of GnuCash you are building. There are usually 3 steps in the build: 1 Running "cmake" to set up the build 2 Running "make" or "ninja" to build the libraries and program 3 Running "ninja install" to instal