bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-recutils] [Platform-testers] Pre-release recutils 1.4.92 in alp


From: Jose E. Marchesi
Subject: Re: [bug-recutils] [Platform-testers] Pre-release recutils 1.4.92 in alpha.gnu.org
Date: Thu, 12 Jan 2012 14:51:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

Hi Bruno.

    This C compiler does not understand C99 macro syntax by default. But it
    does it when "cc -c99" is used. To this effect, AC_PROG_CC_C99 must be used.
    This patch fixes the problem and leads to "All 9 tests passed":

Applied.
    
    Bad luck: Gnulib has no replacement for the functions random(), srandom().
    
    BUT Gnulib has a portable replacement for the function random_r() and
    srandom_r(). So I would rewrite the code to use these functions and
    import 'random_r' from Gnulib.

I will replace them, import the gnulib modules, and then release 1.5.
Thank you very much for your testing and reports :)
    
-- 
Jose E. Marchesi         http://www.jemarch.net
GNU Project              http://www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]