changeset 5086:1c27f8378a9b

fix of-communications build with default octave
author John W. Eaton <jwe@octave.org>
date Fri, 07 Jun 2019 07:33:24 -0400
parents b7f40568bb73
children 357c3d489ddd
files src/of-communications-6-deprecated.patch
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-communications-6-deprecated.patch	Wed Jun 05 10:09:05 2019 -0400
+++ b/src/of-communications-6-deprecated.patch	Fri Jun 07 07:33:24 2019 -0400
@@ -425,3 +425,14 @@
              {
                bool first = true;
                for (int j = m; j >= 0; j--)
+diff -r old src/ov-galois.cc
+--- a/src/ov-galois.cc	2019-06-06 17:27:40.000000000 -0400
++++ b/src/ov-galois.cc	2019-06-07 07:18:23.978697671 -0400
+@@ -21,6 +21,7 @@
+ #include <iostream>
+ 
+ #include <octave/byte-swap.h>
++#include <octave/error.h>
+ #include <octave/errwarn.h>
+ #include <octave/lo-ieee.h>
+ #include <octave/oct-locbuf.h>