Re: r21533 - gnucash-docs/trunk/help/C - Bug #651886

2011-11-08 Thread Derek Atkins
wording is that these accounts are not meant for manual, interactive usage. They are used by the business features, and any additions to these accounts should only be made through the use of the business features. Users should not manually enter transactions into these accounts. -derek --

Re: r21533 - gnucash-docs/trunk/help/C - Bug #651886

2011-11-09 Thread Derek Atkins
mp;app; internally. > + The Accounts Payable and Accounts Receivable types are > + used internally by &app;’s business features. Users should > + not manually modify or enter transactions in these account > + types. > > >

Re: [PATCH] Assorted guile-related build fixes

2011-11-09 Thread Derek Atkins
ich source are you starting, and where are guile-1.8 and guile-2.0 > installed on your system ? More importantly, what does guile-config --version say to you? > Geert -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Re: [PATCH] Assorted guile-related build fixes

2011-11-10 Thread Derek Atkins
Hi, Ted Creedon writes: > guile-config --version > guile-config - Guile version 2.0.2 This implies you are still building against Guile-2, not 1.8. -derek > On Wed, Nov 9, 2011 at 6:58 AM, Derek Atkins wrote: > >> Geert Janssens writes: >> >> > On dinsdag 8

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-10 Thread Derek Atkins
>>>> module >>>> > > (gnucash app-utils) overrides core binding `N_' >>>> > > WARNING: (gnucash report standard-reports category-barchart): >>>> imported >>>> > > module (gnucash app-utils) overrides core binding `N_' &

Re: Font Error in Japanese Concept Guide

2011-11-10 Thread Derek Atkins
esponsible can help debug this. -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Internet Security Consultant ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-11 Thread Derek Atkins
{ Git::command("update-ref", ("refs/remotes/$_", > "refs/remotes/origin/$_")); } @branches; This script means absolutely nothing to me, and you didn't answer my question: Are you sure you're using the most recent trunk (of GnuCash)? -derek > On Thu, N

Re: Scripting

2011-11-12 Thread Derek Atkins
aborations. I agree wholeheartedly. Are you willing to help document the APIs that exist? > -- hendrik -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.m

Re: developer account created

2011-11-13 Thread Derek Atkins
; Welcome to the team. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl...@mit.edu

Re: Scripting

2011-11-13 Thread Derek Atkins
primary docs are probably in the "pythondoc" sources, which means they are in SVN. For now the best way would be to work with the active devs and supply documentation patches against svn trunk (or git's trunk, if that's how you roll). > -- hendrik -derek --

Re: Scripting

2011-11-14 Thread Derek Atkins
so what I would suggest to use. Yes:gnucash-env guile -l file.scm > Best Regards, > > Christian Stimming -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/

Re: Reporting system and potentially Python

2011-11-15 Thread Derek Atkins
x27;s get the changes into the sources themselves so we could use sometihng like doxygen to generate the docs. > David -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.m

Re: Reporting system and potentially Python

2011-11-15 Thread Derek Atkins
Hi, On Tue, November 15, 2011 10:16 pm, Yawar Amin wrote: > Hi Derek, > > On 2011-11-15, at 20:43, Derek Atkins wrote: > >>> […] >> >> My preference would be to move it out of Yawar's user page onto a real >> page and then we could link from there.

Re: Reporting system and potentially Python

2011-11-15 Thread Derek Atkins
Hi, On Tue, November 15, 2011 11:17 pm, John Ralls wrote: > > On Nov 15, 2011, at 7:24 PM, Derek Atkins wrote: > >> Hi, >> >> This depends on your definition of 'wrapped.' In general, C structures >> are mapped to Scheme as opaque pointer objects, w

Re: Reporting system and potentially Python

2011-11-15 Thread Derek Atkins
On Wed, November 16, 2011 12:40 am, John Ralls wrote: > > On Nov 15, 2011, at 9:16 PM, Derek Atkins wrote: > >> Hi, >> >> On Tue, November 15, 2011 11:17 pm, John Ralls wrote: >>> >>> On Nov 15, 2011, at 7:24 PM, Derek Atkins wrote: >>>

Re: Reporting system - declarative

2011-11-16 Thread Derek Atkins
> simple). Um, I don't see a *HUGE* difference between: if (x > 5) { if-clause ... } else { else-clause ... } vs: (if (> x 5) (if-clause) (else-clause) ) To *my* eyes they look very close (modulo the x > 5 vs. > x 5) > /Don -derek -- Derek Atkins, SB

Re: AUDIT: r21570 - gnucash/trunk - Fix clean targets and DIST_SOURCES

2011-11-21 Thread Derek Atkins
ocal: target which calls rm > -r on the gnucash subdirectory. BE VERY CAREFUL with this. On SOME platforms (ie linux) the gnucash "subdirectory" is just a symlink to '.' -- so run -r will potentially recursively remove the current directory! -derek -- Derek Atkins, S

Re: AUDIT: r21570 - gnucash/trunk - Fix clean targets and DIST_SOURCES

2011-11-21 Thread Derek Atkins
On Mon, November 21, 2011 11:27 am, Derek Atkins wrote: > John Ralls writes: > >> Several subdirectories have a subdirectory "gnucash", which clean >> tried to remove by including in the CLEANFILES variable in >> Makefile.am. This doesn't work, because

Re: AUDIT: r21570 - gnucash/trunk - Fix clean targets and DIST_SOURCES

2011-11-21 Thread Derek Atkins
1570) > @@ -1,3 +1,5 @@ > +if WITH_DBI > +DBI_DIR=dbi > +endif > +SUBDIRS = xml sql ${DBI_DIR} > > -SUBDIRS = xml sql ${DBI_DIR} > -DIST_SUBDIRS = xml sql dbi Have you tested the 'dbi' is included in the results of "make dist" even if you do not --enabl

Re: AUDIT: r21570 - gnucash/trunk - Fix clean targets and DIST_SOURCES

2011-11-22 Thread Derek Atkins
#x27;ve been burned by it multiple times in the past. The Makefiles are the way they are specifically because auto-tools did NOT work right before. I'm glad to hear it works now. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Info

Re: AUDIT: r21570 - gnucash/trunk - Fix clean targets and DIST_SOURCES

2011-11-22 Thread Derek Atkins
riable substitution was done? E.g., if you did: DIST_SUBDIRS = $(SUBDIRS) python This would be wrong. > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: ht

Re: AUDIT: r21570 - gnucash/trunk - Fix clean targets and DIST_SOURCES

2011-11-22 Thread Derek Atkins
re_stuff DIST_SUBDIRS = stuff python more_stuff Although that depends on the contents of "stuff" and "more_stuff", and is arguably "Right". :) -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer a

Re: Backporting asset line charts to 2.4

2011-11-29 Thread Derek Atkins
Mike Evans writes: > Regarding policy on backporting new features into 2.4. I've just > committed a new report, [Re: Bug 664862], I guess it's safe to commit it > to the 2.4 branch as well? I think historically this has been considered "okay"... > Mike E -de

Re: Unable to make dist after recent changes

2011-11-30 Thread Derek Atkins
ONMENT is not set correctly to point to the correct build directories? > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/

Re: Scripting documentation

2011-11-30 Thread Derek Atkins
nnerate it? > > Anything else that might be useful? The API docs are generated via doxygen. You can generate them yourself using "make docs". The sourcesof the API docs are spread out through the source tree. > -- hendrik -derek -- Derek Atkins 6

Re: Scripting documentation

2011-12-01 Thread Derek Atkins
Hendrik Boom writes: > On Thu, 01 Dec 2011 15:16:05 +, Hendrik Boom wrote: > >> On Wed, 30 Nov 2011 15:12:31 -0500, Derek Atkins wrote: >> >>> Hi, >>> >>> >> >>> The API docs are generated via doxygen. You can generate them you

Re: Scripting documentation

