octave-maintainers
[Top][All Lists]
Advanced

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

Re: dev build problem


From: John W. Eaton
Subject: Re: dev build problem
Date: Fri, 20 Aug 2021 17:00:07 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 8/16/21 2:45 PM, Markus Mützel wrote:
Am 15. August 2021 um 16:08 Uhr schrieb "John W. Eaton":
Looking at the mxe-native* buildbot logs, I see some possible problems
with building packages.  I'll take a closer look if those happen again
with the next round of builds.

I also see that error when cross-compiling for Windows. Full log attached.

Markus


Strange, I don't see this problem.  But I'm also using GCC 10.

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




reply via email to

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