Re: gnucash-1.1.20 and XmHTML-1.1.5

1998-10-21 Thread Rob Browning
[EMAIL PROTECTED] writes: > Where do I send the provisional patches to? > > The developer of XmHTML or here or ... Depends on what you patched... I'd wait until Linas gets my latest patch (from yesterday) integrated, and see if we addressed some of your concerns... -- Rob Br

Re: gnucash-1.1.20 and guile

1998-10-21 Thread Rob Browning
ged back to AC_MSG_ERROR. I'll proably do that (unless someone else does) next time I'm working on the configure.in stuff... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash

Re: gnucash-1.1.20 and `make motif'

1998-10-22 Thread Rob Browning
use gh_eval_str here because --startup-file might have double quotes or other funny chars in it. */ gh_define("gnc:_startup-file-default_", gh_str02scm(startup_file)); if(running_as_shell(gargc, gargv)) { gh_repl(argc, argv); } else { if(gh_eval_file(startup_file) ==

Re: gnucash-1.1.20 and `make qt'

1998-10-22 Thread Rob Browning
[EMAIL PROTECTED] writes: > What more can I say? As far as I know the motif build is the only one that works right now. GNOME and QT both have to be updated to reflect recent engine and startup changes. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F

Re: gnucash-1.1.20 and XmHTML-1.1.5

1998-10-22 Thread Rob Browning
27;t have good internal docs yet so many things will be mysterious. 4) This project is pretty complex for someone just trying to learn C and GTK. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %<

Re: Upgrade or not to upgrade?

1998-10-22 Thread Rob Browning
n? If so, that's great. So are qif files "one account per file" like cbb files? If so then you've already solved the problem I was worrying about... (Actually, now that I think about it, I can see there's a slower but much less contorted solution than the one I was

Re: CVS server for gnucash-gnome

1998-10-22 Thread Rob Browning
its/reports/etc) 3) handling the changes I've made to the startup procedure (mostly note that main.h and main.c should become top-level.h and top-level.c -- main() is now in src/guile/gnucash.c). Also look at how src/motif/Makefile.in has changed to accomodate this.

Re: Upgrade or not to upgrade?

1998-10-22 Thread Rob Browning
have non-split transactions left, finds any completely matching destination, which must exist. > Yes. Note that Quicken, but not msmoney, provide a way of dumping > several accounts in one file, but this is a carefully hidden option. I seem to remember that I couldn't figure ou

Re: LessTif and building 1.1.20