2011-12-02 Thread Derek Atkins
Hendrik Boom writes: > On Thu, 01 Dec 2011 11:22:34 -0500, Derek Atkins wrote: > > >> >> This would imply you do not have doxygen installed. > > I didn't. I do now. It still doesn't work, failing in the same way. > No time to investigate now. I

Re: Unable to make dist after recent changes

2011-12-02 Thread Derek Atkins
e is loaded by default when > gncmod_engine is loaded (see gncmod- engine.c). And yet the tests > complain about duplicate symbols, while the main program doesn't. It might be order-of-include.. Or export v. re-export? > Geert -derek -- Derek Atkins, SB '93 MIT EE, SM &#

Re: Unable to make dist after recent changes

2011-12-02 Thread Derek Atkins
;? This sounds like it's being wrapped differently, such that it's a procedure instead of a constant? > Regards, > John Ralls -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Internet Security Consultan

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-06 Thread Derek Atkins
e feature should wait for 2.6 -- so we branch 2.5 soon and > the one or two users who are loud about wanting the feature can use > test versions. I agree, but we want to make the change so that you can still use 2.6 w/o using the new feature and still load the data file into 2.4. > Regards,

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
ctually save/load the KVP data. > all users (the ones who have no interest in credit notes) of the XML > backend to still be able to move from one version to another without > problems. This is the goal, IMHO. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Lab

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
"feature" flags suggestion from before. You flag (new) features as they are used, and refuse to load the database if there are used features that you don't understand. > Mike -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
I'm fine with 2.4 gracefully failing to load in the presence of credit notes. I don't think 2.4 needs to understand them, just recognize they exist and tell the user. > ... Did I forget something ? > > This is not the optimal solution, but the best I can come up with

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-07 Thread Derek Atkins
in without breaking <=2.4.8; but yes, only versions >= 2.4.9 would know to check it, so it wouldn't necessarily help older versions. > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information

Komando advertizes GnuCash

2011-12-07 Thread Derek Atkins
Linas saw a huge uptick in GnuCash website access today and we tracked it down to Kim Komando: http://www.komando.com/downloads/category.aspx?id=6107&utm_medium=nl&utm_source=dotd&utm_content=2011-12-07-article&utm_campaign=end Anyone know about this? -derek -- Derek At

Re: Komando advertizes GnuCash

2011-12-08 Thread Derek Atkins
Ted Creedon writes: > She left out Linux. Yes, I noticed that. I just couldn't find a place to send her feedback. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://w

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values

2011-12-08 Thread Derek Atkins
WEVER, I don't think this particular change is required to support the credit notes feature, because credit notes is not a semantic change to the XML, it's a self-contained syntactic change. In this case the feature-table is sufficient to signal the use/non-use. -derek -- Derek

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-08 Thread Derek Atkins
robust, and not just in the face of changing schema: SQL > doesn't actually guarantee that fields will be returned in any > particular order from a SELECT * , it just usually works out that they > are. I thought we already did that? > I don't think that we can get this ready

Re: r21577 - gnucash/trunk/src/backend/xml - Fix xml backend to load and save invoice kvp values.

2011-12-09 Thread Derek Atkins
e, so we can still look (in 2.4) for the existence of the 'features' subtree to decide whether to error out. And the named features' value would be the printable description which can be used for the error message. So in this case: /features/credit-notes = "Business Credit

Re: AUDIT: r21694 - gnucash/trunk/src/report/standard-reports - Fix table number alignment.

2011-12-09 Thread Derek Atkins
In the future can you try to keep white-space changes separate from syntax changes? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/

Re: AUDIT: r21694 - gnucash/trunk/src/report/standard-reports - Fix table number alignment.

2011-12-12 Thread Derek Atkins
tted separately. Agreed. No objection to the white space changes. They should just be committed separately in the future. FYI, I always run an "svn diff" prior to commit to make sure I know exactly what is going to get sent up to the server. :) > Geert > >> Mike Evans -derek

Re: gnucash: symbol lookup error

