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

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

[Octave-bug-tracker] [bug #41089] ad package will not compile with octav


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #41089] ad package will not compile with octave 3.8.0
Date: Fri, 03 Jan 2014 18:05:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

                 Summary: ad package will not compile with octave 3.8.0
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Fri 03 Jan 2014 06:05:03 PM GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: John D
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Any

    _______________________________________________________

Details:

On doing a pkg install  ad-1.0.6.tar.gz, and also when trying to do with
latest from octave-forge svn:



ov-grad.cc: In function 'octave_value eye_mx(octave_idx_type)':
ov-grad.cc:50:60: warning: 'Array<T>::Array(octave_idx_type) [with T = int;
octave_idx_type = int]' is deprecated
(declared at
C:\Octave\Octave-3.8.0\include\octave-3.8.0\octave\../octave/Array.h:188)
[-Wdeprecated-declarations]

       Array<octave_idx_type> ix = Array<octave_idx_type> (n);
                                                            ^
ov-grad.cc:53:45: warning: 'Array<T>::Array(octave_idx_type, const T&) [with T
= double; octave_idx_type = int]' i
s deprecated (declared at
C:\Octave\Octave-3.8.0\include\octave-3.8.0\octave\../octave/Array.h:194)
[-Wdeprecated-
declarations]
    return SparseMatrix(Array<double> (1, 1.0), ix, ix, n, n, false);
                                             ^
ov-grad.cc: In member function 'virtual void
octave_gradient::print(std::ostream&, bool) const':
ov-grad.cc:74:41: error: no matching function for call to
'octave_value::print_with_name(std::ostream&, const char
 [6], bool) const'
  x ().print_with_name (os, "value", true);









    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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