Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

translate helloworld.cc #18

Closed
@ctaggart

Description

@ctaggart
#include <octave/oct.h>

DEFUN_DLD (helloworld, args, nargout,
           "Hello World Help String")
{
  octave_stdout << "Hello World has "
                << args.length () << " input arguments and "
                << nargout << " output arguments.\n";

  return octave_value_list ();
}

2017-09-26 troubleshooting ideas

https://github.com/ctaggart/octh_examples/blob/master/src/lib.rs

  • mkoctfile on Linux and record gcc calls
  • create oct file using just gcc
  • get rid of macros and use separate functions
  • give status to Octave maintainers and seek help
  • find out if with the layout test failing 19 failed layout tests #23 7 layout tests failing on Linux #38 all bets are off
  • find out the use of octh::root::std::string is wrong
  • figure out how to gdb debug from Octave itself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions