octave-maintainers
[Top][All Lists]
Advanced

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

Re: Hydra job fails since 2 weeks


From: Mike Miller
Subject: Re: Hydra job fails since 2 weeks
Date: Tue, 17 Feb 2015 11:55:38 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, Feb 17, 2015 at 11:39:30 -0500, Mike Miller wrote:
> On Tue, Feb 17, 2015 at 13:45:22 +0100, Andreas Weber wrote:
> > The last successful build was on 2015-01-28
> > (http://hydra.nixos.org/job/gnu/octave-default/tarball#tabs-status), the
> > current tarball fails with
> > 
> > In file included from system/file-ops.cc:43:0:
> > ../libgnu/tempname.h:55:32: error: expected ')' before 'try'
> >                           int (*try) (char *, void *));
> >                                 ^
> > (http://hydra.nixos.org/build/19604760/log/tail-reload)
> 
> Thanks for noticing. We didn't get an email because of the @octave.org
> mailing list woes.

Ok, this error is simply because of the name in the prototype being
"try", which is a C++ keyword. We #include this file in an extern "C" {}
scope, but that doesn't seem to matter. I'll report to gnulib.

-- 
mike



reply via email to

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