octave-maintainers
[Top][All Lists]
Advanced

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

Re: build failure on OSX 10.9


From: Ben Abbott
Subject: Re: build failure on OSX 10.9
Date: Fri, 15 Nov 2013 18:51:17 -0500

On Nov 15, 2013, at 3:47 PM, John W. Eaton wrote:

> On 11/15/2013 08:59 AM, Ben Abbott wrote:
>> On Nov 15, 2013, at 8:40 AM, c. wrote:
>> 
>>> On 15 Nov 2013, at 14:10, Ben Abbott <address@hidden> wrote:
>>> 
>>>> Ok. I'm still using 2.4, which does not have the qscilexeroctave.h file.
>>>> 
>>>> Did I understand correctly that you're able to build by *only* removing 
>>>> the "external C++" declaration? ... i.e. no change to libgui/src/module.mk?
>>> 
>>> yes. either of the two changes will work for me, I don't need both.
>> 
>> Ok.  Any idea why both libgnu/stdio.h and /usr/include/stdio.h are being 
>> included?
> 
> Because that's the way gnulib works.  libgnu/stdio.h first does an
> '#include_next <stdio.h>' and then adds its own declarations on top of
> the ones that the system provides.

The line in libgnu/stdio.h that triggers the error is the one beginning with 
_GL_WARN_ON_USE

------begin-------
/* It is very rare that the developer ever has full control of stdin,
   so any use of gets warrants an unconditional warning; besides, C11
   removed it.  */
#undef gets
#if HAVE_RAW_DECL_GETS
//_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#endif
-------end--------

With that commented out, I'm able to build.

I assume this conflict indicates a bug in gnulib?

Ben



reply via email to

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