CVS Compilation issue

2003-01-07 Thread Eildert Groeneveld
Hello everyone, while gnucash is progessingf nicelytowards beta I do encounter a problem during compiling the current cvs as of ~yesterday: make[4]: Entering directory `/usr/local/src/gnucash/src/engine' /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/li

Re: CVS Compilation issue

2003-01-07 Thread Derek Atkins
What version of guile? -derek Eildert Groeneveld <[EMAIL PROTECTED]> writes: > engine-helpers.c: In function `gnc_scm_to_gint64': > engine-helpers.c:2169: warning: passing arg 2 of `scm_num2long_long' makes > pointer from integer without a cast > make[4]: *** [engine-helpers.lo] Error 1 > make[

Re: [Tenforty-developers] Re: PracticalTax: A tax preperation program

2003-01-07 Thread Derek Atkins
That would be nice. I would certainly love to use a Linux app for my taxes instead of Tax Cut ;) -derek jay <[EMAIL PROTECTED]> writes: > On Monday 06 January 2003 03:41 pm, Derek Atkins wrote: > > Well, you can always try to import the .txf that gnucash created > > from the tax report. What e

Re: CVS Compilation issue

2003-01-07 Thread David Hampton
On Tue, 2003-01-07 at 08:20, Derek Atkins wrote: > What version of guile? Looks like one of the guile 1.6 bugs I fixed last night. Eildert, if you are using 1.6 you will eventually be able to get it to compile and it will run, but it will fail to produce any reports. This is either a guile bug,

Re: CVS Compilation issue

2003-01-07 Thread Derek Atkins
Please CC: all responses to gnucash-devel It looks like this was fixed in CVS last night. -derek Eildert Groeneveld <[EMAIL PROTECTED]> writes: > On Dienstag, 7. Januar 2003 17:20, you wrote: > > What version of guile? > seems to be guile1.4 > > > > -derek > > > > Eildert Groeneveld <[EMAIL PRO

Re: New feature

2003-01-07 Thread Linas Vepstas
On Mon, Jan 06, 2003 at 06:42:33PM -0500, Derek Atkins was heard to remark: > This would be "Periods", which are in the works but not as far along > as I would have liked by now. It's a good idea. I'm mentally psyching up to do this, but can't make any promisses yet. --linas -- pub 1024D/0104

Re: CVS Compilation issue

2003-01-07 Thread John P. New
I am still getting this error from CVS as of 3:50pm (EST) on Jan-07. I am running guile 1.4, g-wrap 1.3.4 Thanks, John On Tue, 2003-01-07 at 11:56, Derek Atkins wrote: > Please CC: all responses to gnucash-devel > > It looks like this was fixed in CVS last night. > > -derek > > Eildert Groene

Re: CVS Compilation issue

2003-01-07 Thread Derek Atkins
Are you running with an up-to-date cvs checkout? Try running cvs update again. As I said, this should have been fixed last night. Either that or the API is different between 1.4 and 1.6. In 1.4 the API is: extern long_long scm_num2long_long (SCM num, char *pos,

Re: CVS Compilation issue

2003-01-07 Thread John P. New
Yes, I checked-out the CVS code at 3:50pm (EST) today. Should I upgrade to guile 1.6, or leave it at 1.4? John On Tue, 2003-01-07 at 16:41, Derek Atkins wrote: > Are you running with an up-to-date cvs checkout? Try running > cvs update again. As I said, this should have been fixed last night.

Re: CVS Compilation issue

2003-01-07 Thread Derek Atkins
You should leave it at 1.4... This is something that should get fixed as soon as hampton gets to it. One other question: what version of GCC are you using? -derek "John P. New" <[EMAIL PROTECTED]> writes: > Yes, I checked-out the CVS code at 3:50pm (EST) today. > > Should I upgrade to guile 1

Re: CVS Compilation issue

2003-01-07 Thread David Hampton
On Tue, 2003-01-07 at 13:41, Derek Atkins wrote: > Are you running with an up-to-date cvs checkout? Try running > cvs update again. As I said, this should have been fixed last night. > Either that or the API is different between 1.4 and 1.6. In 1.4 > the API is: > > extern long_long scm_num2lon

Re: CVS Compilation issue

2003-01-07 Thread John P. New
Sorry for the delayed response... [john@headoffice john]$ gcc -v Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs gcc version 2.96 2731 (Mandrake Linux 8.2 2.96-0.76mdk) John On Tue, 2003-01-07 at 18:35, Derek Atkins wrote: > You should leave it at 1.4... This is somet

Re: CVS Compilation issue

2003-01-07 Thread James A. Treacy
On Tue, Jan 07, 2003 at 06:35:57PM -0500, Derek Atkins wrote: > > One other question: what version of GCC are you using? Just a heads up, but Debian has just started the transition to gcc 3.2.2 -- James (Jay) Treacy [EMAIL PROTECTED] ___ gnucash-devel

Re: CVS Compilation issue

2003-01-07 Thread James A. Treacy
On Tue, Jan 07, 2003 at 03:25:04PM +0100, Eildert Groeneveld wrote: > > This is Debian SID installation with an updated gwrap . What is your idea of an 'updated gwrap'? Sid has had gwrap 1.3.4 since before Christmas. -- James (Jay) Treacy [EMAIL PROTECTED] __

Re: CVS Compilation issue

2003-01-07 Thread Eildert Groeneveld
On Mittwoch, 8. Januar 2003 05:47, James A. Treacy wrote: > On Tue, Jan 07, 2003 at 03:25:04PM +0100, Eildert Groeneveld wrote: > > This is Debian SID installation with an updated gwrap . > > What is your idea of an 'updated gwrap'? Sid has had gwrap 1.3.4 > since before Christmas. yes thats it --