Re: missing module dependencies for vasnprintf

2010-04-08 Thread Jarno Rajahalme
On Apr 8, 2010, at 5:11 PM, ext Bruno Haible wrote: > > Yup, this is pretty much the situation that I imagined. Probably the patch > that I've just committed will fix it. > Yes it did, thanks. Jarno

Re: missing module dependencies for vasnprintf

2010-04-08 Thread Jarno Rajahalme
On Apr 8, 2010, at 5:02 PM, ext Bruno Haible wrote: > Trying to reproduce Jarno's errors, I added into some package that is > using "gnulib-tool --with-tests" > 1. vasnprintf but not vasnprintf-posix, > 2. round (any one of ceilf, floorf, roundf, round, truncf, trunc), > and got this error afte

Re: missing module dependencies for vasnprintf

2010-04-08 Thread Bruno Haible
Jarno Rajahalme wrote: > thought I have a problem with gnulib, so I did make distclean, git pull on > gnulib, gnulib-tool --import, ./configure. After the gnulib-tool invocation, you likely need to insert an 'autoreconf' invocation. Often it may work without it, but not always. > I have now the

Re: missing module dependencies for vasnprintf

2010-04-08 Thread Bruno Haible
Hi, Trying to reproduce Jarno's errors, I added into some package that is using "gnulib-tool --with-tests" 1. vasnprintf but not vasnprintf-posix, 2. round (any one of ceilf, floorf, roundf, round, truncf, trunc), and got this error after running $ gnulib-tool --import round vasnprintf $ a

Re: missing module dependencies for vasnprintf

2010-04-08 Thread Jarno Rajahalme
I'm trying to compile octave with GCC 4.4, and thought I have a problem with gnulib, so I did make distclean, git pull on gnulib, gnulib-tool --import, ./configure. I have now these defined in config.h, after doing the above: #define NEED_PRINTF_DIRECTIVE_A 1 /* #undef NEED_PRINTF_DIRECTIVE_F *

Re: missing module dependencies for vasnprintf

2010-04-08 Thread Bruno Haible
Hi, Jarno Rajahalme wrote: > modules/vasnprintf is missing dependencies, which results in compile error: > > vasnprintf.c:103:28: error: isnanl-nolibm.h: No such file or directory > vasnprintf.c:104:20: error: fpucw.h: No such file or directory > vasnprintf.c:109:28: error: isnand-nolibm.h: No su

missing module dependencies for vasnprintf

2010-04-08 Thread Jarno Rajahalme
Hi, modules/vasnprintf is missing dependencies, which results in compile error: vasnprintf.c:103:28: error: isnanl-nolibm.h: No such file or directory vasnprintf.c:104:20: error: fpucw.h: No such file or directory vasnprintf.c:109:28: error: isnand-nolibm.h: No such file or directory vasnprintf.c