Re: GnuCash OSX

2009-06-11 Thread John Ralls
On Jun 11, 2009, at 11:26 AM, Derek Atkins wrote: Hi, I noticed that you've done a lot of work on a semi-standalone GnuCash application for OSX. Could you perhaps come over to gnucash- devel or the #gnucash irc channel so we can talk about setting up an OSX Build Server? I'd like to wor

Re: GnuCash OSX

2009-06-13 Thread Derek Atkins
John, John Ralls writes: > On Jun 11, 2009, at 11:26 AM, Derek Atkins wrote: > >> Hi, >> >> I noticed that you've done a lot of work on a semi-standalone >> GnuCash application for OSX. Could you perhaps come over to >> gnucash- >> devel or the #gnucash irc channel so we can talk about setting

Re: GnuCash OSX

2009-06-13 Thread Charles Day
On Thu, Jun 11, 2009 at 12:56 PM, John Ralls wrote: > > On Jun 11, 2009, at 11:26 AM, Derek Atkins wrote: > > Hi, >> >> I noticed that you've done a lot of work on a semi-standalone GnuCash >> application for OSX. Could you perhaps come over to gnucash-devel or the >> #gnucash irc channel so we

Re: GnuCash OSX

2009-06-13 Thread Charles Day
On Sat, Jun 13, 2009 at 5:22 PM, John Ralls wrote: > > On Jun 13, 2009, at 11:10 AM, Charles Day wrote: > > >> One other outstanding issue is that, to my knowledge, AqBanking isn't >> available when compiling for quartz since the AqBanking GUI requires qt3, >> which requires X11. I don't know how

Re: GnuCash OSX

2009-06-13 Thread John Ralls
On Jun 13, 2009, at 11:10 AM, Charles Day wrote: One other outstanding issue is that, to my knowledge, AqBanking isn't available when compiling for quartz since the AqBanking GUI requires qt3, which requires X11. I don't know how hard it would be to build AqBanking using quartz versions

Re: GnuCash OSX

2009-06-13 Thread John Ralls
On Jun 13, 2009, at 8:29 AM, Derek Atkins wrote: John, John Ralls writes: On Jun 11, 2009, at 11:26 AM, Derek Atkins wrote: Hi, I noticed that you've done a lot of work on a semi-standalone GnuCash application for OSX. Could you perhaps come over to gnucash- devel or the #gnucash irc ch

Re: GnuCash OSX

