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

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

[Octave-bug-tracker] [bug #47042] [MXE] of-signal fails to build with "'


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #47042] [MXE] of-signal fails to build with "'gripe_wrong_type_arg' was not declared in this scope"
Date: Mon, 01 Feb 2016 20:53:23 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38

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

                 Summary: [MXE] of-signal fails to build with
"'gripe_wrong_type_arg' was not declared in this scope"
                 Project: GNU Octave
            Submitted by: philipnienhuis
            Submitted on: Mon 01 Feb 2016 09:53:22 PM CET
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Philip Nienhuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Other

    _______________________________________________________

Details:

After having used my MXE build tree for a month, building new Octave versions
with it, I figured it was time to rebuild all OF packages and did:
touch src/of*.mk

control, io, general, and optim built fine, but signal didn't.
>From the of-signal log:

:
cl2bp.cc: In function 'octave_value_list Fcl2bp(const octave_value_list&,
int)':
cl2bp.cc:87:43: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg("cl2bp", args (0));

cl2bp.cc:92:43: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg("cl2bp", args (1));

cl2bp.cc:97:43: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg("cl2bp", args (2));

cl2bp.cc:102:43: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg("cl2bp", args (3));

cl2bp.cc:107:43: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg("cl2bp", args (4));
:
<snip>
:
cl2bp.cc:124:43: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg("cl2bp", args (5));

Makefile:20: recipe for target 'cl2bp.o' failed






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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