Dynare4.4.3 + octave 4.0.1+ windows10

HI, I just try to use the above combination, but it does not work, and the error message are the following:

addpath c:/dynare/4.4.3/matlab
which dynare.m
‘dynare.m’ is the file c:/dynare/4.4.3/matlab\dynare.m
which dynare_m.exe
‘dynare_m.exe’ is the file c:/dynare/4.4.3/matlab\dynare_m.exe
dynare example1
warning: function c:/dynare/4.4.3/matlab/missing/ilu\ilu.m shadows a core library function
warning: called from
dynare_config at line 95 column 5
dynare at line 48 column 12
warning: function c:/dynare/4.4.3/matlab../mex/octave\ordschur.oct shadows a built-in function

Configuring Dynare …
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
[mex] Markov Switching SBVAR.

Starting Dynare (version 4.4.3).
Starting preprocessing of the model file …
Found 6 equation(s).
Evaluating expressions…done
Computing static model derivatives:

  • order 1
    Computing dynamic model derivatives:
  • order 1
  • order 2
    Processing outputs …done
    Preprocessing completed.
    Starting MATLAB/Octave computing.

warning: delete: no such file: example1_static.mex
warning: delete: no such file: example1_dynamic.mex
error: dyn_first_order_solver: could not find library or dependents: c:/dynare/4.4.3/matlab../mex/octave\mjdgges.mex
error: called from
dyn_first_order_solver at line 216 column 39
stochastic_solvers at line 217 column 18
resol at line 137 column 14
stoch_simul at line 88 column 34
example1 at line 154 column 6
dynare at line 180 column 1

hope to find the solution to the problem.
many thanks.

Dynare is not yet compatible with Octave 4. See github.com/DynareTeam/dynare/issues/1113