Re: exp10() error on winXP svn 15713

2007-03-13 Thread Nathan Buchanan
Hi Chris! On 3/14/07, Chris Shoemaker <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 13, 2007 at 11:04:50PM -0400, Nathan Buchanan wrote: > > Hello! > > > > I ran into the following error when building svn 15713: > > > > ../../../repos/src/app-utils/gnc-ui-util.c: In function > `integer_to_words': > >

Re: exp10() error on winXP svn 15713

2007-03-13 Thread Nathan Buchanan
Hi! On 3/13/07, Karl Chen <[EMAIL PROTECTED]> wrote: > > > Does it work if you add the following line before #include > ? > > #define _GNU_SOURCE This does not solve it. I get the following on top of the original message: ../../../repos/src/app-utils/gnc-ui-util.c:32:1: "_GNU_SOURCE" redefined

Re: exp10() error on winXP svn 15713

2007-03-13 Thread Chris Shoemaker
On Tue, Mar 13, 2007 at 11:04:50PM -0400, Nathan Buchanan wrote: > Hello! > > I ran into the following error when building svn 15713: > > ../../../repos/src/app-utils/gnc-ui-util.c: In function `integer_to_words': > ../../../repos/src/app-utils/gnc-ui-util.c:1605: warning: implicit > declaration

Re: exp10() error on winXP svn 15713

2007-03-13 Thread Karl Chen
Does it work if you add the following line before #include ? #define _GNU_SOURCE > On 2007-03-13 20:04 PDT, Nathan Buchanan writes: Nathan> ../../../repos/src/app-utils/gnc-ui-util.c: In Nathan> function `integer_to_words': Nathan> ../../../repos/src/app-utils/gnc-ui-util.c:1605

exp10() error on winXP svn 15713

2007-03-13 Thread Nathan Buchanan
Hello! I ran into the following error when building svn 15713: ../../../repos/src/app-utils/gnc-ui-util.c: In function `integer_to_words': ../../../repos/src/app-utils/gnc-ui-util.c:1605: warning: implicit declaration of function `exp10' make[4]: *** [gnc-ui-util.lo] Error 1 make[4]: Leaving dire