[GNC] Building GnuCash from src distributions

2021-05-19 Thread mike823
Since no GnuCash build with python bindings was ever provided, I have attempted to build one myself. I would be interested to hear why the dev team chose not to distribute binaries for GnuCash with python bindings. I spent couple of days working on this: - 3 different linux distributions - source

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread John Ralls
> On May 19, 2021, at 10:34 AM, mike823 wrote: > > Since no GnuCash build with python bindings was ever provided, I have > attempted to build one myself. I would be interested to hear why the dev > team chose not to distribute binaries for GnuCash with python bindings. > > I spent couple of d

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread mike823
Thank you John, How do I get support for build? I've sent two days ago a message to "GnuCash - Dev" but no answer. Here is the error I am getting: [**@CentOS-8dot1 gnucash-build]$ cat /home/**/gnucash-build/CMakeFiles/CMakeError.log Determining if the pthread_create exist failed with th

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread Derek Atkins
Hi, On Wed, May 19, 2021 4:52 pm, mike823 wrote: > Thank you John, > > How do I get support for build? I've sent two days ago a message to > "GnuCash > - Dev" but no answer. You are sending this message through Nabble. Are you subscribed to the actual gnucash-devel mailing list? If not, that's

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread John Ralls
> On May 19, 2021, at 1:52 PM, mike823 wrote: > > Thank you John, > > How do I get support for build? I've sent two days ago a message to "GnuCash > - Dev" but no answer. > > Here is the error I am getting: > > > [**@CentOS-8dot1 gnucash-build]$ cat > /home/**/gnucash-build/CMakeFil

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread David Cousens
Mike There are two common problems for the cmake procedure failing. The first is the relative addressing to the source locations from the build directory. That usually results in the Cmake execution failing early but if cmake finds CMakelists.txt file in the directory that it will start to build w

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread mike823
Hi Derek, I need GnuCash with python bindings. IAFAIk EPEL GnuCash package does not include the bindings. Can you please confirm this. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucash-user mailing list gnucash-

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread mike823
Hi John, As recommended, I have tried Fedora's regular GnuCash RPM. Just by launching it, I don't have a way to validate that includes or not python bindings. The issue is that the gnucash python module cannot be installed. [@fedora ~]$ pip install gnucash Defaulting to user installation

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread Derek Atkins
HI, On Wed, May 19, 2021 6:24 pm, mike823 wrote: > Hi Derek, > > I need GnuCash with python bindings. IAFAIk EPEL GnuCash package does not > include the bindings. Can you please confirm this. I do not have an EL8 machine handy so I cannot test or confirm this. However, on Fedora-33, the gnucash p

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread Derek Atkins
Hi, On Wed, May 19, 2021 6:30 pm, mike823 wrote: > Hi John, > > As recommended, I have tried Fedora's regular GnuCash RPM. Just by > launching > it, I don't have a way to validate that includes or not python bindings. rpm -ql gnucash | grep .py > The issue is that the gnucash python module canno

Re: [GNC] Building GnuCash from src distributions

2021-05-19 Thread John Ralls
> On May 19, 2021, at 3:30 PM, mike823 wrote: > > Hi John, > > As recommended, I have tried Fedora's regular GnuCash RPM. Just by launching > it, I don't have a way to validate that includes or not python bindings. > > The issue is that the gnucash python module cannot be installed. > > [xx

Re: [GNC] Building GnuCash from src distributions

2021-05-20 Thread mike823
Just to update you guys. The fedora 34 rpm, gnucash-4.5-1.fc34.x86_64.rpm, indeed includes the python bindings and the gnucash python module is properly install. Once the rpm is installed, the "import gnucash" in python is successful. Regarding building from sources, after trying a couple of rele