1998-10-22 Thread Rob Browning
"only show the past few months" windowing code. > I'm tempted to promise that I'll look into it myself be that'd be my > third night-time project and this isn't realistic :-( I know exactly how you feel :> -- Rob Browning <[EMAIL PROTECTED]> PGP=E80

Re: gnucash-1.1.20 and XmHTML-1.1.5

1998-10-22 Thread Rob Browning
mary" interface. My only real bias is that the final "primary" UI be "free", so I either want to make sure we continue to work with LessTif, or that we have a full interface for GNOME. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -

Re: gnucash-1.1.20 and `make motif'

1998-10-23 Thread Rob Browning
ion will be gnucash-1.2.x gnucash: [D] Shutdown -- exit-status: 0 gnucash: [D] Running functions on hook shutdown-hook Thanks -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Acc

Analgesic for Linas.

1998-10-23 Thread Rob Browning
ve you with binaries designed to run from /usr, but installed into `pwd`/tmp. Just what you need for packaging. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing L

Re: Analgesic for Linas.

1998-10-24 Thread Rob Browning
one can easily find. Well, they're derived from the ./configure arguments, but now they only show up in two places. There's @GNC_STARTUP_FILE@ in gnucash.h and the rest are in a special section of startup.scm. Does all this sound OK? -- Rob Browning <[EMAIL PROTECTED]> PGP=E8

#f problem...

1998-10-24 Thread Rob Browning
I get the #f problem now too. Expect the next patch (probably today) to include a fix for this along with the other stuff. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash /

Please try --debug when reporting a problem...

1998-10-24 Thread Rob Browning
/bin/gnucash: libguile: configured on Fri Sep 11 08:54:08 PDT 1998 gnucash/bin/gnucash: ice-9:configured on Fri Sep 11 08:54:45 PDT 1998 gnucash: [D] files to open: () gnucash: [D] gnc:find-in-directories looking for hooks.scm in #f guile: Wrong type argument in position 1: #f -- Rob Browning

New patch sent to linas -- fixes #f problem and other build issues.

1998-10-24 Thread Rob Browning
.scm.in. Don't edit the resulting gnucash.h and startup.scm files directly. I'll be adding a @configure_input@ at the top of each file to remind people soon. Enjoy. -- Rob Browning <[EMAIL PROTECTED]> PGP=E8

Re: New patch sent to linas -- fixes #f problem and other build issues.

1998-10-24 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > 1) --with-gtk has been replaced with --with-gtk-config. The way gtk > does, you should *only* specify the config program location and > rely on it to tell you the right CFLAGS and XLIBS values. Just in case this wasn'

Re: Build problem: details

1998-10-24 Thread Rob Browning
and -L flags you see below) to make sure configure finds > everything it needs. >From a cursory glance, I can't see anything wrong, but I'd suspect either a compiler incompatibility (maybe an older version?), or a configure issue. Perhaps configure is picking up some settings under BSD tha

Re: New patch sent to linas -- fixes #f problem and other build issues.

1998-10-26 Thread Rob Browning
x=/tmp/gnucash sysconfdir=/tmp/gnucash/etc Right, I should have realized that. You have to override everything (install directory-wise) that you specified at ./configure time. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< ---

Re: Build problems

1998-10-26 Thread Rob Browning
motif version -- which is the only one that works right now). You need something like: ./configure --with-guile=/usr/local/lib/ or wherever you installed guile. Everyone should note that in general, you can see what kinds of things you can tell configure by running ./configur

Re: New patch sent to linas -- fixes #f problem and other build issues.

1998-10-26 Thread Rob Browning
8$PK[%J'85EH>.'>W1=^,KM(P$$']&H$]M/?-KD%X"DE=E9I+=>U8T"!>T3\@$1* M_!09/@);>EXO+^1ULKT)J1145=\5 M@+W+AC<7TV5PPEY:QBD>(. M"PQ`H&YW<4FA.C6WB^9*#5;'^(XH.DCW#ZSC0*&Z$_P(Z%8=H1_H38C!NT!C>0\PN)E,U\\P'WNNWF9*7V MA5G4C588&96

Re: New patch sent to linas -- fixes #f problem and other build issues.

1998-10-27 Thread Rob Browning
prefix=xxx after ./configure time, whereas the install-time variables should. (This stuff is tedious...) Let me mull this over for a little while. I'll probably try again later today. I need a rest from my research this afternoon anyway... Brilliant, terse, and elegant solutions gladly

Re: New patch sent to linas -- fixes #f problem and other build issues.

1998-10-27 Thread Rob Browning
s doing wrong. (I'll be glad to put this to rest soon...) Thanks for the suggestion, though. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To u

Install-time vs runtime fix (take 2).

1998-10-27 Thread Rob Browning
OK, here's a new patch (Linas, I'm just posting it here for those that want to try it out early, and everyone else, note that Linas may modify this as he incorporates it -- caveat emptor). This patch does the following: 1) Migrates all the common Makefile.in code to ./Makefile.init.in and ad

Re: New patch sent to linas -- fixes #f problem and other build issues.

1998-10-28 Thread Rob Browning
Try "make prefix=foo install" with the latest patch. I think it works now, and it falls under the "priniciple of least surprise" for those familiar with configure. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D0

Would it be difficult to add alphabetical sorting to account list?

1998-10-28 Thread Rob Browning
Linas, rght now it looks like the order is just creation order. Would it be difficult to have accounts sorted alphabetically by name? -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The

Re: Would it be difficult to add alphabetical sorting to account

