r14026, unable to open files

2006-05-14 Thread Andreas Köhler
Hi,

first of all, sorry for not replying to the commit message, I have
the bad habit to immediately delete them ;-) Will try to keep some
for later use.

As of r14037, which is my first r14k, I cannot open GnuCash files,
similar to what has been reported in another thread. I suspect this
is due to the change in r14026, titled Minor cleanups to
gnc_counter_end_handler(). It seems to me that this is not only a
cleanup, but rather changes the functionality of the code.

Prior:
/* Do *NOT* flag this as an error. Gnucash 1.8 writes invalid
 * xml by writing the 'cd:type' attribute without providing
 * the namespace in the gnc:count-data tag.  The parser is
 * entirely within its rights to refuse to read this bad
 * attribute. Gnucash will function correctly without the data
 * in this tag, so just let the error pass. */
return TRUE;

After:
ret = FALSE;

OTOH, GnuCash still works for the some of you, so I do not know :)

-- andi5
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Proposing to release 1.9.6 although test is not yet fixed (Re: Fix test?)

2006-05-14 Thread Christian Stimming
Hi Chris,

I was planning to spend some time on that, but not before mid of next week 
(maybe other devs are faster on that, though). 

BUT I would ask in this specific case to make the 1.9.6 release nevertheless 
and ASAP, because a whole bunch of non-SVN but 1.9.x users are waiting for 
the next release in that series. And for the translators I desperately need 
an updated official tarball that contains the 5-10 string changes that 
happened since 1.9.5 as string freeze breakages. 

I'd suggest to disable that test, release 1.9.6, then enable it again. 

I know that's not what these tests for, but on the other hand, it's the tests 
that should serve the developers, not the other way round. That's why for 
this particular case, as we're still right in the middle of the unstable 
releases, I'd suggest to have a 1.9.6 release nevertheless.

Thanks,

Christian


Am Sonntag, 14. Mai 2006 05:34 schrieb Chris Lyttle:
 Hi dev's

 Is anyone working on fixing the following test so we can release 1.9.6?

 Chris


 ** CRITICAL **: Error: xaccSplitComputeCapGains(): Malformed Lot Lot
 45! (too thin!) opening amt=-32139756059553/100 split
 amt=5269956366770822423/100 baln=5269924227014762870/100
 aborting...
 /bin/sh: line 4: 20214 Aborted
 SRCDIR=../../../../src/engine/test
 GNC_MODULE_PATH=${GNC_MODULE_PATH}:../../../src/gnc-module:../../../src/eng
ine:../../../../src/gnc-module:../../../../src/engine
 GUILE_LOAD_PATH=${GUILE_LOAD_PATH}:../../../src/gnc-module:../../../src/eng
ine:../../../../src/gnc-module:../../../../src/engine:../../../../src/engine
/test:/usr/share/guile
 LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:../../../src/gnc-module:../../../src/gnc
-module/.libs:../../../src/engine:../../../src/engine/.libs:../../../../src/
gnc-module:../../../../src/gnc-module/.libs:../../../../src/engine:../../../
../src/engine/.libs:/usr/lib:/usr/lib/.libs
 LTDL_LIBRARY_PATH=${LTDL_LIBRARY_PATH}:../../../src/gnc-module:../../../src
/gnc-module/.libs:../../../src/engine:../../../src/engine/.libs:../../../../
src/gnc-module:../../../../src/gnc-module/.libs:../../../../src/engine:../..
/../../src/engine/.libs:/usr/lib:/usr/lib/.libs ${dir}$tst
 FAIL: test-period

 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Link failure in src/import-export/test/test-link.o

2006-05-14 Thread Daniel Vetter
Hi all

while investigating my issues with file-opening I upgraded to rev 14038, and got
the follwing compile-error while linking src/import-export/test/test-link.o


