octave-maintainers
[Top][All Lists]
Advanced

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

Updating Octave-Forge packages


From: Rik
Subject: Updating Octave-Forge packages
Date: Mon, 31 Dec 2018 09:12:48 -0800

All,

It's not quite the time--Octave 5.0 is still in flux as the last bugs are
being squashed--but it looks like there is going to be some work necessary
to upgrade Octave-Forge packages.

I just tried

pkg install -forge struct

and got

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
error-helpers.cc: In function ‘void _p_error(const char*, ...)’:
error-helpers.cc:60:8: error: ‘cerr’ is not a member of ‘std’
   std::cerr << msg;
        ^~~~
error-helpers.cc:60:8: note: suggested alternative: ‘errc’
   std::cerr << msg;
        ^~~~
        errc
make: *** [error-helpers.o] Error 1
make: Entering directory '/tmp/oct-s8eetI/struct-1.0.15/src'
CXXFLAGS="-O2 -pipe -Wno-deprecated-declarations"
/home/rik/local/bin/mkoctfile-5.0.1 -c error-helpers.cc
Makefile:40: recipe for target 'error-helpers.o' failed
make: Leaving directory '/tmp/oct-s8eetI/struct-1.0.15/src'

*Sigh*

--Rik

reply via email to

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