1998-10-29 Thread Rob Browning
but maybe I sorted then as general asssets first, > then stocks then bank, then cash. I forget; but the account codes will > override. > > Open the help panel and pick "account groups, account numbering & new > accounts for more info. OK, thanks. -- Rob Browning <

Patch: rearrange startup process to be less monolithic...

1998-10-30 Thread Rob Browning
[&OJ`>IXKP_^U^#^AC*TZGCE MKE&O5B/48%[$=.V87\A+,R"QGS&32/K\K0A[04HNHAO9S"%& M1M,!UC.,L:0'0E`(N.$17A\1*F2U"C?&X)C+'(>\64$E/46*D:)Q&!1`O%S* M,>O;2A3V=W;S6QU8?%/;E,:;O[SADL;@8`8_#.*2Y$K%/RXHP0V5'W/@+K501U&:/Z!*%=4F[Z)'*B MILN94AB;6G

Do we handle QIF bank imports wrt duplicate transactions?

1998-10-31 Thread Rob Browning
hem after they're incorporated. So... What do we do now, and how does that compare to what we think we should do (assuming we can figure that out)? Thanks. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >

Re: Build problems

1998-11-03 Thread Rob Browning
ch file or directory I think that Linas has fixed this in the latest CVs tree, but you should be able to fix it with mkdir share -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-

Re: Compiling under Debian "slink"

1998-11-10 Thread Rob Browning
trace (invoked with "make gnome"): The gnoem version is completely non-functional at the moment, only the Mo/LessTif version works. You probably can't even compile the gnome version right now. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -

Re: Compiling under Debian "slink"

1998-11-11 Thread Rob Browning
ey'll know what's up. That way if someone else also volunteers, they can point them to you and let you work it out, avoiding duplication of effort. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< ---

Re: Compiling under Debian "slink"

1998-11-11 Thread Rob Browning
. Slow is about right. AFAIK, Linas and I are the main people who have been coding *recently* (though Ted and Jeremy might be working on the GNOME side), and I've had to stop for the next few weeks or so because I have some other things I *have* to do. -- Rob Browning <[EMAIL PROTECTED]

Losing our web site?

1998-11-14 Thread Rob Browning
y to provide it. If you'd like me to look in to this, let me know, and I'll contact the right people. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailin

Re: Hosting

1998-11-15 Thread Rob Browning
o believe that they have very good bandwidth. [1] Oh, and it just occured to me that I should probably mention that I'm a Debian developer, so that no one thinks I'm trying to hide some bias. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %<

Re: CVS,GNOME, & Compile Problems

1998-11-16 Thread Rob Browning
be done > to make it look prettier, etc. Sounds good. I'd suggest trying GnomeCanvas first. If it can handle it, or be easily extended to handle it, everyone benefits... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< --

Re: Failed to compile from CVS tree as well

1998-11-16 Thread Rob Browning
intruded. Unfortunately It's not going away for the short to medium term future, so it'll be a little while before I can help again. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash

Re: GNOME gnucash building

1998-11-18 Thread Rob Browning
one can provide which > allow a make to complete? I doubt it. GNOME is not functional right now. Jeremy is getting geared back up though, I think. Linas has made quite a few changes to the engine, and I've made quite a few to startup that haven't been propagated to the GNOME cod

Re: I give up (Re: GNOME gnucash building)

1998-11-18 Thread Rob Browning
ide), but until then, others will have to help, or you'll just have to bear with me. Sorry. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To u

Re: guile "Unbound variable" problem

1998-11-19 Thread Rob Browning
cm/startup/init.scm > > ./share/scm/startup/init.scm:32:24: While evaluating arguments to > > string-append in expression (string-append gnc:_startup-dir-default_ "/" ...): > > ./share/scm/startup/init.scm:32:24: Unbound variable: gnc:_startup-dir-default_ > >

User poll: who's not using guile 1.3 (the official release)?

1998-11-19 Thread Rob Browning
I wanted to know because I'd sort of like to make guile1.3 the first "official" version we support. There's an ugly hack or two for 1.2 and 1.3a that I'd like to drop, but I didn't want to do that if it would affect very many people. Thanks -- Rob Br

libtermcap and guile

1998-11-19 Thread Rob Browning
ile to see what it's linked against, but that's pretty ugly too. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMAI

Re: Motif compilation - success; running get guile stack overflow

1998-11-19 Thread Rob Browning
st get the following when I run it: > > |butch| gnucash > gnucash: startup-file is /usr/local/share/gnucash/scm/startup/init.scm > guile: Stack overflow > |butch| Hmm, now this one I don't know about. Does it work from the build directory when run like this?

Re: Motif compilation - success; running get guile stack overflow

1998-11-19 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > > These depend on ${datadir}, which depends on ${prefix} which doesn't > > get set at this point (unless if they are set from the command line), > > and defaults to 'NONE'. Adding a (redundant) "--prefix=/u

Re: libtermcap and guile

1998-11-19 Thread Rob Browning
#x27;t have the library at all, the link will fail, but I think Linas has come up with a fix. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsu

Re: libtermcap and guile

1998-11-19 Thread Rob Browning
y recommand using ncurses to link legacy > code and ncurses' API (based on terminfo?) for new code. Actually, what we really need is a way to tell when we need termcap (so far Slackware and some RedHat's) and leave it out otherwise. Linas says he may have fixed it, thought, so I&#x

