While testing a 'grep' prerelease on MSVC 9, I got this error:
obstack.c
obstack.c(406) : error C2381: 'print_and_abort': redefinition;
__declspec(noreturn) differs from
obstack.c(90): see declaration of 'print_and_abort'
make[4]: *** [obstack.obj] Error 2
This fixes it.
2011-11-11 Br
Hi Bruno,
Bruno Haible skribis:
> OK, I've pushed this:
>
>
> 2011-11-10 Bruno Haible
>
> fstatat: Make cross-compilation guess succeed everywhere except on AIX.
> * m4/fstatat.m4 (gl_FUNC_FSTATAT): Require AC_CANONICAL_HOST.
> When cross-compiling, guess yes on all platform
Hi,
I got the attached bug report. Is there any information we can provide
to solve that issue? The gl/ directory in the latest gnutls can be seen at:
http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=tree;f=gl;h=0e924fda61b6f797dea7f61dec6006732ae87140;hb=6638c0567889ffa3a89ee82335d0abc05e44838c
Hi Jim,
Am 11.11.2011 um 14:42 schrieb Jim Meyering:
> Thanks for investigating.
> I've pushed the following fix to gnulib;
> I'll update grep to use it before the release.
Excellent! Please let me know if you have an updated tarball for me to try.
Best regards
-- Dago
--
"You don't become
Dagobert Michelsen wrote:
> Hi Jim,
>
> Am 10.11.2011 um 18:09 schrieb Jim Meyering:
>> Dagobert Michelsen wrote:
>>> I still get failing tests similar to the ones I reported in
>>> https://savannah.gnu.org/bugs/?29380
>>> There doesn't seem to have been any fixing in gnulib for this since.
>>> Pl