octave-maintainers
[Top][All Lists]
Advanced

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

Aw: Re: dev build problem


From: Markus Mützel
Subject: Aw: Re: dev build problem
Date: Sat, 21 Aug 2021 18:34:43 +0200

Am 20. August 2021 um 23:00 Uhr schrieb "John W. Eaton":
> Assuming you are building with the latest Octave sources, can you try
> changing
>
> OCTAVE_DEPRECATED (7, "use 'octave::warning_enabled' instead")
> inline OCTINTERP_API int warning_enabled (const std::string& id)
> {
>    return octave::warning_enabled (id);
> }
>
> to
>
> OCTAVE_DEPRECATED (7, "use 'octave::warning_enabled' instead")
> inline int warning_enabled (const std::string& id)
> {
>    return octave::warning_enabled (id);
> }
>
>
> in libinterperror.h?  That inline function shouldn't have a visibility
> attribute.
>
> jwe

That change looks reasonable to me. And I see you already committed it to 
default.
The latest Octave sources cross-build without issues for me (including the 
Octave Forge packages in MXE Octave).

Thanks for the fix!

Markus





reply via email to

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