This repository was archived by the owner on Feb 8, 2022. It is now read-only.
translate helloworld.cc #18
Description
#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
Linuxand 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 #237 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
Labels
No labels