embedding octave twice causes warning: duplicate binary operator

Soeren Sonnenburg octave-ml at nn7.de
Wed Mar 4 06:35:36 CST 2009


Dear all,

I've embedded octave following the embed example on the wiki (that
successfully resulted in a run octave code from R or python and vice
versa).

Running the code

octave_main(argc,argv,1);
<code>
do_octave_atexit();

multiple times gives me many warnings like

warning: duplicate binary operator `>' for types `uint32 scalar' and `uint32 scalar'
warning: duplicate binary operator `!=' for types `uint32 scalar' and `uint32 scalar'
warning: duplicate binary operator `<' for types `uint32 scalar' and `uint32 scalar'
warning: duplicate binary operator `<=' for types `uint32 scalar' and `uint32 scalar'

So I am now wondering how to properly cleanup octave such that they
don't occur.

Ahh and how would it be possible to muten octave when it is running
embedded (not print the copyright notice all the time?)

Thanks,
Soeren




More information about the Help-octave mailing list