by cm3wong0303 » Wed Jul 16, 2014 6:40 am
HI, I am also a new user of dynare and facing the same problem as mpeng in trying to run the examples provided by dynare.
I am using Octave 3.8.1 (MinGW) for Window 7 with 64 bit, and the dynare version i am using is dynare 4.4.2.
The octave system returns following statement when i type in command "dynare example1".
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.2).
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.
error: dyn_first_order_solver: could not find library or dependents: d:\dynare\4.4.2\matlab\../mex/octave\mjdgges
.mex
error: called from:
error: d:\dynare\4.4.2\matlab\dyn_first_order_solver.m at line 216, column 39
error: d:\dynare\4.4.2\matlab\stochastic_solvers.m at line 217, column 18
error: d:\dynare\4.4.2\matlab\resol.m at line 137, column 14
error: d:\dynare\4.4.2\matlab\stoch_simul.m at line 88, column 34
error: d:\dynare\work\example1.m at line 153, column 6
error: d:\dynare\4.4.2\matlab\dynare.m at line 180, column 1
I check that the mjdgges.mex file exists in the location \mex\octave folder.
And when i adopt the 3.6.4 version of octave to run this command, this problem is gone.
Thank you for your help.