Re: Modules and GnuCash

2007-02-15 Thread Peter McAlpine
On 15-Feb-07, at 9:15 PM, Derek Atkins wrote: And these should be modules (or combined together): This is another important question. I'll first be looking at migrating the easy "modules" to what they should be. But after I have a better picture of what should be a library/module I'll want

GDA status

2007-02-15 Thread Phil Longstaff
I hit a number of roadblocks. 1) My development machine died 2) After I replaced it, I got myself locked out of gnucash subversion 3) I "upgraded" to libgda 2.99.5 which introduced a show-stopper bug. I'm now back to 2.99.3 (2.99.4 was very short-lived) and will be able to continue work. Phil _

Merging trunk changes into branches

2007-02-15 Thread Phil Longstaff
Are there any guidelines on merging changes in trunk into a branch or changes from another branch into a branch? Merging from the trunk would allow me to keep up with bug fixes and other changes and make the future merge back into the trunk easier. Merging in other branches could make my job e

Re: Modules and GnuCash

2007-02-15 Thread Derek Atkins
Quoting Peter McAlpine <[EMAIL PROTECTED]>: > So that there is not an unending debate over "what should be a module > and what should be a library", I'd propose that the primary > developers reply with what they each think should be a module and > what they each think should be a library. I

Re: Modules and GnuCash

2007-02-15 Thread Peter McAlpine
Ok, It sounds as though it's been agreed that some sort of modular approach needs to be taken. With that in mind, I've compiled a list of what is currently a GnuCash module (below). Please review and let me know if I'm missing anything. This list does not include test modules. So that the

Re: problems with gtk_html_print in gtkhtml.h

2007-02-15 Thread Ian Lewis
Well, regardless of whether it's deprecated or obsoleted if gtkhtml starts removing fuctions from files then it means that the newer and older versions will be incompatible. 2007/2/16, David Hampton <[EMAIL PROTECTED]>: > > On Thu, 2007-02-15 at 19:15 -0500, Derek Atkins wrote: > > Quoting David H

Re: your unofficial Windows gnucash builds

2007-02-15 Thread Nathan Buchanan
On 2/14/07, Derek Atkins <[EMAIL PROTECTED]> wrote: > > Quoting Nathan Buchanan <[EMAIL PROTECTED]>: > > > I'm a bit new with building these, so I'd rather deffer to the real > experts. > > I believe Christian Stimming is creating the official windows > development > > builds. > > > > I'm basically

Re: GNU cash install on OSX

2007-02-15 Thread Derek Atkins
Does nobody do any research before asking questions? http://wiki.gnucash.org/wiki/MacOSXInstallation This is linked off the main wiki page! -derek Quoting Sébastien Poher <[EMAIL PROTECTED]>: > Hi, > > I xould like to install GNU cash on OSX and have downloaded > gnucash-2.0.4.tar.gz > How can

Re: problems with gtk_html_print in gtkhtml.h

2007-02-15 Thread David Hampton
On Thu, 2007-02-15 at 19:15 -0500, Derek Atkins wrote: > Quoting David Hampton <[EMAIL PROTECTED]>: > > > On Thu, 2007-02-15 at 16:52 -0500, digger vermont wrote: > > > >> My reading skill (programming) is not very good but it seems that they > >> are getting rid of the dependency on libgnomeprint

GNU cash install on OSX

2007-02-15 Thread Sébastien Poher
Hi, I xould like to install GNU cash on OSX and have downloaded gnucash-2.0.4.tar.gz How can I configure and compile it ? What are the components required for OSX 10.4 ? Thanks, Sebastien ___ gnucash-devel mailing list gnucash-devel@gnucash.org https:

Re: problems with gtk_html_print in gtkhtml.h

2007-02-15 Thread Derek Atkins
Quoting David Hampton <[EMAIL PROTECTED]>: > On Thu, 2007-02-15 at 16:52 -0500, digger vermont wrote: > >> My reading skill (programming) is not very good but it seems that they >> are getting rid of the dependency on libgnomeprint. > > Well, that makes sense since libgnomeprint was obsoleted by t

Re: problems with gtk_html_print in gtkhtml.h

2007-02-15 Thread David Hampton
On Thu, 2007-02-15 at 16:52 -0500, digger vermont wrote: > My reading skill (programming) is not very good but it seems that they > are getting rid of the dependency on libgnomeprint. Well, that makes sense since libgnomeprint was obsoleted by the various GtkPrint* functions in gtk 2.10. David

