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

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

[Octave-bug-tracker] [bug #50453] image package does not compile with de


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #50453] image package does not compile with dev
Date: Sat, 4 Mar 2017 05:03:27 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0

URL:
  <http://savannah.gnu.org/bugs/?50453>

                 Summary: image package does not compile with dev
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Sat 04 Mar 2017 10:03:25 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Compilation of the image package gives errors as below.
Maybe because the image package is "using namespace octave::image"


octave:2> pkg install -forge image
strel.cc: In constructor 'octave::image::strel::strel(const octave_value&)':
strel.cc:52:38: error: call of overloaded 'feval(const char [6],
octave_value_list&)' is ambiguous
       se = feval ("strel", strel_args)(0);
                                      ^
strel.cc:52:38: note: candidates are:
In file included from strel.cc:27:0:
$HOME/x86_64/include/octave-4.3.0+/octave/parse.h:550:3: note:
octave_value_list octave::feval(const string&, const octave_value_list&, int) 
                              
   feval (const std::string& name,                                            
                   
   ^                                                                          
                   
$HOME/x86_64/include/octave-4.3.0+/octave/parse.h:635:1: note:
octave_value_list feval(const string&, const octave_value_list&, int)         
                              
 feval (const std::string& name, 





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50453>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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