Re: [GNC] Building Gnucash on Fedora 37 - "No package 'glib-2.0' found" error

2023-04-29 Thread Vivek Gani
I'm pretty sure it was a git checkout via `git clone g...@github.com:Gnucash/gnucash.git` . I was sorta pressed for time and ended up just installing the rpm package of gnucash which met my needs for python bindings - see

Re: [GNC] Building Gnucash on Fedora 37 - "No package 'glib-2.0' found" error

2023-04-25 Thread Geert Janssens
Hi, A late reply... I'm on Fedora 37 as well, but can't reproduce the error. I'm currently building the current stable branch though, not 4.13. Where does your gnucash-4.13 come from ? Is that a release tarball, or a git checkout ? Regards, Geert Op donderdag 9 maart 2023 23:52:52 CEST

Re: [GNC] Building Gnucash on Fedora 37 - "No package 'glib-2.0' found" error

2023-03-09 Thread Stephen M. Butler
This is the package for Ubuntu. apt --yes --force-yes install libglib2.0 libglib2.0-dev In fact, here are all the dependencies needed: apt --yes --force-yes install build-essential apt --yes --force-yes install cmake apt --yes --force-yes install ninja-build apt --yes --force-yes install

[GNC] Building Gnucash on Fedora 37 - "No package 'glib-2.0' found" error

2023-03-09 Thread Vivek Gani
Hi, I'm trying to build gnucash from source (rather than the rpm package or flatpak for python bindings) on Linux (Fedora 37) and keep running into an issue where on build I get the error: ``` -- Checking for module 'glib-2.0>=2.56.1' -- No package 'glib-2.0' found ``` What I've tried so far: