Re: umlauts garbled up

2006-03-10 Thread Andreas Köhler
Hi, On Friday, 10 Mar 2006, 22:37 CET, Derek Atkins wrote: > What we probably need to do is write a program that goes through the > file and finds every non-ascii "character" and asks the user what > charset the character is from, perhaps giving them a choice of > different charsets and what the c

Re: Recent problems building from SVN trunk

2006-03-10 Thread Derek Atkins
Yeah, I got this as well recently. Try this: rm -rf /opt/gnucash-svn/* make clean make all install -derek Quoting David Herman <[EMAIL PROTECTED]>: On Fri, 2006-03-10 at 18:27 -0500, Derek Atkins wrote: Dammit, this needs to be a FAQ. You ran rm -rf which left the file ".links" in the

Re: Recent problems building from SVN trunk

2006-03-10 Thread David Herman
On Fri, 2006-03-10 at 18:27 -0500, Derek Atkins wrote: > Dammit, this needs to be a FAQ. You ran rm -rf which left the file > ".links" in the top-level of your source directory. You either need > to "make distclean" or you need to rm .links so it creates the proper > symlinks. > > -derek > OK T

Re: Recent problems building from SVN trunk

2006-03-10 Thread Derek Atkins
Dammit, this needs to be a FAQ. You ran rm -rf which left the file ".links" in the top-level of your source directory. You either need to "make distclean" or you need to rm .links so it creates the proper symlinks. -derek Quoting David Herman <[EMAIL PROTECTED]>: I have also been having prob

Recent problems building from SVN trunk

2006-03-10 Thread David Herman
I have also been having problem building the SVN trunk, this has been going on for several days. I also was having the problem with "missing libgw-engine.so.0". Now I'm not getting that far. After removing the build tree and performing a "checkout" I am no getting this - error: goffice/goffice-c

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread Derek Atkins
Nah, the build system will re-run configure.. so you only need to rerun it when you want to change your configuration options. You DO have to run autogen.sh by hand whenever a directory is added to the build, but other than that the system will take care of itself. -derek Quoting [EMAIL PROTEC

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread micwise
I really do appreciate all you help. Thanks for the tips. I'm really trying to learn as much as I can. I've worked with computers long enough to know sometimes there is no answer to the "Why does it happen ?" question. I'll just check it our from subversion again. Its really no big deal esp

Re: umlauts garbled up

2006-03-10 Thread Derek Atkins
Eildert Groeneveld <[EMAIL PROTECTED]> writes: > On Friday 10 March 2006 18:41, Derek Atkins wrote: >> Was this a datafile created with 1.8? Or a file created with 1.9? >> Data files created with 1.8 are potentially completely screwed up.. > yes, it came all the way from 1.1 ... 1.8 :) >> It's VE

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread Derek Atkins
a) this script will still destroy your existing install even if the make fails, because it wont exit the script if make fails. b) you don't need to run configure every time. The build system will re-run configure when it notices you need it. c) you probably SHOULD run autogen.sh every time (i

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread micwise
Yes I'm sure I did a make install. The only files that don't get installed are the libgw-engine files. When I ran the command you suggested the were installed. This is the script I run to compile it. It has worked up until now: #!/bin/bash cd $HOME/workspace/gnucash/trunk ./configure --p

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread Derek Atkins
Clearly I should have asked you what "make all install" returns from the top level. Are you SURE you did a "make install"?? -derek Quoting [EMAIL PROTECTED]: Ok that installs the missing files. Strange. I have to admit this goes above my understanding of how make works. I appreciate your

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread micwise
Ok that installs the missing files. Strange. I have to admit this goes above my understanding of how make works. I appreciate your help but I don't want to take up too much of your time. I think I'll do a complete checkout. Hopefully that will solve my problem. Thanks again. Michael > >

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread Derek Atkins
Like I said, it's working for me here. I cleaned out my install tree and ran make clean; make all install and it worked fine and runs. What do you get from: make -C src/engine all install -derek Quoting [EMAIL PROTECTED]: Yeah I updated to 13586, did a make clean and libgw-engine.so.0 is st

Re: [Patch] add "show-zeros" option to aging.scm reports

2006-03-10 Thread Andrew Sackville-West
On Fri, 10 Mar 2006 11:48:51 -0500 Derek Atkins <[EMAIL PROTECTED]> wrote: > FYI, you've lost your 80-character line-breaks again. > > Andrew Sackville-West <[EMAIL PROTECTED]> writes: > > > simple little tweak to ease vendor/customer navigation. add a > > show-zeros option that show all account

Re: Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread micwise
Yeah I updated to 13586, did a make clean and libgw-engine.so.0 is still not getting installed. No libgw-engine file gets installed. It believe its getting built, just not installed for some reason. When its done compiling, I've got libgw-engine.la left in /src/engine. I don't know if that m

Re: umlauts garbled up

2006-03-10 Thread Eildert Groeneveld
On Friday 10 March 2006 18:41, Derek Atkins wrote: > Was this a datafile created with 1.8? Or a file created with 1.9? > Data files created with 1.8 are potentially completely screwed up.. yes, it came all the way from 1.1 ... 1.8 :) > It's VERY possible that they have a combination of iso-8859 AN

Re: umlauts garbled up

2006-03-10 Thread Derek Atkins
Was this a datafile created with 1.8? Or a file created with 1.9? Data files created with 1.8 are potentially completely screwed up.. It's VERY possible that they have a combination of iso-8859 AND utf8 encodings in the same XML file! -derek Quoting Eildert Groeneveld <[EMAIL PROTECTED]>: Hel

umlauts garbled up

2006-03-10 Thread Eildert Groeneveld
Hello Folks my umlauts (these funny German characters like äöü) are all f..cked up in the current svn: Dank fÌrs Setting LANG or LC_ALL does not have an effect. It seems that the problem is in fact in the data file. After unzipping there are lines like Vielen Dank fÌrs Glas changing th

Re: [Patch] add "show-zeros" option to aging.scm reports

2006-03-10 Thread Derek Atkins
FYI, you've lost your 80-character line-breaks again. Andrew Sackville-West <[EMAIL PROTECTED]> writes: > simple little tweak to ease vendor/customer navigation. add a > show-zeros option that show all accounts that have had invoices, > even if a zero balance. So long as this defaults to "off"..

Re: Unable to run r13574 - missing libgw-engine.so.0

2006-03-10 Thread Derek Atkins
Update to 13586 and try again? You might need to "make clean" to get it to build properly (I know that I did). But it works for me. -derek "Michael D. Wise" <[EMAIL PROTECTED]> writes: > I am unable to run gnucash after compiling r13574. I get the following > error: > > gnucash-bin: error whil

Re: more windows porting; maybe indeed feasible soon

2006-03-10 Thread Derek Atkins
Christian Stimming <[EMAIL PROTECTED]> writes: > The wiki page was wrong in that respect. Wait... > > I was about to write "Code generation of g-wrap doesn't (yet) work, > because it needs to load the DLL srfi-13-14, which doesn't work" --- > > BUT now that I looked closer to this error message, i

Re: more windows porting; maybe indeed feasible soon

2006-03-10 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (forgot to send first message to list, too) Derek Atkins schrieb: > Christian Stimming <[EMAIL PROTECTED]> writes: > >> If someone is adventurous enough to try this as well: Notes are >> collected on http://wiki.gnucash.org/wiki/Windows; the attached

Re: [Gnucash-changes] r13557 - gnucash/trunk - Add more linker flags, necessary for some platforms (windows)

2006-03-10 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oops, I take everything back: Christian Stimming schrieb: libgncmod_app_utils_la_LIBADD = \ ${top_builddir}/src/gnc-module/libgncmodule.la \ ${top_builddir}/src/engine/libgncmod-engine.la \ + ${top_builddir}/src/engine/libg

Re: [Gnucash-changes] r13557 - gnucash/trunk - Add more linker flags, necessary for some platforms (windows)

2006-03-10 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Derek, Derek Atkins schrieb: > Christian Stimming <[EMAIL PROTECTED]> writes: > >> libgncmod_app_utils_la_LIBADD = \ >>${top_builddir}/src/gnc-module/libgncmodule.la \ >>${top_builddir}/src/engine/libgncmod-engine.la \ >> + ${top_builddi