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

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

[Octave-bug-tracker] [bug #44803] of-secs2d fails to install in octave 4


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #44803] of-secs2d fails to install in octave 4.0.0
Date: Fri, 10 Apr 2015 19:29:20 +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/?44803>

                 Summary: of-secs2d fails to install in octave 4.0.0
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Fri 10 Apr 2015 07:29:19 PM GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: JohnD
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:


On installing:


mkoctfile -c  Ucompconst.cc -o Ucompconst.o
Ucompconst.cc:37:22: error: 'Octave_map' does not name a type
 int Ucompconst(const Octave_map &mesh,
                      ^
Ucompconst.cc: In function 'int Ucompconst(const int&, const ColumnVector&,
const ColumnVector&, ColumnVector&)':
Ucompconst.cc:46:29: error: request for member 'contents' in 'mesh', which is
of non-class type 'const int'
 Matrix p             = mesh.contents("p")(0).matrix_value();                 
           ^
Ucompconst.cc:47:29: error: request for member 'contents' in 'mesh', which is
of non-class type 'const int'
Ucompconst.cc:48:29: error: request for member 'contents' in 'mesh', which is
of non-class type 'const int'
 Array<double> wjacdet= mesh.contents("wjacdet")(0).array_value();
                             ^
Ucompconst.cc: In function 'octave_value_list FUcompconst(const
octave_value_list&, int)':
Ucompconst.cc:102:1: error: 'Octave_map' was not declared in this scope
 Octave_map mesh = args(0).map_value();
 ^
Ucompconst.cc:106:12: error: 'mesh' was not declared in this scope
 Ucompconst(mesh, acoeff, bcoeff, SG);
            ^
make: *** [Ucompconst.o] Error 1






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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