octave-maintainers
[Top][All Lists]
Advanced

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

Re: problem with docs (Was: make check?)


From: Mike Miller
Subject: Re: problem with docs (Was: make check?)
Date: Tue, 12 Jul 2016 11:13:34 -0700
User-agent: Mutt/1.6.0 (2016-04-01)

On Tue, Jul 12, 2016 at 01:25:37 +0000, Ben Abbott wrote:
> ../../sources/libgnu/math.h:956:27: error: expected identifier
> _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
>                           ^
> ../../sources/libgnu/math.h:958:19: error: a parameter list without types is 
> only allowed in a function definition
> _GL_CXXALIASWARN (frexpf);
>                   ^
> ../../sources/libgnu/math.h:982:26: error: expected identifier
> _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
>                          ^
> ../../sources/libgnu/math.h:984:19: error: a parameter list without types is 
> only allowed in a function definition
> _GL_CXXALIASWARN (frexp);
>                   ^
> 4 errors generated.
> 
> Any ideas?

Interesting. I can build with clang 3.7.1 (on Debian). Did you run
bootstrap / can you try running bootstrap and building from scratch? The
frexp and frexpf modules were re-added recently to bootstrap.conf.

-- 
mike



reply via email to

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