2009-06-13 Thread John Ralls
On Jun 13, 2009, at 6:12 PM, Charles Day wrote: Me either... and as I recall, I couldn't build qt3-mac or qt4-mac with MacPorts, so I don't even have a chance of trying to patch and compile AqBanking against one of them. :( Oh, yeah... you mentioned MacPorts earlier... MacPorts (or Fink

Re: GnuCash OSX

2009-06-15 Thread Christian Stimming
Zitat von Charles Day : One other outstanding issue is that, to my knowledge, AqBanking isn't available when compiling for quartz since the AqBanking GUI requires qt3, which requires X11. FTR: The frontend for aqbanking requires qt3 by default but could just as well be compiled with qt4 (see

Re: GnuCash OSX

2009-06-15 Thread Derek Atkins
John Ralls writes: > So if you're going to try to get aqbanking's GUI working on quartz, > you'll have to get QT3-mac from Trolltech. I see no problem with doing this, provided: a) it's free, and b) we can redistribute it with our GnuCash App > Regards, > John Ralls -derek -- Derek A

Re: GnuCash OSX

2009-06-15 Thread Derek Atkins
on't think that the gnucash.in is really a problem. We just have a > gnucash.osx.in and make can pick that up instead of gnucash.in when > GDK_QUARTZ is true. Um, sure.. I guess that works... We sorta do that on Win32, where we set up a gnucash.bat that then calls gnucash-bin. So effectively we

Re: GnuCash OSX

2009-06-15 Thread John Ralls
te. I don't think that the gnucash.in is really a problem. We just have a gnucash.osx.in and make can pick that up instead of gnucash.in when GDK_QUARTZ is true. Um, sure.. I guess that works... We sorta do that on Win32, where we set up a gnucash.bat that then calls gnucash-bin. So effectively

Re: GnuCash OSX

2009-06-15 Thread Derek Atkins
Quoting John Ralls : Derek, No worries about not being a mac user/dev/admin. This is plain-old- unix stuff. Yes, an installable dmg is my goal, too. There's a bit of work still to get there. It's not necessary for getting a daily build going for testing purposes, though. I suppose... T

Re: GnuCash OSX

2009-06-15 Thread John Ralls
te. I don't think that the gnucash.in is really a problem. We just have a gnucash.osx.in and make can pick that up instead of gnucash.in when GDK_QUARTZ is true. Um, sure.. I guess that works... We sorta do that on Win32, where we set up a gnucash.bat that then calls gnucash-bin. So effectively

Re: GnuCash OSX

2009-07-05 Thread John Ralls
On Jun 15, 2009, at 3:51 PM, Derek Atkins wrote: Quoting John Ralls : Derek, No worries about not being a mac user/dev/admin. This is plain-old- unix stuff. Yes, an installable dmg is my goal, too. There's a bit of work still to get there. It's not necessary for getting a daily build

Re: GnuCash OSX

2009-07-11 Thread John Ralls
On Jul 11, 2009, at 10:49 AM, Derek Atkins wrote: Hi, I'm not a fan of /usr/local -- I'd recommend something like /opt/ gnucash. How about this: We use something like /opt/gnucash- and just make that a symlink into wherever GnuCash.App gets put? So when we run GnuCash.App the first thin

Re: GnuCash OSX

2009-07-11 Thread John Ralls
gn On Jul 5, 2009, at 5:35 PM, John Ralls wrote: We're really close to being able to have a drag-and-drop .dmg. I just need to patch and test dbus and we should be there. Regards, John Ralls Well, that's wrong, I'm afraid. I got dbus beaten into submission only to find that GConf has h

Re: GnuCash OSX

2009-07-11 Thread Derek Atkins
Hi, Quoting John Ralls : gn On Jul 5, 2009, at 5:35 PM, John Ralls wrote: We're really close to being able to have a drag-and-drop .dmg. I just need to patch and test dbus and we should be there. Regards, John Ralls Well, that's wrong, I'm afraid. I got dbus beaten into submission on

Re: GnuCash OSX

2009-07-12 Thread John Ralls
On Jul 11, 2009, at 10:57 AM, John Ralls wrote: On Jul 11, 2009, at 10:49 AM, Derek Atkins wrote: Hi, I'm not a fan of /usr/local -- I'd recommend something like /opt/ gnucash. How about this: We use something like /opt/gnucash- and just make that a symlink into wherever GnuCash.App get

Re: GnuCash OSX

2009-07-14 Thread Charles Day
On Sun, Jul 12, 2009 at 5:10 PM, John Ralls wrote: > > On Jul 11, 2009, at 10:57 AM, John Ralls wrote: > > >> On Jul 11, 2009, at 10:49 AM, Derek Atkins wrote: >> >> Hi, >>> >>> I'm not a fan of /usr/local -- I'd recommend something like /opt/gnucash. >>> How about this: We use something like /

Re: GnuCash OSX

2009-07-20 Thread Derek Atkins
John Ralls writes: > It works, too! Glad to hear it. Yay! > I need to rebuild everything in /opt/gnucash-foo, but if I build app > dmgs (one each for intel and ppc, since I'm still having trouble with > getting gtk+ to build universal) for 2.2.9, will you guys put them up > in your downloads a

Re: GnuCash OSX

2009-07-20 Thread Derek Atkins
Charles Day writes: > I committed the patches yesterday. Were there any problems with the > overnight builds for Linux or Windows? I was able to build GnuCash here with > the mac integration features, like menus at the top of the screen instead of > inside the GnuCash window. Looks pretty good, j

Re: GnuCash OSX

2009-08-18 Thread Daniel Brewer
Hello, I noticed from this list that John Rails and Derek Atkins were very close to producing OS X native binary versions of gnucash. I was just wondering whether these were available anywhere for testing. Many thanks Dan brewer ___ gnucash-devel mail

Re: GnuCash OSX

2009-08-18 Thread Derek Atkins
Quoting Daniel Brewer : Hello, I noticed from this list that John Rails and Derek Atkins were very close to producing OS X native binary versions of gnucash. I was just wondering whether these were available anywhere for testing. Not yet, no. We don't have the build server configured yet.

Re: GnuCash OSX

2009-08-18 Thread John Ralls
On Aug 18, 2009, at 7:03 AM, Derek Atkins wrote: Quoting Daniel Brewer : Hello, I noticed from this list that John Rails and Derek Atkins were very close to producing OS X native binary versions of gnucash. I was just wondering whether these were available anywhere for testing. Not yet

Re: GnuCash OSX

2009-08-18 Thread Derek Atkins
John Ralls writes: > On Aug 18, 2009, at 7:03 AM, Derek Atkins wrote: > >> Quoting Daniel Brewer : >> >>> Hello, >>> >>> I noticed from this list that John Rails and Derek Atkins were very >>> close to producing OS X native binary versions of gnucash. I was >>> just >>> wondering whether these w

Re: GnuCash OSX

2009-08-18 Thread John Ralls
On Aug 18, 2009, at 7:03 AM, Derek Atkins wrote: Quoting Daniel Brewer : Hello, I noticed from this list that John Rails and Derek Atkins were very close to producing OS X native binary versions of gnucash. I was just wondering whether these were available anywhere for testing. Not yet

Re: GnuCash OSX

2009-08-19 Thread Derek Atkins
John Ralls writes: > On Aug 18, 2009, at 7:03 AM, Derek Atkins wrote: > >> Quoting Daniel Brewer : >> >>> Hello, >>> >>> I noticed from this list that John Rails and Derek Atkins were very >>> close to producing OS X native binary versions of gnucash. I was >>> just >>> wondering whether these w

Re: GnuCash OSX

2009-08-20 Thread John Ralls
On Aug 19, 2009, at 5:36 AM, Derek Atkins wrote: Hopefully you can upload the 2.2.9 DMG in the next few days. It's done, with an announcement on the MacOSX/Quartz Wiki page. Perhaps one of the admins could add a link to the main web page as well, and generate some publicity. I'll get

Re: GnuCash OSX

2009-08-20 Thread Charles Day
On Thu, Aug 20, 2009 at 4:20 PM, John Ralls wrote: > > On Aug 19, 2009, at 5:36 AM, Derek Atkins wrote: > > >> Hopefully you can upload the 2.2.9 DMG in the next few days. >> >> > It's done, with an announcement on the MacOSX/Quartz Wiki page. Perhaps one > of the admins could add a link to the m

Re: GnuCash OSX

2009-08-20 Thread John Ralls
On Aug 20, 2009, at 4:40 PM, Charles Day wrote: On Thu, Aug 20, 2009 at 4:20 PM, John Ralls wrote: On Aug 19, 2009, at 5:36 AM, Derek Atkins wrote: Hopefully you can upload the 2.2.9 DMG in the next few days. It's done, with an announcement on the MacOSX/Quartz Wiki page. Perhaps one

Re: GnuCash OSX

2009-08-21 Thread Charles Day
On Thu, Aug 20, 2009 at 7:44 PM, John Ralls wrote: > > On Aug 20, 2009, at 4:40 PM, Charles Day wrote: > > On Thu, Aug 20, 2009 at 4:20 PM, John Ralls wrote: >> >> On Aug 19, 2009, at 5:36 AM, Derek Atkins wrote: >> >> >> Hopefully you can upload the 2.2.9 DMG in the next few days. >> >> >> It'

Re: GnuCash OSX

2009-08-21 Thread John Ralls
On Aug 21, 2009, at 8:32 AM, Charles Day wrote: On Thu, Aug 20, 2009 at 7:44 PM, John Ralls wrote: On Aug 20, 2009, at 4:40 PM, Charles Day wrote: Sweet! Since it is built for quartz, does it include aqbanking, and if so, which version of Qt was used? It does include aqbanking, but

Re: GnuCash OSX

2009-08-21 Thread Martin Preuss
Hi, On Freitag, 21. August 2009, John Ralls wrote: > On Aug 21, 2009, at 8:32 AM, Charles Day wrote: [...] > > Yes, I believe it should still work fine without a front end if the > > setup is > > already there. Sucks if you aren't already set up though. (I haven't > > been > > able to get Qt3 or Q

Re: GnuCash OSX

2009-08-22 Thread Bryce Poole
The simplest way to get Qt building on the Mac is to download the Qt SDK. The main page: http://qt.nokia.com/products/qt/downloads The specific Mac page: http://qt.nokia.com/downloads/sdk-mac-os-cpp Regards, Bryce On Fri, Aug 21, 2009 at 10:16 AM, John Ralls wrote: > > On Aug 21, 2009, at 8:32 A

Re: GnuCash OSX

2009-08-22 Thread David Reiser
Except that the bigger problem here is that aqbanking doesn't work with Qt Mac. Although I haven't tried it lately, the aqbanking setup wizard hasn't changed enough for me to expect that it would build successfully with QtMac. Dave On Aug 22, 2009, at 3:33 PM, Bryce Poole wrote: The simple

Re: GnuCash OSX

2009-08-22 Thread Charles Day
I believe aqbanking is written for Qt3, so it would have to be patched to compile against Qt4. -Charles On Sat, Aug 22, 2009 at 2:15 PM, David Reiser wrote: > Except that the bigger problem here is that aqbanking doesn't work with Qt > Mac. Although I haven't tried it lately, the aqbanking setup

Re: GnuCash OSX

2009-08-22 Thread John Ralls
On Aug 22, 2009, at 2:44 PM, Charles Day wrote: I believe aqbanking is written for Qt3, so it would have to be patched to compile against Qt4. I did notice instructions in the aqbanking README for building it with QT4, but I haven't tried that yet. I haven't looked at what would be invo

Re: GnuCash OSX

2009-08-22 Thread Charles Day
On Sat, Aug 22, 2009 at 7:39 PM, John Ralls wrote: > > On Aug 22, 2009, at 2:44 PM, Charles Day wrote: > > I believe aqbanking is written for Qt3, so it would have to be patched to >> compile against Qt4. >> > > I did notice instructions in the aqbanking README for building it with QT4, > but I

Re: GnuCash OSX

2009-08-23 Thread Christian Stimming
Dear John, Am Sonntag, 23. August 2009 04:39 schrieb John Ralls: > On Aug 22, 2009, at 2:44 PM, Charles Day wrote: > > I believe aqbanking is written for Qt3, so it would have to be > > patched to compile against Qt4. > > I did notice instructions in the aqbanking README for building it with > QT4

Re: GnuCash OSX

2009-08-23 Thread Charles Day
2009/8/23 Christian Stimming > Dear John, > > Am Sonntag, 23. August 2009 04:39 schrieb John Ralls: > > On Aug 22, 2009, at 2:44 PM, Charles Day wrote: > > > I believe aqbanking is written for Qt3, so it would have to be > > > patched to compile against Qt4. > > > > I did notice instructions in t

Error building GnuCash OSX/Quartz (svn)

2010-06-22 Thread Geert Janssens
Got this today when trying to build: *** Checking out gtk+ *** [23/70] curl --continue-at - -L http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.20/gtk+-2.20.1.tar.bz2 -o /Users/janssege/gtk/source/pkgs/gtk+-2.20.1.tar.bz2 % Total% Received % Xferd Average Speed TimeTime Time Curr

Re: Error building GnuCash OSX/Quartz (svn)

2010-06-22 Thread John Ralls
On Jun 22, 2010, at 1:13 PM, Geert Janssens wrote: > Got this today when trying to build: > > *** Checking out gtk+ *** [23/70] > curl --continue-at - -L > http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.20/gtk+-2.20.1.tar.bz2 -o > /Users/janssege/gtk/source/pkgs/gtk+-2.20.1.tar.bz2 > % Total

Re: Error building GnuCash OSX/Quartz (svn)

2010-06-22 Thread John Ralls
On Jun 22, 2010, at 3:45 PM, John Ralls wrote: > > On Jun 22, 2010, at 1:13 PM, Geert Janssens wrote: > >> Got this today when trying to build: >> >> *** Checking out gtk+ *** [23/70] >> curl --continue-at - -L >> http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.20/gtk+-2.20.1.tar.bz2 -o >> /Us

Re: Error building GnuCash OSX/Quartz (svn)

2010-06-23 Thread Geert Janssens
On Wednesday 23 June 2010, John Ralls wrote: > On Jun 22, 2010, at 3:45 PM, John Ralls wrote: > > On Jun 22, 2010, at 1:13 PM, Geert Janssens wrote: > >> Got this today when trying to build: > >> > >> *** Checking out gtk+ *** [23/70] > >> curl --continue-at - -L > >> http://ftp.gnome.org/pub/GNOME

Re: aqbanking Qt on OSX (was: GnuCash OSX)

2009-08-23 Thread John Ralls
On Aug 23, 2009, at 1:12 PM, Christian Stimming wrote: Dear John, Am Sonntag, 23. August 2009 04:39 schrieb John Ralls: On Aug 22, 2009, at 2:44 PM, Charles Day wrote: I believe aqbanking is written for Qt3, so it would have to be patched to compile against Qt4. I did notice instructions i

Re: aqbanking Qt on OSX (was: GnuCash OSX)

2009-08-23 Thread Charles Day
On Sun, Aug 23, 2009 at 4:12 PM, John Ralls wrote: > > On Aug 23, 2009, at 1:12 PM, Christian Stimming wrote: > > Dear John, >> >> Am Sonntag, 23. August 2009 04:39 schrieb John Ralls: >> >>> On Aug 22, 2009, at 2:44 PM, Charles Day wrote: >>> I believe aqbanking is written for Qt3, so it w

GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-28 Thread Geert Janssens
It's been a while since I last attempted to build the Quartz build of OSX. I followed the guidelines from the wiki page and the build started running happily until it came to gwenhywfar. The script attempts to download gwenhywfar 4.0.9 from John's download area on github, but that results in a

Re: GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-28 Thread John Ralls
On Jun 28, 2011, at 3:38 AM, Geert Janssens wrote: > It's been a while since I last attempted to build the Quartz build of OSX. > > I followed the guidelines from the wiki page and the build started running > happily until it came to gwenhywfar. > > The script attempts to download gwenhywfar 4

Re: GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-28 Thread Geert Janssens
On dinsdag 28 juni 2011, John Ralls wrote: > On Jun 28, 2011, at 3:38 AM, Geert Janssens wrote: > > It's been a while since I last attempted to build the Quartz build of > > OSX. > > > > I followed the guidelines from the wiki page and the build started > > running happily until it came to gwenhyw

Re: GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-28 Thread John Ralls
On Jun 28, 2011, at 2:07 PM, Geert Janssens wrote: > On dinsdag 28 juni 2011, John Ralls wrote: > > On Jun 28, 2011, at 3:38 AM, Geert Janssens wrote: > > > It's been a while since I last attempted to build the Quartz build of > > > OSX. > > > > > > I followed the guidelines from the wiki page a

Re: GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-29 Thread Geert Janssens
On dinsdag 28 juni 2011, John Ralls wrote: > On Jun 28, 2011, at 2:07 PM, Geert Janssens wrote: > > On dinsdag 28 juni 2011, John Ralls wrote: > > > On Jun 28, 2011, at 3:38 AM, Geert Janssens wrote: > > > > It's been a while since I last attempted to build the Quartz build of > > > > OSX. > > > >