Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-21 Thread Vincent Lucarelli
I now have a function development environment with gnucash from git and FQ from git installed, so I can develop in both. Documented everything at the bottom of https://wiki.gnucash.org/wiki/MacOS/Quartz I’m going to start on new thread on this mailing list to discuss how to use the new FQ feat

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-16 Thread John Ralls
xmlsec is how AQBanking and friends hook gcrypt. Yes, the New Account Hierarchy Assistant's Apply button tries to open a GncFileChooser that's derived from GtkFileChooser. That crashes if you try to run it from the build directory. No, you don't need to make a bundle, just run `ninja install` t

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-16 Thread Vincent Lucarelli
Sorry - I didn’t explain that I used ACLs (chmod -a) to completely block access for my build user “gnucash” from accessing /opt/homebrew and then started from the beginning of setting up a build environment as the gnucash user. During this rebuild, I ran into an error while building libxmlsec1,

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-16 Thread John Ralls
I thought that you said the freetype2 problem was from Cmake finding libbrotlidec in /opt/homebrew. I don't think that freetype2 has a dependency on gnutls. Webkit (via libsoup<-glib-networking) and AQBanking depend on it; IIRC the missing -lgcrypt is in the glib-networking build. The problem w

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-16 Thread Vincent Lucarelli
Got much farther with the build, but now stuck with a build/run time error. The freetype2 error was rooted in gnutls.pc missing -lgcrypt. I’m not sure if this is an issue for gnutls or a patch for arm64/MacOSx build. Manually added the dependency and finished the build. Tried to run gnucash b

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-14 Thread john
While you're getting familiar enough with GnuCash ask questions here. Once you've got a PR written we can move the discussion to that PR. Regards, John Ralls > On Jan 14, 2023, at 4:21 PM, Vincent Lucarelli > wrote: > > It looks like freetype2 picked up a dependency on > /opt/homebrew/lib/l

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-14 Thread Vincent Lucarelli
It looks like freetype2 picked up a dependency on /opt/homebrew/lib/libbrotlidec.dylib even though I started with a new user account and insulated the build with > > cmakeargs = > '-DCMAKE_SYSTEM_IGNORE_PATH="/opt/homebrew:/opt/macports:/sw:/usr/local"' as suggested at https://wiki.gnome.org/

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-14 Thread John Ralls
> On Jan 14, 2023, at 10:22 AM, Vincent Lucarelli > wrote: > > Hi, > > I am attempting to setup a new Mac OS X user account on Ventura 13.0.1 to > build gnucash so I can attempt to help integrate a new Finance::Quote feature > into GnuCash. Ran into 2 problems following the instructions at

[GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-14 Thread Vincent Lucarelli
Hi, I am attempting to setup a new Mac OS X user account on Ventura 13.0.1 to build gnucash so I can attempt to help integrate a new Finance::Quote feature into GnuCash. Ran into 2 problems following the instructions at https://wiki.gnucash.org/wiki/MacOS/Quartz First issue - was able to solv

Re: [GNC-dev] [GNC] Gnucash 4.7 dmg for Mac

2021-09-26 Thread John Ralls
Yeah, I missed a step. Actually a couple of steps. I've uploaded a new dmg: 91597ccd19e31f8ecc454d1a1e5f891c98e60efb28d2a78d2497caf2103a7c55 Gnucash-Intel-4.7-2.dmg Regards, John Ralls > On Sep 26, 2021, at 3:18 PM, Tim LeMaster wrote: > > Is it just me or does the disk image f

Re: UI update for Mac OS X

2012-11-02 Thread John Ralls
On Nov 2, 2012, at 10:13 PM, Andrew Pennebaker wrote: > GIMP has successfully updated its Mac interface, removing dependencies on > the XQuartz library and generally cleaning up the UI. Could we do the same > for GnuCash? Huh? Gnucash has no dependencies on XQuartz at all. Geert is hard at wor

UI update for Mac OS X

2012-11-02 Thread Andrew Pennebaker
GIMP has successfully updated its Mac interface, removing dependencies on the XQuartz library and generally cleaning up the UI. Could we do the same for GnuCash? -- Cheers, Andrew Pennebaker www.yellosoft.us ___ gnucash-devel mailing list gnucash-devel

Re: For Mac

2009-03-25 Thread David T.
results are definitely worth it. David P.S. I am cc-ing Gnucash users, as that is the correct list for this type of question... --- On Wed, 3/25/09, brian mccracken wrote: > From: brian mccracken > Subject: For Mac > To: gnucash-devel@gnucash.org > Date: Wednesday, March 25, 2009, 1

For Mac

2009-03-25 Thread brian mccracken
Hi. I wanted to download the software you have available for Mac OS X but wasn't sure where to go. Do I click on 'Source Code Only"? Thanks Brian ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/l

Re: Gnucash for Mac OsX

2008-07-03 Thread Derek Atkins
Alexander Sotirov <[EMAIL PROTECTED]> writes: > On Wed, Jul 02, 2008 at 08:54:08AM -0400, Derek Atkins wrote: >> Would you be willing to create a set of files suitable for >> inclusion in the source tree under packaging/osx, similar to >> the win32 scripts in packaging/win32? >> >> Would you also

Re: Gnucash for Mac OsX

2008-07-02 Thread Alexander Sotirov
On Wed, Jul 02, 2008 at 08:54:08AM -0400, Derek Atkins wrote: > Would you be willing to create a set of files suitable for > inclusion in the source tree under packaging/osx, similar to > the win32 scripts in packaging/win32? > > Would you also be willing to send in the patches that make > "gnucas

Re: Gnucash for Mac OsX

2008-07-02 Thread Derek Atkins
Hi, Alexander Sotirov <[EMAIL PROTECTED]> writes: > On Mon, Jun 30, 2008 at 01:13:05PM -0400, Dave Reiser wrote: >> A dmg installer is not a trivial undertaking, especially with 2 >> architectures to accommodate, and apple's library naming requirements. >> It would be almost as much work as the

Re: Gnucash for Mac OsX

2008-07-02 Thread Alexander Sotirov
On Mon, Jun 30, 2008 at 01:13:05PM -0400, Dave Reiser wrote: > A dmg installer is not a trivial undertaking, especially with 2 > architectures to accommodate, and apple's library naming requirements. > It would be almost as much work as the windows port, and harder to maintain. Actually it's not

Re: Gnucash for Mac OsX

2008-06-30 Thread Daniel Horwood
On 30/06/2008, at 11:37 PM, Herbert Polzhofer (IMSB) wrote: > Dear GnuCash Team, > > I have spend one whole day to get Gnucash to work on a intel-based > MacbookPro running Leopard and I did not succeed. Fink offers only > gnucash1.1.18 and MacPorts does not do the trick. MacPorts should instal

Re: Gnucash for Mac OsX

2008-06-30 Thread Dave Reiser
Herbert Polzhofer (IMSB) wrote: > Dear GnuCash Team, > > I have spend one whole day to get Gnucash to work on a intel-based > MacbookPro running Leopard and I did not succeed. Fink offers only > gnucash1.1.18 and MacPorts does not do the trick. Could you not just > make a dmg package for OsX

Gnucash for Mac OsX

2008-06-30 Thread Herbert Polzhofer (IMSB)
Dear GnuCash Team, I have spend one whole day to get Gnucash to work on a intel-based MacbookPro running Leopard and I did not succeed. Fink offers only gnucash1.1.18 and MacPorts does not do the trick. Could you not just make a dmg package for OsX? This would be *really* nice! I have not