Re: User poll: who's not using guile 1.3 (the official release)?

1998-11-19 Thread Rob Browning
ing around, I put in conditional code for the one bit that mattered so that it should still work under 1.3a, and I'm not going to worry about 1.2 because I don't think it's likely to work at all. It's the one that was causing all the stack overflows. So for now, the rule is "if

Re: libtermcap and guile

1998-11-19 Thread Rob Browning
o removed the tests for guile 1.2. We just don't support that. Once this new code is integrated, everyone will have to let me know if we're missing a test for their guile setup. It's easy to add new ones now. -- Rob Browning <[EMAIL PROTECTE

Re: libtermcap and guile

1998-11-20 Thread Rob Browning
Let me get you these latest fixes, let that settle out, and see how it goes. If, after a little longer, things are still a big PITA, then we can discuss our options... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< -

Re: Motif compilation - success; running get guile stack overflow

1998-11-20 Thread Rob Browning
[EMAIL PROTECTED] writes: > I tried hacking around this but everything I tried didn't work. > Any ideas? Don't waste any more time. I've got it fixed. I'll send a patch soon. -- Rob Browning <[EMAIL PROTECTED]> PGP=E

Re: I give up (Re: GNOME gnucash building)

1998-11-20 Thread Rob Browning
ink most of the uglier build problems should be fixed. Let me know. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMAIL PROTE

Re: I give up (Re: GNOME gnucash building)

1998-11-20 Thread Rob Browning
NC_TEST_LIBS}") LIBS="${LIBS_SAFE}" fi The reason is that I'd like (as much as possible) for the tests to to go in order of increasing number of libraries. That way platforms that don't need the extra libs won't end up including them. (This is to s

Re: ./configure

1998-11-20 Thread Rob Browning
Jeremy Collins <[EMAIL PROTECTED]> writes: > Just to let Rob, or whoever know... for me ./configure fails during the > guile tests. A quick look at the config.log reveals that -lreadline was > not linked in. Adding this to the ./configure script makes guile link, > and thus

Re: Compile/Gnome Version

1998-11-20 Thread Rob Browning
questions when you're confused by the way things have changed. For some of the changes, asking is probably a lot faster than trying to figure it out by staring at the code. A bunch of things have moved around... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E

Re: Compile/Gnome Version

