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

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

[Octave-patch-tracker] [patch #8535] [signal] firpm (new remez)


From: Roland Baudin
Subject: [Octave-patch-tracker] [patch #8535] [signal] firpm (new remez)
Date: Wed, 27 Jul 2016 12:03:11 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux i586; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #13, patch #8535 (project octave):

I tried to compile firpm with g++ 5.4.0 (in Ubuntu 16.04) and I got the
following error message:

firpm.cc: In function ‘octave_value_list Ffirpm(const octave_value_list&,
int)’:
firpm.cc:392:32: error: passing ‘const octave_value’ as ‘this’
argument discards qualifiers [-fpermissive]
       args(arg).print (os, true);
                                ^
In file included from
/usr/include/octave-4.0.3/octave/../octave/oct-obj.h:33:0,
                 from /usr/include/octave-4.0.3/octave/../octave/ov-fcn.h:31,
                 from
/usr/include/octave-4.0.3/octave/../octave/ov-builtin.h:28,
                 from
/usr/include/octave-4.0.3/octave/../octave/defun-int.h:28,
                 from
/usr/include/octave-4.0.3/octave/../octave/defun-dld.h:30,
                 from /usr/include/octave-4.0.3/octave/../octave/oct.h:36,
                 from firpm.cc:21:
/usr/include/octave-4.0.3/octave/../octave/ov.h:1030:8: note:   in call to
‘void octave_value::print(std::ostream&, bool)’
   void print (std::ostream& os, bool pr_as_read_syntax = false)

Any idea about fixing thi issue?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8535>

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




reply via email to

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