Re: Missing glib/gobject when compiling

2017-11-05 Thread John Ralls
> On Nov 5, 2017, at 6:07 PM, Edward Bridges wrote: > > I've built libdbdpgsql.so using jhbuild build libdbi-drivers, then run: > > cp gnucash-stable/lib/dbd/libdbdpgsql.so \ >/Applications/Gnucash.app/Contents/Resources/lib/dbd > > > install_name_tool -change gnucash-stable/lib/libdbi.1

Re: Missing glib/gobject when compiling

2017-11-05 Thread Edward Bridges
I've built libdbdpgsql.so using jhbuild build libdbi-drivers, then run: cp gnucash-stable/lib/dbd/libdbdpgsql.so \ /Applications/Gnucash.app/Contents/Resources/lib/dbd install_name_tool -change gnucash-stable/lib/libdbi.1.dylib \ /Applications/Gnucash.app/Contents/Resources/lib/libdbi.1.

Re: Missing glib/gobject when compiling

2017-11-05 Thread John Ralls
Yup, that should work. Reply if it doesn’t. Regards, John Ralls > On Nov 5, 2017, at 1:09 PM, Edward Bridges wrote: > > Ah-ah. I read that section a bit closer now. So, after running jhbuild > build libdbi-drivers I would simply copy the resulting libdbdpgsql.so to > Gnucash.app/Contents/Res

Re: Missing glib/gobject when compiling

2017-11-05 Thread Edward Bridges
Ah-ah. I read that section a bit closer now. So, after running jhbuild build libdbi-drivers I would simply copy the resulting libdbdpgsql.so to Gnucash.app/Contents/Resources/lib/dbd and run install_name_tool? Thanks! On Sun, Nov 5, 2017, at 11:22 AM, John Ralls wrote: > > >> On Nov 5, 2017, a

Re: Missing glib/gobject when compiling

2017-11-05 Thread John Ralls
> On Nov 5, 2017, at 4:36 AM, Edward Bridges > wrote: > > Hi, > > Thanks a lot for an awesome accounting product! It's been very helpful > for my family's personal finance! > > The gap I've found is that reporting isn't as flexible as I would like. > To addres

Re: Confusion around qof_instance editlevel and test-account-object

2017-11-05 Thread Geert Janssens
Op zondag 5 november 2017 13:55:56 CET schreef Carwyn Nelson: > Hi all, > > I’m wondering if anybody would be able to explain something to me that I’m > finding a little confusing. > > I’m working with Aaron (lmat) on the cpp conversion of Account and as > expected during the conversion some of t

Confusion around qof_instance editlevel and test-account-object

2017-11-05 Thread Carwyn Nelson
Hi all, I’m wondering if anybody would be able to explain something to me that I’m finding a little confusing. I’m working with Aaron (lmat) on the cpp conversion of Account and as expected during the conversion some of the tests are failing. One of the tests that I’m working on fixing is the

Missing glib/gobject when compiling

2017-11-05 Thread Edward Bridges
Hi, Thanks a lot for an awesome accounting product! It's been very helpful for my family's personal finance! The gap I've found is that reporting isn't as flexible as I would like. To address this I'm hoping to PostgreSQL as the backend to make querying a bit easier. However, I'm on MacOS and