1998-11-20 Thread Rob Browning
nome/* were copied from motif/* and modified to do the same things using gnome, now that motif/* has changed both with respect to startup (my changes) and interaction with the engine (Linas' changes), all of the code's going to have to be examined to make sure it tracks those chan

Re: more on configure.in

1998-11-20 Thread Rob Browning
tests. If we put it as a separate test, we'll get it whether or not guile needs it as long as it is installed. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mail

Re: ./configure

1998-11-20 Thread Rob Browning
if it will compile.. You don't have the newest configure.in. It changed last night or this morning (I think). -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mai

Re: ./configure

1998-11-21 Thread Rob Browning
#x27;t version numbers a pisser? .4 is the official soname for guile 1.3. Jim Blandy (the head Guile organizer) bumped it for the release (to distinguish it from the potentially incompatible snapshot releases, I think). -- Rob Brownin

Re: Compile/Gnome Version

1998-11-21 Thread Rob Browning
ht clobbering is hard ... and the > resulting code messy. No doubt. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMA

Patch: swig cleanups.

1998-11-21 Thread Rob Browning
[H^RL_RI MJ6><21S8UC'*W5EPFF?3AR5T\QWT'Y6U^#BT_>JA?8VH91Z1WS4DYG'XG\&7 M%.E:<"E\$L$?1=5HK1$T:X73>^K&">BMP[,HVAAD',ZH#]"$>JU5:[9<5VF0 MQEL:9MVR*X)FST7Y^21H:M4:F'A!#]7--

Re: I give up (Re: GNOME gnucash building)

1998-11-22 Thread Rob Browning
n in config.log. There's a typo in configure.in. Fix coming up... Glad it's working better. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing Li

Fix: small configure.in problem...

1998-11-22 Thread Rob Browning
Linas, could you do a query-replace for LIBS_SAFE and replace it with GNC_LIBS_SAFE throughout configure.in. That should fix the problem with png etc... Thanks -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D6

Re: I give up (Re: GNOME gnucash building)

1998-11-22 Thread Rob Browning
Jeremy Collins <[EMAIL PROTECTED]> writes: > Rob, I also noticed that GTK_CONFIG_BIN never gets set in configure. > This causes linking to fail on the gnome version. Also I suggest > changing it to use gnome-config instead... this will make sure things > like eSound get lin

Re: Last obstacle, I hope

1998-11-22 Thread Rob Browning
x27;t fix this quickly right now. If I can, then I'll send you the patch. I can probably do it a lot faster than you can since I did it once already. I may not get it completely finished, but I'll point you in the right direction... -- Rob Browning <

Comment about top-level.c

1998-11-22 Thread Rob Browning
o gnome/MainWindow.c. I'm going to work on this for a little longer, but if I don't get finished, then I'll proably just leave it in a "#if 0" block and let you finish up by comparing it with motif/MainWindow.c... -- Rob Browni

Re: Comment about top-level.c

1998-11-22 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > Jeremy, I've got top-level.[hc] and Makefile.in straightened out, but > this meant that a bunch of the code that was in main.c has no home. > It needs to be moved to gnome/MainWindow.c. I'm going to work on this > for a l

Re: Patch: swig cleanups.

1998-11-23 Thread Rob Browning
o a make distclean to get rid of the gnucash.all.i file so that a new one will be generated. Is should have a "%include guile_swig_annotations.i" in it that includes the file that has the time_t fix... -- Rob Browning <[EMAIL PROTECTED]> PGP

Re: Fix: small configure.in problem...

1998-11-23 Thread Rob Browning
hat guile has added a guile-config to the current version. If we use that, then we won't have to monkey around with the guile tests in configure.in anymore... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< -

Guile snippet...

1998-11-23 Thread Rob Browning
acct i) (define (gnc:account-splits-list acct) (define (list-helper acct i n) (if (= i n) '() (cons (xaccAccountGetSplit acct i) (list-helper acct (+ i 1) n (list-helper acct 0 (xaccAccountGetNumSplits acct))) -- Rob Browning &

Re: Questions on Guile Integration

1998-11-24 Thread Rob Browning
cerned, we've only recently gotten things to the point where experimenting with the Guile stuff is even easy enough to make much progress, and all the UI stuff (like dynamic menus) has been on hold because you've (understandably) tried to avoid augmenting the Mo/LessTif UI while waitin

Re: State of GNUCash ?

1998-11-25 Thread Rob Browning
around and fix something when it goes wrong... > I might even be willing to contribute in the doc area :) (My wife is > a real, live tech writer, so I can get prof. input for nothing ;) This would be wonderful... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E39

Re: State of GNUCash ?

1998-11-27 Thread Rob Browning
tall \ --with-xmhtml-includes=~/XmHTML-1.1.5/include \ --with-xmhtml-libraries=~/XmHTML-1.1.5/src $ make motif Now you should be able to run the binary from within ~/gnucash like this: LD_LIBRARY_PATH=~/XmHTML-1.1.5/src ./gnucash data/splitdemo.x

Re: Problems with latest Motif CVS

1999-06-06 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > Linas: > > You changed all my gncBooleans to ints. Linas, now that I've looked at the modifications you made to my traversal functions, I can see that you dramatically changed the functionality. Not only did you change the siz

Re: Problems with latest Motif CVS

1999-06-06 Thread Rob Browning
&fd)) { return -1; } - + if (acc->children) { numChildren = 1; } else { -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing L

Re: nana.h

1999-06-06 Thread Rob Browning
zeek <[EMAIL PROTECTED]> writes: > Any ideas? Does this stuff really work? Have you read the README? -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accou

Re: Fix for minor install bugs.

1999-06-07 Thread Rob Browning
tle complex to get right in terms of deciding how the memory allocation should be handled. Also, if you just have some small set of things you want added right now, I can probably just do that for you if you tell me what you need. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 5

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
libgnome-dev libgnomesupport gnomedev-doc \ guile1.3 guile1.3-doc libguile4 libguile4-dev \ slib \ lesstif-bin lesstifg lesstifg-dev That's probably not it, but it's probably real close. -- Rob Browning &l

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
te some to GnuCash, but I probably won't be a heavy contributor. Though I might consider, if I find others who are interested, working on a parallel (forked?) experimental project that's uses guile. This is *not* intended to be inflammatory or anything else. I just wanted to find out if

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
ng there patches accepted, and who > they should send them to. etc, etc, etc... you get the picture. Probably a good idea. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMAIL PROTECTED] and put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
hink everyone on the list would want hundred-k emails. I'm happy to post them to the list, but if we are going to do that, then perhaps we need a gnucash-patches list. Of course the way we do things now, once Linas sticks them in CVS, anyone can get them... -- Rob Browning <[EMAIL PROT

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
r*, complex overhaul. Since I've been busy with real-life and the bits that I've been working on, and since I don't know enough about the engine to fix anything major without spending a *lot* of time getting familiar with it, I haven't been able to do much on that front.

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
I suppose it would be possible to create a fork. Just freeze a current version that "works well enough", and then kill the Motif stuff... I'm not sure that's the right thing to do, though... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -

PATCH: fixes last bits of conflict.

1999-06-01 Thread Rob Browning
This patch fixes the last bits of conflict between Jeremy and my latest big patches. I was made against CVS as of half an hour ago. Linas, you can ignore the modifications to the configure stuff that automake did, but it won't hurt and might help. Also, I noticed you didn't check in the g-wrap

Re: Simpler financial package: gnofin

1999-06-03 Thread Rob Browning
e (jobs should have optional description lines IMO), but I don't see any easy way around it other than having gnucash have it's own system level daemon that essentially duplicates at's job. That idea both offends my sense of modularity, and puts us in the position of adding another has

Re: Error compiling Gnome and Motif versions

1999-06-02 Thread Rob Browning
gnome" problem. Please try the patch (or wait until Linas incorporates it), and get back to me with whatever problems are left over after that. Thanks -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %<

Re: Scheme as the scripting language (was Re:...)

1999-06-02 Thread Rob Browning
I didn't realize that the GIMP supported more than SIOD (i.e. scheme) right now, and AFAIK Gnumeric's other language support comes through CORBA, something we're probably not about to jump in the middle of right now. -- Rob Browning <[EMAIL P

Re: Simpler financial package: gnofin

1999-06-02 Thread Rob Browning
ause they'd only need pre-compiled binaries. All that said, this touches on *exactly* the point I was raising yesterday. I'd really like to know how many people we have in the "pro-guile" and "anti-guile" camps. If we have a substantial split, we need to divide up a

Re: Simpler financial package: gnofin

1999-06-01 Thread Rob Browning
just traded among interested parties for their ~/.gnucash/config.user files. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMAIL PROTECTED] and put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Re: Simpler financial package: gnofin

1999-06-02 Thread Rob Browning
) if we decide to do go this way. This would remove at least one of the bigger dependencies. Linas, your thoughts? -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant

Re: Error compiling Gnome and Motif versions

1999-06-03 Thread Rob Browning
27; is gone, maybe that messed up install ?? If he still has the problem, it'd be worth trying a full "make distclean && ./configure ... && make motif" before declaring a bug. It could be cruft left around from the previous builds messing thin

Re: Simpler financial package: gnofin

1999-06-03 Thread Rob Browning
during the normal make process. There'd be some separate target that would try to build the perl/swig stuff. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant M

Re: RoadMap

1999-06-03 Thread Rob Browning
Jeremy Collins <[EMAIL PROTECTED]> writes: > Basically I think we should do as Rob said and freeze the current > source tree. This way we can focus on releasing a stable version > based on Motif. I would be willing to hammer on the Motif code. s/freeze/branch/, and I'd ag

Re: Error compiling Gnome and Motif versions

1999-06-03 Thread Rob Browning
t's probably trivial to fix. Could one of you do a make distclean, checkout a new tree, or whatever it takes to reproduce this and post the offending output? It sounds like something I can fix in about two minutes once I know what it is. -- Rob Browning <[EMAIL PROTECTED]> PGP=E8

Re: Simpler financial package: gnofin

1999-06-03 Thread Rob Browning
ng Linas' first point. > 1) Drop the Motif/Qt code. Maybe split it out into another source tree > for anyone >that feels the need to hack on it. Also say bye-bye to the XmHTML > problems! > > 2) Drop the SWIG/Perl code. Rob has the guile/g-wrap code working > good.

Re: crontabs

1999-06-03 Thread Rob Browning
ere (diald, ppp with demand dialing, separate cron script, whatever). -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The GnuCash / X-Accountant Mailing List To unsubscribe, send mail to [EMAIL PR

Re: crontabs

1999-06-03 Thread Rob Browning
ere interested. If so, great, if not, then we just go with our separate daemon. > except for cron.d, the rest of this is in redhat I think. Now that I think about it. It think maybe the Debian cron maintainer is now also the upstream cron maintainer, but I'm not sure... -- Rob Br

Patch: latest bout of stuff.

1999-02-09 Thread Rob Browning
>!(&^378`V: M0!'SL1F.:M`&1S6HQU$-+(YJL`R.:E"#HQJL&4D298W.FV*#NV/Y[-#F<+J,A@I7-YNZJ]L!PJ,JB]']:N MM2X)$+FJXZMAZ81BX80R6U7!/5;B65F?RVP!%J36O]:"!1FL!PLR6`\69)## M@@S6AP6YR+W4``LR:(L%&12Q(%UE_O^H-B!P'DMB0=KW6E;@7`KDOPCQ7X8% MZ8B/2V-Y\[\+&

Re: Gnucash 1.1.26

1999-02-23 Thread Rob Browning
; > What is it looking for, and how do I point the configure script to > it? Can you see what's going wrong in the config.log? -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< >% -- The G

Re: Can't input a transaction - cursor pb

1999-02-25 Thread Rob Browning
Tyson Dowd <[EMAIL PROTECTED]> writes: > The same problem used to occur with the Debian package using lesstif > 0.83. You should try a newer version of lesstif. I'm currently > using 0.86 with xacc 1.0.18. This was my experience as well. -- Rob Browning <

Re: package requirements

1999-04-09 Thread Rob Browning
o add the tests to the configure process. Also, configure related things may change soon. I'm moved now, and in the next few days, I'll have some time to turn my attention back to GnuCash... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 - %< ---

<    1   2   3   4   5   6   7   8   9   10   >