make[4]: Entering directory `/home/daniel/src/gnucash/src/import-export/test'
/bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../src 
-I../../../src/gnc-module -I../../../src/test-core -I../../../src/engine 
-I../../../src/app-utils -I../../../src/import-export  
-I../../../lib/libqof/qof -I../../../lib/libqof/qof -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include-g -O2 -Wall -Wunused 
-Wmissing-prototypes -Wmissing-declarations   -Werror 
-Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2   -o 
test-link  test-link.o ../../../src/gnc-module/libgncmodule.la 
../../../src/test-core/libgncmod-test.la ../libgncmod-generic-import.la 
-pthread -Wl,--export-dynamic -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl 
-lglib-2.0   ../../../lib/libqof/qof/libgncqof.la -lpopt -lm  -lm
gcc -I../../../src -I../../../src/gnc-module -I../../../src/test-core 
-I../../../src/engine -I../../../src/app-utils -I../../../src/import-export 
-I../../../lib/libqof/qof -I../../../lib/libqof/qof -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wunused 
-Wmissing-prototypes -Wmissing-declarations -Werror 
-Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -o 
.libs/test-link test-link.o -pthread -Wl,--export-dynamic  
../../../src/gnc-module/.libs/libgncmodule.so 
../../../src/test-core/.libs/libgncmod-test.a 
/home/daniel/src/gnucash/src/gnc-module/.libs/libgncmodule.so 
/home/daniel/src/gnucash/src/core-utils/.libs/libcore-utils.so 
/usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libgtk-x11-2.0.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so 
/usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so -lXext -lXinerama 
-lXi -lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so 
-!
 lXrender -lpng12 -lfontconfig /usr/lib/libfreetype.so -lz -lX11 
/usr/lib/libgwrap-guile-runtime.so /usr/lib/libgwrap-core-runtime.so 
/usr/lib/libguile.so /usr/lib/libguile-ltdl.so -lcrypt /usr/lib/libffi.so 
/usr/lib/libltdl.so -lpthread ../.libs/libgncmod-generic-import.so 
/usr/lib/libgthread-2.0.so /usr/lib/libgobject-2.0.so 
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so 
../../../lib/libqof/qof/.libs/libgncqof.so /usr/lib/libpopt.so -lm -Wl,--rpath 
-Wl,/home/daniel/testing/lib -Wl,--rpath -Wl,/home/daniel/testing/lib/gnucash
../.libs/libgncmod-generic-import.so: undefined reference to 
`gnc_tree_view_find_column_by_name'
collect2: ld returned 1 exit status
make[4]: *** [test-link] Error 1
make[4]: Leaving directory `/home/daniel/src/gnucash/src/import-export/test'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/daniel/src/gnucash/src/import-export'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/daniel/src/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/daniel/src/gnucash'
make: *** [all] Error 2

rev 14033 compiled fine

Yours

Daniel

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Proposing to release 1.9.6 although test is not yet fixed (Re: Fix test?)

2006-05-14 Thread Josh Sled
On Sun, May 14, 2006 9:48 am, Christian Stimming wrote:
 that should serve the developers, not the other way round. That's why for
 this particular case, as we're still right in the middle of the unstable
 releases, I'd suggest to have a 1.9.6 release nevertheless.

I agree.

(Though I am hoping to attend to the test (by disabling the lot-scrubbing
code, as discussed) later today, after errands.)

...jsled


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Proposing to release 1.9.6 although test is not yet fixed (Re: Fix test?)

2006-05-14 Thread Chris Lyttle

Josh Sled wrote:


On Sun, May 14, 2006 9:48 am, Christian Stimming wrote:
 


that should serve the developers, not the other way round. That's why for
this particular case, as we're still right in the middle of the unstable
releases, I'd suggest to have a 1.9.6 release nevertheless.
   



I agree.

(Though I am hoping to attend to the test (by disabling the lot-scrubbing
code, as discussed) later today, after errands.)

...jsled



 

OK. If someone can go ahead and disable this test I'll release 1.9.6 
later today.


Chris
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Proposing to release 1.9.6 although test is not yet fixed (Re: Fix test?)

2006-05-14 Thread Josh Sled
On Sun, 2006-05-14 at 13:45 -0600, Chris Lyttle wrote:
 OK. If someone can go ahead and disable this test I'll release 1.9.6 
 later today.

I've roughly commented out the test in the Makefile(.am).

-- 
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Proposing to release 1.9.6 although test is not yet fixed (Re: Fix test?)

2006-05-14 Thread Josh Sled
On Sun, 2006-05-14 at 17:06 -0400, Josh Sled wrote:
 On Sun, 2006-05-14 at 13:45 -0600, Chris Lyttle wrote:
  OK. If someone can go ahead and disable this test I'll release 1.9.6 
  later today.
 
 I've roughly commented out the test in the Makefile(.am).

I've re-added test-period, as the lots-scrubbing code has been disabled,
which is the correct course of action.

-- 
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [Gnucash-changes] r14064 - gnucash/trunk - argument list too long with cat; use xargs instead.

2006-05-14 Thread Derek Atkins

Quoting Joshua Sled [EMAIL PROTECTED]:


TAGS: $(shell cat etags.files)
-   etags `cat etags.files`
+   cat etags.files | xargs -n 200 etags --append

tags: $(shell cat etags.files)
-   ctags `cat etags.files`
+   cat etags.files | xargs -n 200 ctags --append


Wont this constantly append to the file?  When does the tags file
get reset?

-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
  [EMAIL PROTECTED]PGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Link failure in src/import-export/test/test-link.o

2006-05-14 Thread Derek Atkins
Hmm, I can't reproduce this with r14062.

-derek

Daniel Vetter [EMAIL PROTECTED] writes:

 Hi all

 while investigating my issues with file-opening I upgraded to rev 14038, and 
 got
 the follwing compile-error while linking src/import-export/test/test-link.o


 make[4]: Entering directory `/home/daniel/src/gnucash/src/import-export/test'
 /bin/sh ../../../libtool --tag=CC --mode=link gcc -I../../../src 
 -I../../../src/gnc-module -I../../../src/test-core -I../../../src/engine 
 -I../../../src/app-utils -I../../../src/import-export  
 -I../../../lib/libqof/qof -I../../../lib/libqof/qof -pthread 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include-g -O2 -Wall -Wunused 
 -Wmissing-prototypes -Wmissing-declarations   -Werror 
 -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2   -o 
 test-link  test-link.o ../../../src/gnc-module/libgncmodule.la 
 ../../../src/test-core/libgncmod-test.la ../libgncmod-generic-import.la 
 -pthread -Wl,--export-dynamic -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl 
 -lglib-2.0   ../../../lib/libqof/qof/libgncqof.la -lpopt -lm  -lm
 gcc -I../../../src -I../../../src/gnc-module -I../../../src/test-core 
 -I../../../src/engine -I../../../src/app-utils -I../../../src/import-export 
 -I../../../lib/libqof/qof -I../../../lib/libqof/qof -pthread 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wunused 
 -Wmissing-prototypes -Wmissing-declarations -Werror 
 -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -o 
 .libs/test-link test-link.o -pthread -Wl,--export-dynamic  
 ../../../src/gnc-module/.libs/libgncmodule.so 
 ../../../src/test-core/.libs/libgncmod-test.a 
 /home/daniel/src/gnucash/src/gnc-module/.libs/libgncmodule.so 
 /home/daniel/src/gnucash/src/core-utils/.libs/libcore-utils.so 
 /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libgtk-x11-2.0.so 
 /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so 
 /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so 
 /usr/lib/libpangoft2-1.0.so -lXext -lXinerama -lXi -lXrandr -lXcursor 
 -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so 
 -!
  lXrender -lpng12 -lfontconfig /usr/lib/libfreetype.so -lz -lX11 
 /usr/lib/libgwrap-guile-runtime.so /usr/lib/libgwrap-core-runtime.so 
 /usr/lib/libguile.so /usr/lib/libguile-ltdl.so -lcrypt /usr/lib/libffi.so 
 /usr/lib/libltdl.so -lpthread ../.libs/libgncmod-generic-import.so 
 /usr/lib/libgthread-2.0.so /usr/lib/libgobject-2.0.so 
 /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so 
 ../../../lib/libqof/qof/.libs/libgncqof.so /usr/lib/libpopt.so -lm 
 -Wl,--rpath -Wl,/home/daniel/testing/lib -Wl,--rpath 
 -Wl,/home/daniel/testing/lib/gnucash
 ../.libs/libgncmod-generic-import.so: undefined reference to 
 `gnc_tree_view_find_column_by_name'
 collect2: ld returned 1 exit status
 make[4]: *** [test-link] Error 1
 make[4]: Leaving directory `/home/daniel/src/gnucash/src/import-export/test'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/home/daniel/src/gnucash/src/import-export'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/home/daniel/src/gnucash/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/daniel/src/gnucash'
 make: *** [all] Error 2

 rev 14033 compiled fine

 Yours

 Daniel

 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel



-- 
   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
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [PATCH] Updated Greek translation

2006-05-14 Thread Derek Atkins
Nikos Charonitakis [EMAIL PROTECTED] writes:

 1852 translated messages, 745 fuzzy translations, 1067 untranslated messages.

Committed.  Thanks!

-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
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: [Gnucash-changes] r14064 - gnucash/trunk - argument list too long with cat; use xargs instead.

2006-05-14 Thread Josh Sled
On Sun, 2006-05-14 at 18:59 -0400, Derek Atkins wrote:
 Wont this constantly append to the file?  When does the tags file
 get reset?

Yes, you're right; I'll change it to blow the file away, first.

-- 
...jsled
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Proposing to release 1.9.6 although test is not yet fixed (Re: Fix test?)

2006-05-14 Thread Mike Alexander
--On May 14, 2006 6:26:25 PM -0400 Josh Sled [EMAIL PROTECTED] 
wrote:



On Sun, 2006-05-14 at 17:06 -0400, Josh Sled wrote:

On Sun, 2006-05-14 at 13:45 -0600, Chris Lyttle wrote:
 OK. If someone can go ahead and disable this test I'll release
 1.9.6  later today.

I've roughly commented out the test in the Makefile(.am).


I've re-added test-period, as the lots-scrubbing code has been
disabled, which is the correct course of action.


