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

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

[Octave-bug-tracker] [bug #63922] parallel: no member named 'cdef_object


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #63922] parallel: no member named 'cdef_object' in namespace 'octave'
Date: Tue, 14 Mar 2023 00:11:27 -0400 (EDT)

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

It looks like you just need to add


#include <octave/cdef-object.h>


to p-connection.cc.  You'll also need to arrange for
OCTAVE__INTERPRETER__SYMBOL_TABLE__ASSIGN to be defined as


octave::interpreter::the_interpreter () -> assign


That's currently handled by some configure test, but if all you want to do is
get it working, you can edit the config.h file after running configure and fix
the definition by hand there.


    _______________________________________________________

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]