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

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

[Octave-bug-tracker] [bug #57000] [octave forge] (strings) Compilation f


From: anonymous
Subject: [Octave-bug-tracker] [bug #57000] [octave forge] (strings) Compilation faiure against Octave 5.1.0
Date: Tue, 22 Sep 2020 15:00:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0

Follow-up Comment #3, bug #57000 (project octave):

This error is still present on Octave 7.0.0 (hg id 903fe321649b).


octave:21> clc; pkg install -forge strings
error: 'octave_config_info' undefined near line 1, column 1
pcregexp.cc:51:9: warning: 'error_state' is deprecated
[-Wdeprecated-declarations]
    if (error_state) {
        ^
/usr/local/include/octave-7.0.0/octave/error.h:494:1: note: 'error_state' has
been explicitly marked deprecated
      here
OCTAVE_DEPRECATED (6, "this variable is obsolete and always has the value 0")
^
/usr/local/include/octave-7.0.0/octave/octave-config.h:77:59: note: expanded
from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecated__))
                                                          ^
pcregexp.cc:52:9: error: use of undeclared identifier 'gripe_wrong_type_arg';
did you mean 'err_wrong_type_arg'?
        gripe_wrong_type_arg("pcregexp", args(0));
        ^~~~~~~~~~~~~~~~~~~~
        err_wrong_type_arg
/usr/local/include/octave-7.0.0/octave/errwarn.h:119:1: note:
'err_wrong_type_arg' declared here
err_wrong_type_arg (const char *name, const octave_value& tc);
^
1 warning and 1 error generated.
make: *** [Makefile:11: pcregexp.oct] Error 1
make: Entering directory '/tmp/oct-Ec7W2T/strings-1.2.0/src'
/usr/local/bin/mkoctfile-7.0.0  -o pcregexp.oct pcregexp.cc
make: Leaving directory '/tmp/oct-Ec7W2T/strings-1.2.0/src'

error: pkg: error running 'make' for the strings package.
error: called from
    configure_make at line 110 column 9
    install at line 196 column 7
    pkg at line 568 column 9


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57000>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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