FWIW, I've been working on making that test work again with lot 
scrubbing enabled (although I agree that disabling it is the right 
thing to do for now).  I think the bugs are not new bugs, but they were 
masked before by the bug in gnc_lot_get_earliest_split which 
effectively disable lot scrubbing.  My fix to that bug exposed all 
these other bugs.


I've found and fixed four or five bugs but have one or two yet to go. 
I should have a patch ready later today.  Even with automatic lot 
scrubbing disable, these bugs should be fixed.


For 2.0 it would be nice if the automatic lot scrubbing were a 
preference option.  It works well enough to be useful for simple cases 
and with these bugs fixed it probably won't cause a lot of damage.


--
Mike Alexander   [EMAIL PROTECTED]
Ann Arbor, MIPGP key ID: BEA343A6

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


multiple gnucash's running

2006-05-14 Thread Brian Dolbec
I just ran into a problem with 1.8.12 that may still be in the 1.9
series.

I had started gnucash, entered an invoice, then realized it was with a
backup file I was testing with.  Used the open recent to open the real
data file.  Gnucash was started in an new window with the other file.
While that one was starting I clicked on the first instance which then
began filling up with reports and such from the second instance.  Guile
then crashed (sorry, didn't get the details).  The only thing printed in
the terminal was:

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup):
assertion `hash_ table != NULL' failed.

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup):
assertion `hash_ table != NULL' failed.

