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: Ben Abbott
Subject: Re: problem with docs (Was: make check?)
Date: Wed, 13 Jul 2016 01:22:32 +0000

> On Jul 12, 2016, at 2:13 PM, Mike Miller <address@hidden> wrote:
> 
> 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

Ok. I’m able to build again.

   HG ID for this build is "67a5341edf15"

I had been building in the source tree for several years. Mainly because I was 
unable to successfully build otherwise. Then a couple of months ago, I tried to 
build in a parallel directory and was successful. It occurred to me that I 
should try building in the source tree again, and I found success.

If anyone has a clue why, please illuminate me.

Ben

reply via email to

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