Re: Commodities and reports

2007-02-15 Thread Josh Sled
On Thu, 2007-02-15 at 17:38 -0500, John Schmerge wrote: > Also, I'm wondering if the current report rendering engine can support > anything more advanced than basic scatter-plots... Can someone provide > me a link to some info on this? I'm almost leaning towards having this > type of graphing capab

Commodities and reports

2007-02-15 Thread John Schmerge
Hey guys, Keep in mind reading this that I really am very new, and have really no idea of where to start with any of these ideas... I'm thinking that it would be kinda nice to add some features to gnucash for the sake of analyzing securities and commodities, and would like to solicit some inp

Re: problems with gtk_html_print in gtkhtml.h

2007-02-15 Thread digger vermont
Hi Derek, On Thu, 2007-02-15 at 11:17 -0500, Derek Atkins wrote: > Hi, > > digger vermont <[EMAIL PROTECTED]> writes: > > > Not getting any response from the bugreport I thought I'd build 2.04 > > myself and also ran into what looks like may be the same problem. It > > stalls where gnc-html.c i

Re: Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread Derek Atkins
Hi, Quoting David Hampton <[EMAIL PROTECTED]>: > On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote: > >> And so I pose this question: is GnuCash to have a modular design or >> not? If yes, then the modules need to be ripped apart and made to use >> a strict interface. If no, then the GNCMod

Re: Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread Josh Sled
On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote: > And so I pose this question: is GnuCash to have a modular design or > not? If yes, then the modules need to be ripped apart and made to use > a strict interface. If no, then the GNCModule code should be ripped > out and everything should (g

Re: Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread David Hampton
On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote: > And so I pose this question: is GnuCash to have a modular design or > not? If yes, then the modules need to be ripped apart and made to use > a strict interface. If no, then the GNCModule code should be ripped > out and everything should (

Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread Peter McAlpine
After some investigation it's seems to me that it would be a good idea to set a clear direction for how GnuCash uses modules. Here is the problem I see exists now: Upon program initialization the modules are loaded (as GModule's), but throughout the core code and the module code GnuCash is directl

Re: GNUCash Backtrace from FreeBSD 6.2 Release...

2007-02-15 Thread Dennis C.
What I meant is that I'm glad to have found a way to keep GNUCash going with my limited experience in this Unix environment instead of having to go back to something like Quicken in an MS Windows environment! Would love to help test code while I'm at it, but the installation instructions just s

Re: Troubles with foreign currency account

2007-02-15 Thread Derek Atkins
Thomas Klausner <[EMAIL PROTECTED]> writes: > Hi! > > I'm using NetBSD-4.99.9/amd64 and gnucash-2.0.4. > > I tried adding a foreign currency account and using it for buying > a foreign fund in Turkish Lira. > Some troubles I had: > > . The symbol for Turkish Lira is TRY nowadays, not TRL any longe

Re: problems with gtk_html_print in gtkhtml.h

2007-02-15 Thread Derek Atkins
Hi, digger vermont <[EMAIL PROTECTED]> writes: > Not getting any response from the bugreport I thought I'd build 2.04 > myself and also ran into what looks like may be the same problem. It > stalls where gnc-html.c is looking for gtk_html_print from > gtkhtml/gtkhtml.h Actually, that's NOT w

Re: install instructions

2007-02-15 Thread Derek Atkins
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > I may be missing something obvious but I have been looking through this > site and the SourceForge sites trying to find a step by step instruction > on how to install Gnucash, instructions for someone who has never seen > or dealt with tar, bz2 an

install instructions

2007-02-15 Thread [EMAIL PROTECTED]
I may be missing something obvious but I have been looking through this site and the SourceForge sites trying to find a step by step instruction on how to install Gnucash, instructions for someone who has never seen or dealt with tar, bz2 and gz file types. Thanks _

Troubles with foreign currency account

2007-02-15 Thread Thomas Klausner
Hi! I'm using NetBSD-4.99.9/amd64 and gnucash-2.0.4. I tried adding a foreign currency account and using it for buying a foreign fund in Turkish Lira. Some troubles I had: . The symbol for Turkish Lira is TRY nowadays, not TRL any longer (as gnucash still thinks). This changed beginning of 20