GLib-CRITICAL **: file ghash.c: line 138 (g_hash_table_lookup):
assertion `hash_ table != NULL' failed.
Warning: PrintAmountInternal: Bad numeric.
Warning: PrintAmountInternal: Bad numeric.
Warning: PrintAmountInternal: Bad numeric.
Warning: PrintAmountInternal: Bad numeric.
(0.0018s) [load] -*-helvetica-bold-r-*-*-18-*-*-*-*-*-ISO8859-1 --
0x8db0008
[EMAIL PROTECTED] ~ $ gnucash


It seems that guile cannot keep track of witch instance it belongs to.
-- 
Brian Dolbec [EMAIL PROTECTED]

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


PROBLEM with gnucash svn

2006-05-14 Thread Daniel Vetter
Hi all

Just downloaded gnucash from svn (rev 14033), installed into ~/testing, but
after some wizard, which updated .gconf.path, it just exits with the following
log: 

This is a development version. It may or may not work.
Report bugs and other problems to [EMAIL PROTECTED]
You can also lookup and file bug reports at http://bugzilla.gnome.org
The last stable version was GnuCash 1.8.12
The next stable version will be GnuCash 2.0

unnamed port: In procedure scm-error in expression (scm-error (quote
misc-error) #f ...):
unnamed port: no code for module (g-wrap gw standard)

This is debian unstable on amd64.

If there's anything I should provide or test, I'm glad to do so.

Yours

Daniel Vetter
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Build fails for r13950

2006-05-14 Thread George Baltz
I've been building the svn trees for a while, so that worked for a while.  
This weekend I built, installed and tried to load but no go.  The tail end 
of .xsession-errors is:

[EMAIL PROTECTED]:~ tail .xsession-errors
KNotify::playTimeout


This is a development version. It may or may not work.
Report bugs and other problems to [EMAIL PROTECTED]
You can also lookup and file bug reports at http://bugzilla.gnome.org
The last stable version was GnuCash 1.8.12
The next stable version will be GnuCash 2.0

gnucash: symbol lookup error: /usr/local/lib/gnucash/libgncmod-engine.so.0: 
undefined symbol: qof_set_alt_dirty_mode
[EMAIL PROTECTED]:~ cd GnuCash/1.9/
[EMAIL PROTECTED]:~/GnuCash/1.9 svn update
At revision 13950.


What package am I behind on?

-- 
George Baltz  N3GB
[EMAIL PROTECTED]
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Splash Screen Revisited

2006-05-14 Thread Joshua Facemyer / Impressus Art
Thanks for your reply.

I actually updated it before you sent this email to include other
currencies, having read the discussion more thoroughly.

I guess what I want to ask is, are you interested in any further
development of this splash screen and other logo stuff by me?  If so,
I'll be glad to do so, and work to make it something that really fits. 
Otherwise, I'll work on other things.

Just let me know, and if so I'll post some updates for discussion to the
list.

JF

Christian Stimming wrote:
 Am Samstag, 6. Mai 2006 08:40 schrieb Joshua Facemyer / Impressus Art:
   
 I was looking on the wiki for things to help with and I saw art as one
 of the options.

 I wondered what art needs work.

 I've read the previous comments about splash screens, and thought I'd
 offer one.

 www.impressusart.com/download/gnucash_splash.png

 It's in keeping with the current one's design, but different.
 

 Interesting. Thanks a lot for this new proposal. However, as Chris already 
 has 
 pointed out, there are some suboptimum things here: Just as Chris, I first 
 thought this pen to be a knife... it should be much more clear that this is a 
 pen. Perhaps more something like a stylograph. 

 Also, although your logo looks very nice, you've just encoutered once again 
 the ever-returning internationalization vs. currency symbol issue. In other 
 words, the '$' simply is only the currency symbol for USD and *not* for 
 currencies in general or money in general. Gnucash, on the other hand, is 
 specifically targeted towards any currencies and not at all limited to or 
 emphasizing USD currency. This means any kind of logo and/or splash screen 
 *must not* use USD as a single/predominant currency. Or Euro, or Yen, or 
 Pound, for that matter... Just as a general rule: If it should be truly 
 international, don't use a single currency symbol.

 And something that I think can still be improved for the main part of your 
 splash screen picture: You don't show anything that is particular to gnucash 
 in any way. That's something that was done well in the 1.8 splash screen: It 
 contained the pie charts as a representative for the diagrams, and an account 
 register. Perhaps a new splash screen should still try to include those two 
 elements somewhere.

 Thank you very much for your contribution in any case.

 Regards,

 Christian
   

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: PROBLEM with gnucash svn

2006-05-14 Thread Bengt Thuree
Please check the FAQ on the wiki. http://wiki.gnucash.org/wiki/FAQ

In short
Q: Running 1.9.x on Debian/Ubuntu crashes with no code for module (g-wrap
gw standard). What does this mean?

A: GnuCash uses g-wrap to interface between C and Guile. Debian/Ubuntu
have packaged g-wrap in such a way that the runtime files are
separated from the development files, and don't have an explicit
dependency on the runtime files. If you get this error, it means you
do not have the g-wrap runtime package installed. You should install
the guile-g-wrap package and then gnucash should run. See
http://bugzilla.gnome.org/show_bug.cgi?id=330560

On Sö, 2006-05-14, 01:53, Daniel Vetter skrev:
 Hi all

 Just downloaded gnucash from svn (rev 14033), installed into ~/testing,
 but
 after some wizard, which updated .gconf.path, it just exits with the
 following
 log:

 This is a development version. It may or may not work.
 Report bugs and other problems to [EMAIL PROTECTED]
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 1.8.12
 The next stable version will be GnuCash 2.0

 unnamed port: In procedure scm-error in expression (scm-error (quote
 misc-error) #f ...):
 unnamed port: no code for module (g-wrap gw standard)

 This is debian unstable on amd64.

 If there's anything I should provide or test, I'm glad to do so.

 Yours

 Daniel Vetter
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel




-- 
Bengt Thuree   [EMAIL PROTECTED]

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Build fails for r13950

2006-05-14 Thread Bengt Thuree

Ok, I am not an developer...
Seem to have read something that they changed some names or whatever with
QoF.

Have you tried to do a make clean, and autogen/configure/make from scratch?

/bengt

On Må, 2006-05-08, 09:33, George Baltz skrev:
 I've been building the svn trees for a while, so that worked for a while.
 This weekend I built, installed and tried to load but no go.  The tail end
 of .xsession-errors is:

 [EMAIL PROTECTED]:~ tail .xsession-errors
 KNotify::playTimeout


 This is a development version. It may or may not work.
 Report bugs and other problems to [EMAIL PROTECTED]
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 1.8.12
 The next stable version will be GnuCash 2.0

 gnucash: symbol lookup error:
 /usr/local/lib/gnucash/libgncmod-engine.so.0:
 undefined symbol: qof_set_alt_dirty_mode
 [EMAIL PROTECTED]:~ cd GnuCash/1.9/
 [EMAIL PROTECTED]:~/GnuCash/1.9 svn update
 At revision 13950.


 What package am I behind on?

 --
 George Baltz  N3GB
 [EMAIL PROTECTED]
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel




-- 
Bengt Thuree   [EMAIL PROTECTED]

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release of GnuCash 1.9.6 (beta)

2006-05-14 Thread Bengt Thuree

On Må, 2006-05-15, 12:18, Chris Lyttle skrev:
 The GnuCash development team proudly announces GnuCash 1.9.6 aka
 Time to make a difference, the first beta release of the GnuCash Open
 Source Accounting Software which will eventually lead to the stable
 version 2.0.0.
 This release contains many bugfixes since the sixth unstable release.


Just wanted to say

--- Congratulations :) :) :)


/bengt

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Build fails for r13950

2006-05-14 Thread Derek Atkins

Please update SVN, make distclean, and try again.

-derek

Quoting George Baltz [EMAIL PROTECTED]:


I've been building the svn trees for a while, so that worked for a while.
This weekend I built, installed and tried to load but no go.  The tail end
of .xsession-errors is:

[EMAIL PROTECTED]:~ tail .xsession-errors
KNotify::playTimeout


This is a development version. It may or may not work.
Report bugs and other problems to [EMAIL PROTECTED]
You can also lookup and file bug reports at http://bugzilla.gnome.org
The last stable version was GnuCash 1.8.12
The next stable version will be GnuCash 2.0

gnucash: symbol lookup error: /usr/local/lib/gnucash/libgncmod-engine.so.0:
undefined symbol: qof_set_alt_dirty_mode
[EMAIL PROTECTED]:~ cd GnuCash/1.9/
[EMAIL PROTECTED]:~/GnuCash/1.9 svn update
At revision 13950.


What package am I behind on?

--
George Baltz  N3GB
[EMAIL PROTECTED]
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel





--
  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
  [EMAIL PROTECTED]PGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel