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

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

[Octave-bug-tracker] [bug #54013] [octave forge] (struct) fails to build


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #54013] [octave forge] (struct) fails to build with current dev
Date: Wed, 30 May 2018 14:16:10 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0

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

                 Summary: [octave forge] (struct) fails to build with current
dev
                 Project: GNU Octave
            Submitted by: mmuetzel
            Submitted on: Wed 30 May 2018 06:16:08 PM UTC
                Category: Octave Forge Package
                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: Any

    _______________________________________________________

Details:

The of-struct package fails to compile with Octave 5.0 with the following
error:

x86_64-w64-mingw32-g++ -c
-I/home/osboxes/Documents/Repositories/Octave/mxe-octave-6/usr/x86_64-w64-mingw32/include
 
-I/home/osboxes/Documents/Repositories/Octave/mxe-octave-6/usr/x86_64-w64-mingw32/include/octave-5.0.0/octave/..
-I/home/osboxes/Documents/Repositories/Octave/mxe-octave-6/usr/x86_64-w64-mingw32/include/octave-5.0.0/octave
-I/home/osboxes/Documents/Repositories/Octave/mxe-octave-6/usr/x86_64-w64-mingw32/include
  -fopenmp -g -O2 -Wno-deprecated-declarations    error-helpers.cc -o
error-helpers.o
In file included from error-helpers.cc:22:0:
error-helpers.h:31:22: error: 'octave_execution_exception' does not name a
type; did you mean 'make_execution_exception'?
 void c_verror (const octave_execution_exception&, const char *, ...);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
                      make_execution_exception
error-helpers.cc:36:17: error: 'octave_execution_exception' does not name a
type; did you mean 'make_execution_exception'?
 c_verror (const octave_execution_exception&, const char *fmt, ...)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
                 make_execution_exception
Makefile:40: recipe for target 'error-helpers.o' failed


This is because "octave_execution_exception" has moved to
"octave::execution_exception".

There was already a patch for this in MXE Octave before the update to
of-struct-1.0.15 that I can modify to apply to the current sources.

Adding Olaf Till as the maintainer of the struct package to the CC list.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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