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

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

[Octave-bug-tracker] [bug #49294] [octave forge] (level-set) fails to in


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #49294] [octave forge] (level-set) fails to install in octave 4.2.0rc2
Date: Fri, 14 Feb 2020 23:49:32 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #16, bug #49294 (project octave):

Any progress on this? I'm still seeing the same errors that Nik got when
installing on macOS 10.14.6 under a Homebrewed Octave 5.2.0.


octave:14> pkg install -forge level-set
In file included from FastMarching.cpp:19:
In file included from ./FastMarching.hpp:56:
./Heap.hpp:78:15: warning: deleted function definitions are a C++11 extension
[-Wc++11-extensions]
    Heap () = delete;
              ^
./Heap.hpp:79:28: warning: deleted function definitions are a C++11 extension
[-Wc++11-extensions]
    Heap (const Heap& o) = delete;
                           ^
[...]
FastMarching.cpp:117:7: error: no matching function for call to
'issueWarning'
      issueWarning ("level-set:fast-marching:too-far-alive",
      ^~~~~~~~~~~~
./FastMarching.hpp:102:6: note: candidate function not viable: no known
conversion from 'const char [38]' to 'const std::string' (aka 'const
basic_string<char, char_traits<char>,
      allocator<char> >') for 1st argument
[...]
FastMarching.cpp:221:7: error: expected expression
    = [&eqn, &grid] (const IndexTuple& neighbour, dimensionT d, indexT)
      ^
FastMarching.cpp:240:9: error: no matching function for call to
'issueWarning'
        issueWarning ("level-set:fast-marching:increased-distance",
        ^~~~~~~~~~~~
./FastMarching.hpp:102:6: note: candidate function not viable: no known
conversion from 'const char [43]' to 'const std::string' (aka 'const
basic_string<char, char_traits<char>,
      allocator<char> >') for 1st argument
[...]


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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