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

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

[Octave-bug-tracker] [bug #63922] [octave forge] (parallel) no member na


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63922] [octave forge] (parallel) no member named 'cdef_object' in namespace 'octave'
Date: Mon, 3 Jul 2023 04:12:14 -0400 (EDT)

Follow-up Comment #23, bug #63922 (project octave):

The first patch (octave7.patch) looks like it addresses the issue from bug
#62349. It might help the package developer if you could provide the patch
there.

IIUC, the first part of octave8-part2.patch addresses the issue discussed
here. It should no longer be necessary with a current head of the stable
branch. The change in core Octave from comment #6 should make it a no-op. It
*is* still necessary with Octave 8.1.0 or 8.2.0 though:

--- a/src/p-connection.cc
+++ b/src/p-connection.cc
@@ -18,6 +18,7 @@ along with this program; If not, see <ht
 */
 
 #include <octave/oct.h>
+#include <octave/cdef-object.h> 
 #include <octave/Array.cc>
 
 #include "parallel-gnutls.h"



The second part of the patch doesn't seem to be related to the error described
in comment #0 or the bug title.
It might make sense to open a dedicated report for that.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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