Re: Can't open data file in r14202

2006-06-02 Thread Derek Atkins
Kevin Broderick <[EMAIL PROTECTED]> writes: > On 1 Jun 2006, at 10:01 PM, Derek Atkins wrote: > >> Derek Atkins <[EMAIL PROTECTED]> writes: >> [CHOMP] >> For the record, I fixed this in r14296. The code should now >> work on Macos and hopefully even compile (and link!) on windows again > > r14289

Re: Can't open data file in r14202

2006-06-02 Thread Kevin Broderick
On 1 Jun 2006, at 10:01 PM, Derek Atkins wrote: Derek Atkins <[EMAIL PROTECTED]> writes: [CHOMP] For the record, I fixed this in r14296. The code should now work on Macos and hopefully even compile (and link!) on windows again r14289 builds and runs on OS X 10.4.6 for me, as does r14296. As

Re: Can't open data file in r14202

2006-06-01 Thread Derek Atkins
Derek Atkins <[EMAIL PROTECTED]> writes: > Yes, that's what I'm talking about. Oh, you made it not compile > on windows anymore? Seriously, we should just make a libgnc-xmlfileutils > as a shared library, and then build the module against that.. And > then the business backend and anything else

Re: Can't open data file in r14202

2006-06-01 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: Yes, that's what it means.. Unfortunately right now there IS something that does, There is? If you're thinking of business_backend_file, I don't think it does anymore. At least, it's not supposed too. Yes, that's what I'm talking about. Oh, yo

Re: Can't open data file in r14202

2006-06-01 Thread Chris Shoemaker
On Thu, Jun 01, 2006 at 03:44:59PM -0400, Derek Atkins wrote: > Quoting David Reiser <[EMAIL PROTECTED]>: > > >And the latest comment from Peter: > >"Heh, I bet they still ahve a configure check for darwin that does a sed > >on the generated libtool script to always build dylibs. I added that > >

Re: Can't open data file in r14202

2006-06-01 Thread Derek Atkins
Quoting David Reiser <[EMAIL PROTECTED]>: So I commented out his sed patch (diff attached), and r14287 configures, compiles, and runs without the post install symlink. I applied this patch and committed it as r14288. I did make a small change so you might need to "svn revert" before/after yo

Re: Can't open data file in r14202

2006-06-01 Thread Derek Atkins
Quoting David Reiser <[EMAIL PROTECTED]>: And the latest comment from Peter: "Heh, I bet they still ahve a configure check for darwin that does a sed on the generated libtool script to always build dylibs. I added that years ago, and it always worked because I controlled how things were loaded e

Re: Can't open data file in r14202

2006-06-01 Thread David Reiser
On Jun 1, 2006, at 1:33 AM, David Reiser wrote: On May 31, 2006, at 10:28 PM, Chris Shoemaker wrote: On Wed, May 31, 2006 at 10:17:24PM -0400, David Reiser wrote: This module is loaded using gmodule. I don't know if gmodule uses libltdl. and the latest comment from Peter O'Gorman: "E

Re: Can't open data file in r14202

2006-05-31 Thread David Reiser
On May 31, 2006, at 10:28 PM, Chris Shoemaker wrote: On Wed, May 31, 2006 at 10:17:24PM -0400, David Reiser wrote: This module is loaded using gmodule. I don't know if gmodule uses libltdl. and the latest comment from Peter O'Gorman: "Ensure that the Makefile.am for this module has the

Re: Can't open data file in r14202

2006-05-31 Thread David Reiser
On May 31, 2006, at 10:28 PM, Chris Shoemaker wrote: On Wed, May 31, 2006 at 10:17:24PM -0400, David Reiser wrote: [snip] And from Peter O'Gorman: "Gnucash has a whole bunch of libraries that are also loadable modules and is one of the reasons that dlcompat got written all those years ago.

Re: Can't open data file in r14202

2006-05-31 Thread Chris Shoemaker
On Wed, May 31, 2006 at 10:17:24PM -0400, David Reiser wrote: > > On May 31, 2006, at 7:39 PM, Chris Shoemaker wrote: > > >On Wed, May 31, 2006 at 05:57:22PM -0400, David Reiser wrote: > >> > >>On May 31, 2006, at 1:22 PM, Derek Atkins wrote: > >> > >>>Chris Shoemaker <[EMAIL PROTECTED]> writes:

Re: Can't open data file in r14202

2006-05-31 Thread David Reiser
On May 31, 2006, at 7:39 PM, Chris Shoemaker wrote: On Wed, May 31, 2006 at 05:57:22PM -0400, David Reiser wrote: On May 31, 2006, at 1:22 PM, Derek Atkins wrote: Chris Shoemaker <[EMAIL PROTECTED]> writes: Yes, my ltmain.sh has the line. Any news on this front? Maybe we should ask so

Re: Can't open data file in r14202

2006-05-31 Thread David Reiser
On May 31, 2006, at 7:39 PM, Chris Shoemaker wrote: On Wed, May 31, 2006 at 05:57:22PM -0400, David Reiser wrote: On May 31, 2006, at 1:22 PM, Derek Atkins wrote: Chris Shoemaker <[EMAIL PROTECTED]> writes: Yes, my ltmain.sh has the line. Any news on this front? Maybe we should ask so

Re: Can't open data file in r14202

2006-05-31 Thread Chris Shoemaker
On Wed, May 31, 2006 at 05:57:22PM -0400, David Reiser wrote: > > On May 31, 2006, at 1:22 PM, Derek Atkins wrote: > > >Chris Shoemaker <[EMAIL PROTECTED]> writes: > > > >>>Yes, my ltmain.sh has the line. > >>> > >> > >>Any news on this front? Maybe we should ask some libtool folks for > >>some

Re: Can't open data file in r14202

2006-05-31 Thread David Reiser
On May 31, 2006, at 1:22 PM, Derek Atkins wrote: Chris Shoemaker <[EMAIL PROTECTED]> writes: Yes, my ltmain.sh has the line. Any news on this front? Maybe we should ask some libtool folks for some help. Are you sure that a shared object is still supposed to be called ".so" on Mac? Are

Re: Can't open data file in r14202

2006-05-31 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: >> Yes, my ltmain.sh has the line. >> > > Any news on this front? Maybe we should ask some libtool folks for > some help. Are you sure that a shared object is still supposed to be called ".so" on Mac? Are you sure this isn't a glib/gmodule bug? > -c

Re: Can't open data file in r14202

2006-05-31 Thread Chris Shoemaker
On Mon, May 29, 2006 at 01:15:43PM -0400, David Reiser wrote: > > On May 29, 2006, at 12:54 PM, Chris Shoemaker wrote: > > [...] > > > >>My experience suggests > >>that if I weren't using gnu libtool, nothing would come close to > >>working, as Apple's libtool is entirely unrelated to the functio

Re: Can't open data file in r14202

2006-05-29 Thread David Reiser
On May 29, 2006, at 12:54 PM, Chris Shoemaker wrote: [...] My experience suggests that if I weren't using gnu libtool, nothing would come close to working, as Apple's libtool is entirely unrelated to the functions we're expecting of gnu libtool. :) and how close are things to working? :)

Re: Can't open data file in r14202

2006-05-29 Thread Chris Shoemaker
On Mon, May 29, 2006 at 12:16:50PM -0400, David Reiser wrote: > > On May 29, 2006, at 11:40 AM, Chris Shoemaker wrote: > > >On Mon, May 29, 2006 at 10:41:35AM -0400, David Reiser wrote: > >> > >>On May 29, 2006, at 10:04 AM, Chris Shoemaker wrote: > >> > > [G5D:~/dev/gnucash] dbr% ls -al

Re: Can't open data file in r14202

2006-05-29 Thread David Reiser
On May 29, 2006, at 11:40 AM, Chris Shoemaker wrote: On Mon, May 29, 2006 at 10:41:35AM -0400, David Reiser wrote: On May 29, 2006, at 10:04 AM, Chris Shoemaker wrote: [G5D:~/dev/gnucash] dbr% ls -al /opt/gnucash-svn/lib/*backend* -rwxr-xr-x 1 dbr admin 666216 May 26 09:24 /opt/gnucash

Re: Can't open data file in r14202

2006-05-29 Thread Chris Shoemaker
On Mon, May 29, 2006 at 10:41:35AM -0400, David Reiser wrote: > > On May 29, 2006, at 10:04 AM, Chris Shoemaker wrote: > > >> > >>[G5D:~/dev/gnucash] dbr% ls -al /opt/gnucash-svn/lib/*backend* > >>-rwxr-xr-x 1 dbr admin 666216 May 26 09:24 /opt/gnucash-svn/lib/ > >>libgnc-backend-file.0.0.0.d

Re: Can't open data file in r14202

2006-05-29 Thread David Reiser
On May 29, 2006, at 10:04 AM, Chris Shoemaker wrote: [G5D:~/dev/gnucash] dbr% ls -al /opt/gnucash-svn/lib/*backend* -rwxr-xr-x 1 dbr admin 666216 May 26 09:24 /opt/gnucash-svn/lib/ libgnc-backend-file.0.0.0.dylib lrwxr-xr-x 1 dbr admin 31 May 26 09:24 /opt/gnucash-svn/lib/ libgnc-b

Re: Can't open data file in r14202

2006-05-29 Thread Chris Shoemaker
On Mon, May 29, 2006 at 09:19:08AM -0400, David Reiser wrote: > > On May 26, 2006, at 5:33 PM, Chris Shoemaker wrote: > > >On Fri, May 26, 2006 at 02:51:44PM -0400, Kevin Broderick wrote: > >> > >>On 26 May 2006, at 2:37 PM, David Reiser wrote: > >> > >>>--enable-error-on-warning --enable-compile

Re: Can't open data file in r14202

2006-05-29 Thread David Reiser
On May 26, 2006, at 5:33 PM, Chris Shoemaker wrote: On Fri, May 26, 2006 at 02:51:44PM -0400, Kevin Broderick wrote: On 26 May 2006, at 2:37 PM, David Reiser wrote: --enable-error-on-warning --enable-compile-warnings --enable-opt- style-install --prefix=/opt/gnucash-svn --enable-debug --ena

Re: Can't open data file in r14202

2006-05-26 Thread Chris Shoemaker
On Fri, May 26, 2006 at 02:30:15PM -0400, David Reiser wrote: > > On May 26, 2006, at 11:02 AM, Derek Atkins wrote: > > >Hi, > > > >David Reiser <[EMAIL PROTECTED]> writes: > > > >>I just compiled r14202, and it refuses to open my data file, > >>originally converted from 1.8.11, but recently save

Re: Can't open data file in r14202

2006-05-26 Thread Chris Shoemaker
On Fri, May 26, 2006 at 02:51:44PM -0400, Kevin Broderick wrote: > > On 26 May 2006, at 2:37 PM, David Reiser wrote: > > >--enable-error-on-warning --enable-compile-warnings --enable-opt- > >style-install --prefix=/opt/gnucash-svn --enable-debug --enable- > >etags --enable-doxygen --enable-ofx

Re: Can't open data file in r14202

2006-05-26 Thread Christian Stimming
Am Freitag, 26. Mai 2006 21:46 schrieb Derek Atkins: > Quoting Christian Stimming <[EMAIL PROTECTED]>: > > Am Freitag, 26. Mai 2006 20:30 schrieb David Reiser: > >> >> Can't parse the URL /Users/dbr/Documents/Gnucash-g2-testdata/ > >> >> almostreal. > >> > >> gnucash: dlopen(/opt/gnucash-svn/lib/li

Re: Can't open data file in r14202

2006-05-26 Thread Derek Atkins
Quoting Christian Stimming <[EMAIL PROTECTED]>: Am Freitag, 26. Mai 2006 20:30 schrieb David Reiser: >> Can't parse the URL /Users/dbr/Documents/Gnucash-g2-testdata/ >> almostreal. >> gnucash: dlopen(/opt/gnucash-svn/lib/libgncqof-backend-qsf.so, 9): image not found ... and because of precise

Re: Can't open data file in r14202

2006-05-26 Thread Christian Stimming
Am Freitag, 26. Mai 2006 20:30 schrieb David Reiser: > >> Can't parse the URL /Users/dbr/Documents/Gnucash-g2-testdata/ > >> almostreal. > >> > gnucash: dlopen(/opt/gnucash-svn/lib/libgncqof-backend-qsf.so, 9): > image not found ... and because of precisely this reason I think we should make a muc

Re: Can't open data file in r14202

2006-05-26 Thread Derek Atkins
Oh, you're on a MAC! i bet if you look you'll see ...lib/libgnc-backend-file.dylib instead of .so -- right? I wonder if GModule is "broken" such that it doesn't use the proper shared object ending.. Something that changed recently is that chris changed the way these QOF backends are loaded. It

Re: Can't open data file in r14202

2006-05-26 Thread Kevin Broderick
On 26 May 2006, at 2:37 PM, David Reiser wrote: --enable-error-on-warning --enable-compile-warnings --enable-opt- style-install --prefix=/opt/gnucash-svn --enable-debug --enable- etags --enable-doxygen --enable-ofx --with-ofx-prefix=/opt --enable- hbci --with-aqbanking-dir=/opt --with-g-wrap-

Re: Can't open data file in r14202

2006-05-26 Thread David Reiser
--enable-error-on-warning --enable-compile-warnings --enable-opt- style-install --prefix=/opt/gnucash-svn --enable-debug --enable-etags --enable-doxygen --enable-ofx --with-ofx-prefix=/opt --enable-hbci -- with-aqbanking-dir=/opt --with-g-wrap-prefix=/sw This is the same set of options I've b

Re: Can't open data file in r14202

2006-05-26 Thread David Reiser
On May 26, 2006, at 11:02 AM, Derek Atkins wrote: Hi, David Reiser <[EMAIL PROTECTED]> writes: I just compiled r14202, and it refuses to open my data file, originally converted from 1.8.11, but recently saved in r14080. The error alert displayed says: Can't parse the URL /Users/dbr/Document

Re: Can't open data file in r14202

2006-05-26 Thread Derek Atkins
Hi, David Reiser <[EMAIL PROTECTED]> writes: > I just compiled r14202, and it refuses to open my data file, > originally converted from 1.8.11, but recently saved in r14080. The > error alert displayed says: > > Can't parse the URL /Users/dbr/Documents/Gnucash-g2-testdata/almostreal. > > I di

Re: Can't open data file in r14202

2006-05-26 Thread Derek Atkins
What configure options did you use? I can't reproduce this problem on Linux/x86/FC3 using r14204. (I'll note that I did NOT build the postgres backend). -derek Quoting David Reiser <[EMAIL PROTECTED]>: I just compiled r14202, and it refuses to open my data file, originally converted from 1.

Can't open data file in r14202

2006-05-26 Thread David Reiser
I just compiled r14202, and it refuses to open my data file, originally converted from 1.8.11, but recently saved in r14080. The error alert displayed says: Can't parse the URL /Users/dbr/Documents/Gnucash-g2-testdata/almostreal. I did a make distclean before the the build, as well as deleti