2011-12-13 Thread Derek Atkins
much easier. > 3. rerun autogen.sh, configure, make, ... > > I'm sure the same effect can be had by more subtle changes, but I don't know > that magic mantra. make maintainer-clean? > Geert -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Labo

Re: Account Report for All Accounts at a time

2011-12-15 Thread Derek Atkins
m report that can be used to generate account > register for all the accounts/slected accounts at a time. Have you tried the Transaction Report? > > Thanks > Rajesh PS: This is a user question and should have been sent to the gnucash-user mailing list. -derek -- Derek Atkin

Win32 build failing on trunk

2011-12-16 Thread Derek Atkins
re/test-stuff.c:52 8: undefined reference to `qof_event_unregister_handler ' collect2: ld returned 1 exit status make[3]: *** [libtest-core.la] Error 1 make[3]: Leaving directory `/c/soft/gnucash/build/src/test-core' -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media La

Re: Trac Bug Magic

2011-12-19 Thread Derek Atkins
validates whether the ticket exists before emitting a valid URL. Since the ticket does not exist, it doesn't emit a URL so I cannot redirect it. I don't know how to tell Trac to revert to the old method. > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT E

Re: Trac Bug Magic

2011-12-19 Thread Derek Atkins
- even older than the mantis plugin. :( > Robert -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Internet Security Consultant ___ gnucash-devel mailing list gnucash-devel@g

Re: r21762 - gnucash/branches/2.4/packaging/win32 - [21761] Win32 build: Switch weekly build to daily one.

2011-12-20 Thread Derek Atkins
he "svn update" up higher in the process, so that the 'svn update' gets run every day even if the build only runs weekly? > Geert -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board

Re: 2.4.9 release, 2.5.0 plans

2011-12-20 Thread Derek Atkins
Let me know what you think. I tested this by manually adding data to my slots table. If you (manually) add this to your book slots table it will cause an error to get printed and the file doesn't load: features test Test Feature I adde

Re: r21767 - gnucash/trunk/src/gnome-utils - Add a "features" table to the KVP frame, and pop up an error message

2011-12-20 Thread Derek Atkins
e compared against. > > Am Dienstag, 20. Dezember 2011, 16:12:22 schrieb Derek Atkins: >> The feature description is printed to the user: it should be stored in >> the slots table in English but it should be defined as a translatable >> string. > > Here I don't fully agr

Re: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to compile gtk-2.24.

2011-12-28 Thread Derek Atkins
in June). I restarted the management interface so now it should connect. I've run reset.sh from /c/soft-2,4/packaging. Is there somewhere else it needs to be run? > Geert -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.iht

Re: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to compile gtk-2.24.

2011-12-28 Thread Derek Atkins
Done. -derek On Wed, December 28, 2011 9:30 am, Geert Janssens wrote: > Op woensdag 28 december 2011 09:09:05 schreef Derek Atkins: >> Hi, >> >> On Wed, December 28, 2011 8:36 am, Geert Janssens wrote: >> > Op dinsdag 27 december 2011 22:09:51 schreef John Ra

Re: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to compile gtk-2.24.

2011-12-30 Thread Derek Atkins
What about backporting the feature table patch? -derek Sent from my HTC on the Now Network from Sprint! - Reply message - From: "John Ralls" Date: Fri, Dec 30, 2011 6:30 pm Subject: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to compile gtk-2.24. To: Cc: On Dec 29

Re: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to compile gtk-2.24.

2011-12-31 Thread Derek Atkins
This should be a simple fix where we just need to build the catalog file. It can be done once, possibly during the build. It just requires someone to run: guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" Maybe we just need to do this in our install.sh script? -

Re: Guile Strings

2011-12-31 Thread Derek Atkins
ve to go code-diving in the Guile-2 sources to figure this > out, but not right now. > IMHO this is not high priority for 2.4.x, but we should get guile-2 working for 2.6. So, this should not hold up the 2.4.9 release. > Regards, > John Ralls -derek -- Derek Atkins

Re: r21768 - gnucash/branches/2.4/packaging/win32 - More changes to compile gtk-2.24.

2011-12-31 Thread Derek Atkins
On Sat, December 31, 2011 2:45 pm, John Ralls wrote: > > On Dec 31, 2011, at 10:47 AM, Derek Atkins wrote: > >> guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" >> >> Maybe we just need to do this in our install.sh script? >> > >

Re: 2.6 Release -- SCheme

2011-12-31 Thread Derek Atkins
ng over to it? I would think that it would be better to write a report infrastructure in a language that would seem more "popular" (python), build in the infrastructure, and then send out a call for report writers to convert the existing scheme reports over to the new language. >

Re: Bug 666329 should block release of 2.4.9

2012-01-02 Thread Derek Atkins
t; > As an aside the user says that he doesn't see the problem on 2.4.7, but I > can't see any commits between 2.4.7 and 2.4.8 that would have anything to > do with this. Does anyone else? > > Regards, > John Ralls > > > ______

Re: Bug 666329 should block release of 2.4.9

2012-01-02 Thread Derek Atkins
On Mon, January 2, 2012 8:31 pm, John Ralls wrote: > > On Jan 2, 2012, at 4:53 PM, Derek Atkins wrote: > >> Um, >> >> Why is the autosave even kicking in with a SQL backend? There's no need >> for it. If we're using SQL, autosave should not even run. &

Re: Win32 nightlies didn't run

2012-01-03 Thread Derek Atkins
Regards, > John Ralls > > > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > -- Derek Atkins 617-623-3745 de...@ihtfp.com

Re: Win32 nightlies didn't run

2012-01-03 Thread Derek Atkins
rds, > John Ralls > > > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com

Re: Win32 nightlies didn't run

2012-01-04 Thread Derek Atkins
John Ralls writes: > On Jan 3, 2012, at 2:50 PM, Derek Atkins wrote: > >> Hey, >> >> The 2.4 build completed. > > > Thanks. > > And the windows install *finally* works with Gtk-2.24. Yay! YAY! Ship it! :-D > Regards, > John Ralls -derek -

Re: Invoice reports

2012-01-04 Thread Derek Atkins
at this point would be a way for the user to specify which report would be their "default" report. This way the 'print' button would call into their chosen report instead of always calling into the "printable invoice" report. > Regards, > > Christian -d

Re: Invoice Importer

2012-01-04 Thread Derek Atkins
gt; The business -> invoice bill importer doesn't use python, it is >> an optional module and needs to be enabled in >> $HOME/.gnucash/config.user (In linux, I'm not sure about OSX), by >> adding the line: >> >> (gnc:module-load "gnucash/plugins/b

Anyone speak french (gnucash-fr needs a new moderator)?

2012-01-06 Thread Derek Atkins
e, or I could attempt to use Google Translate to make myself somewhat understood. But I was hoping someone on this list might be able to help? Thanks, -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (S

Testing

2012-01-06 Thread Derek Atkins
Just a test of the mailing list. Please ignore. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl.

Re: Advice for bugs related to xea accounts files

2012-01-06 Thread Derek Atkins
s > > I see that John Ralls has recently updated this section. The exception is for translation updates, which only occur on the stable branch. > Mike Evans -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processi

Re: xaccAccountEqual ?

2012-01-07 Thread Derek Atkins
tand the question. It's there to test equality of two Account objects. The API is used in a dozen places throughout the code. > -- hendrik -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer

Re: Invoice reports

2012-01-08 Thread Derek Atkins
Christian Stimming writes: > Am Samstag, 19. November 2011, 06:04:34 schrieb Derek Atkins: >> > IMHO one report should have been sufficient. But removing one of them >> > will for sure make some percentage of the users unhappy >> > (temporarily). I don't se

Re: xaccAccountEqual ?

2012-01-09 Thread Derek Atkins
could have overridden the '==' operator to do a deep-inspection compare if the pointers are different. But because this is C we had to write our own API and ask users to use it. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student In

Re: Customer Import Plugin

2012-01-09 Thread Derek Atkins
. > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl..

Re: 2.4.9

2012-01-10 Thread Derek Atkins
On Tue, January 10, 2012 11:32 pm, John Ralls wrote: > > * I asked Derek to look into it on IRC around 1700 (0300 UTC). I just rebooted the VM. Hopefully it'll build tonight. I'll check in the morning. -derek -- Derek Atkins 617-623-3745

Re: 2.4.9

2012-01-11 Thread Derek Atkins
"Derek Atkins" writes: > On Tue, January 10, 2012 11:32 pm, John Ralls wrote: >> >> * I asked Derek to look into it on IRC around 1700 (0300 UTC). > > I just rebooted the VM. Hopefully it'll build tonight. I'll check in the > morning. Alas, no.

Re: sed.exe crash (Re: 2.4.9)

2012-01-11 Thread Derek Atkins
Christian, On Wed, January 11, 2012 4:47 pm, Christian Stimming wrote: > Am Mittwoch, 11. Januar 2012, 14:29:34 schrieb Derek Atkins: >> "Derek Atkins" writes: [snip] >> sed.exe has encountered a problem and needs to close. >> We are sorry for the inconvenience. &

Re: 2.4.9

2012-01-11 Thread Derek Atkins
John, On Wed, January 11, 2012 2:29 pm, Derek Atkins wrote: [snip] > I clicked on "Do Not Send" and now it's running build_tags.sh -- I'll > keep an eye on it and see what happens later. Right now it's sitting at > "At revision 21846." and hasn'

Re: Longer term projects

2012-01-12 Thread Derek Atkins
ash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Internet S

Re: sed.exe crash (Re: 2.4.9)

2012-01-12 Thread Derek Atkins
"Derek Atkins" writes: > Christian, > [snip] >> Hm... I wonder whether my recent addition of git might have triggered this >> one? Maybe the git package comes with some DLL in its bin directory which >> cause sed.exe to crash. I'll remove git from the bu

Re: 2.4.9

2012-01-12 Thread Derek Atkins
ork. > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl...@mit

Re: Longer term projects

2012-01-12 Thread Derek Atkins
> John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH warl...@mit.edu

Re: 2.4.9

2012-01-12 Thread Derek Atkins
On Thu, January 12, 2012 2:09 pm, John Ralls wrote: > > On Jan 12, 2012, at 9:56 AM, Derek Atkins wrote: > >> John Ralls writes: >> >>> I'll do the release in the morning. Everything is ready. (I'm >>> downloading the release from code now, befo

Re: Longer term projects

2012-01-12 Thread Derek Atkins
ransparently have different sets of settings (global, per-file, per-user, > per-user-per-file) with a common API. > > It was introduced in 2.26.  Is that too new for all of our supported > platforms? Fedora 15 only has gtk-2.24 -derek -- Derek Atkins 617-62

Re: Delete post

2012-01-17 Thread Derek Atkins
uld remain in all the other archives all over the world. I'm sorry, but it's just not possible. Even worse, you will now find *TWO* instances where it matches, because it will match this new message that you just sent as well. Sorry. -derek -- Derek Atkins, SB '93 MIT

Re: Trac Bug Magic

2012-01-17 Thread Derek Atkins
t is it, may require restarting TRAC and Apache. > > Regards, > > Bob > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > -- Derek Atkins 617-623-37

Re: Trac Bug Magic

2012-01-17 Thread Derek Atkins
__ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Internet Security Consu

Re: Trac Bug Magic

2012-01-17 Thread Derek Atkins
trac/changeset/21255 it doesn't show a link in the bug #. Care to come onto IRC so we can talk in real time about this? Thanks, > Bob -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Intern

Re: Still old AqBanking version in 2.4.9

2012-01-18 Thread Derek Atkins
o make an announcement about this on the homepage and/or > make a correction to the shipped version. > > Thanks for the great program, > Christian > > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://li

Re: R: Re: Delete post

2012-01-18 Thread Derek Atkins
c >>list are just that -- public. Moreso, they don't control all the >>archives of the list, so even if they COULD remove it from one it would >>remain in all the other archives all over the world. I'm sorry, but >>it's just not possible. >> >&g

Re: r21873 - gnucash/branches/2.4/src/bin - Update stable gnucash version reported in Development warning

2012-01-23 Thread Derek Atkins
Geert Janssens writes: > Modified: >gnucash/branches/2.4/src/bin/gnucash-bin.c > Log: > Update stable gnucash version reported in Development warning > > Modified: gnucash/branches/2.4/src/bin/gnucash-bin.c This should probably also be updated in trunk. -derek --

Re: jhbuild error on Mac OSX Lion

2012-01-23 Thread Derek Atkins
other one, and run. I wonder if we should copy the dependent source tarballs onto our SF download page so we can stabilize our dependencies and not depend on the upstream keeping them for us? > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Medi

Re: r21873 - gnucash/branches/2.4/src/bin - Update stable gnucash version reported in Development warning

2012-01-24 Thread Derek Atkins
Geert Janssens writes: > Op maandag 23 januari 2012 12:35:48 schreef Derek Atkins: >> Geert Janssens writes: >> > Modified: >> >gnucash/branches/2.4/src/bin/gnucash-bin.c >> > >> > Log: >> > Update stable gnucash version reported in Dev

Re: r21869 - gnucash/trunk - Bug 667581 - Migrate Invoice / Bill plugin to Builder

2012-01-24 Thread Derek Atkins
This is why we have .gitignore files in the tree, so you don't have to do that yourself. > Mike E -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/

Re: r21873 - gnucash/branches/2.4/src/bin - Update stable gnucash version reported in Development warning

2012-01-24 Thread Derek Atkins
h. The code seems > to assume this to mean you're doing development. > > I don't know if it's worth fine tuning this more. Or just changing it to use the VERSION macro. > Geert -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: Building gnucash on Ubuntu 12.04 Alpha

2012-01-24 Thread Derek Atkins
se /usr/local/lib is probably not in your default ld.so.conf anymore. > Colin -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/P

Re: Building gnucash on Ubuntu 12.04 Alpha

2012-01-24 Thread Derek Atkins
Colin Law writes: > On 24 January 2012 15:58, Derek Atkins wrote: >> Colin Law writes: >> >>> I was wrong, a reboot has not fixed it, I was confused, a not uncommon >>> occurrence.  The only way I can get it to run is by setting >>> LD_LIBRARY_PATH.

Re: Building gnucash on Ubuntu 12.04 Alpha

2012-01-25 Thread Derek Atkins
nd so.conf is pretty much > the same) where it runs ok. Also check /etc/ld.so.conf.d/* > Colin -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/P

Re: Customer Import Plugin

2012-01-25 Thread Derek Atkins
ult on e.g. Windows is still an open question. Also open is whether it gets loaded by default. > Mike Evan -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB

Re: r21886 - gnucash/branches/2.4 - [Bug #667900] no clipboard editing in Release 2.4.9

2012-01-25 Thread Derek Atkins
inux as well, and are still valid for the versions of Gtk supported in 2.4? Wouldn't we want these changes in trunk as well? Or is this a backport of some trunk changes? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Infor

Re: Google Summer of Code 2012?

2012-01-27 Thread Derek Atkins
register-rewrite branch? > Regards, > John Ralls -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH

Re: Git Migration: github with svn access

2012-01-30 Thread Derek Atkins
John Ralls writes: > No, that won't work, because it will still need $PATH to find its dlls. Not if all the dependent DLLs are in the same directory as the .exe -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Informatio

Re: Building gnucash on Ubuntu 12.04 Alpha

2012-01-30 Thread Derek Atkins
> > Yes, that would be the best option. You should file a bug with Ubuntu. > Geert -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

Re: No vendor/customer address on printable invoice in trunk

2012-02-02 Thread Derek Atkins
e. What about Fancy Invoice? Easy Invoice? Any chance to bisect? > Mike Evans -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH

<    3   4   5   6   7   8   9   10   11   12   >