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

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

[Octave-bug-tracker] [bug #49957] Some variables "not declared in this s


From: Stefan Husmann
Subject: [Octave-bug-tracker] [bug #49957] Some variables "not declared in this scope"
Date: Fri, 30 Dec 2016 04:19:29 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 conkeror/1.0.3

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

                 Summary: Some variables "not declared in this scope"
                 Project: GNU Octave
            Submitted by: haawda
            Submitted on: Fri 30 Dec 2016 04:19:28 AM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:


  CXX      liboctave/numeric/liboctave_numeric_libnumeric_la-qr.lo
../liboctave/numeric/qr.cc: In member function 'void
octave::math::qr<T>::update(const T&, const T&)':
../liboctave/numeric/qr.cc:149:11: error: 'u_rows' was not declared in this
scope
       if (u_rows != m || v_rows != n || u_cols != v_cols)
           ^~~~~~
../liboctave/numeric/qr.cc:149:26: error: 'v_rows' was not declared in this
scope
       if (u_rows != m || v_rows != n || u_cols != v_cols)
                          ^~~~~~
../liboctave/numeric/qr.cc:149:41: error: 'u_cols' was not declared in this
scope
       if (u_rows != m || v_rows != n || u_cols != v_cols)
                                         ^~~~~~
../liboctave/numeric/qr.cc:149:51: error: 'v_cols' was not declared in this
scope
       if (u_rows != m || v_rows != n || u_cols != v_cols)
                                                   ^~~~~~
../liboctave/numeric/qr.cc: In member function 'void
octave::math::qr<T>::insert_col(const T&, const Array<int>&)':
../liboctave/numeric/qr.cc:262:30: error: 'u_cols' was not declared in this
scope
       if (u.numel () != m || u_cols != nj)
                              ^~~~~~
make[2]: *** [Makefile:20591:
liboctave/numeric/liboctave_numeric_libnumeric_la-qr.lo] Error 1
make[2]: Leaving directory
'/home/haawda/paketierung/meine_Pakete/octave-hg/src/octave-local/build'
make[1]: *** [Makefile:26198: all-recursive] Error 1
make[1]: Leaving directory
'/home/haawda/paketierung/meine_Pakete/octave-hg/src/octave-local/build'
make: *** [Makefile:9948: all] Error 2





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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