Re: MS Vista

2009-01-14 Thread Andreas Köhler
Hello,

this would be a question for the gnucash-user mailing list instead.

Go to http://www.gnucash.org, click on Downloads > Source Code, Windows
binary, choose GnuCash stable, and then gnucash-2.2.8-setup.exe.  The
direct link is

http://downloads.sourceforge.net/gnucash/gnucash-2.2.8-setup.exe?modtime=1229778201&big_mirror=1

Ciao,
-- andi5

Earle Rheaume wrote:
>  
> 
> Sir or Madam,
> 
>  
> 
> Your free accounting system looks very interesting.
> 
>  
> 
> Please advise the correct product to download for my Vist operating system.
> 
>  
> 
> Thank you.



signature.asc
Description: OpenPGP digital signature
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Testing a Windows build

2009-01-14 Thread Andreas Köhler
Hi,

I have updated a bunch of libraries used for bundling the GnuCash
installer on Windows.  The two most important changes are

* Update libtool.  This greatly reduces compilation times, mainly for
developers.

* Update GTK+ and remove libgnomeprint*.  I hope that this might finally
fix some of our printing problems.

Any of these updates might break GnuCash somewhere else though and I
personally simply do not use GnuCash on Windows a lot.  That is why I
created a new installer for testing, which is not yet to be released.
You can find it here:

http://andi5.net/gnucash/win32/gnucash-2.2.8-svn-r17815-setup.exe
(md5sum: 5ed6992eb1eb6f98b94cdbd3bd272ca7)

The version need not be regarded as unstable, but please make sure you
make a backup of your data file before you test it, I hope as usual.  It
also does not contain every fix yet that will be included in GnuCash
2.2.9, the invoice closing crasher should have gone now though.

So I invite you to give it a try and use it, both for those use cases
that always failed for you and as in day-to-day business.  If you know a
bug that got fixed, add a comment there, otherwise create a new one or
comment here on the mailing list.

Thanks to all volunteers!

Ciao,
-- andi5



signature.asc
Description: OpenPGP digital signature
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: gnucash compilation and installation from svn: why "a gnome druid" [solved]

2009-01-14 Thread Raphaël Maville
Well, I found why gnucash, anjuta and others crash!

I found the answer on this web page:
http://xlife.zuavra.net/index.php/52/

I just had to modify the paths like this:
LD_PRELOAD="/usr/lib/libglade/2.0/libgnome.so 
/usr/lib/libglade/2.0/libbonobo.so" gnucash
idem with anjuta and others!

So (all ?) gnucash runs when the "good" (of libglade 2.0) libgnome.so
and libbonobo are loaded; not those in "/usr/lib", but those in
"/usr/lib/libglade/2.0" !

Is libglade becoming obsolete ? deprecated ? Why gnucash and anjuta use
so old libraries ? 

More, I readed here that gtkbuilder is better that libglade ? True ?
source:
http://www.micahcarrick.com/01-01-2008/gtk-glade-tutorial-part-3.html#more-53

I saw in the gnucash source that gnucash uses very few the header named
"gnome.h"

For now, my problem is: how to automate this : have the good libraries
loaded at gnucash (and anjuta and others) startup!

Thanks.






signature.asc
Description: Ceci est une partie de message	numériquement signée
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel