octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #57585] [octave-forge] (image) deprecation war


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #57585] [octave-forge] (image) deprecation warnings during installation (compilation) of image package
Date: Thu, 23 Jan 2020 08:46:33 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #9, bug #57585 (project octave):

Two errors here:

1) "class octave::execution_exception’ has no member named ‘message’" is
because message was indeed only added for Octave 6.0.  I am now testing with
Octave 4.2-5.1 and while they all throw octave::execute_exception and I can
catch them, I can't figure out how to 1.1) get the actual error message (the
info member is an empty string), and 1.2) how to prevent the error message
from being printed which happens before the actual catch of the exception.

2) "'uint' does not name a type". Indeed, there's no such type on C++. I am
building gcc which has a uint typedef to unsigned int which is why I missed
it. This is now fixed with
http://hg.code.sf.net/p/octave/image/rev/f8d7b21fc8c1


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57585>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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