... Dynare from source, but I'm getting the following error: configure: error: Can't find UMFPACK configure: error: ./configure failed for mex/build/octave even though the libumfpack5.7.1 library is already installed. EDIT: Was able to build Dynare by adding --disable-octave in the ./configure options. ...
... updating the Mac version with brew install dynare --HEAD --with-matlab=/Applications/MATLAB_R2017a.app --with-matlab-version=9.2 --without-octave --with-tex didn't work any more. I get the error: ==> Checking out branch master Error: inreplace failed dynare++/kord/journal.cweb: expected ...
... provided above. The "$" indicates this was executed on the linux command line, and the ">>" indicates this was executed on the octave command line: $ sudo apt-get install build-essential gfortran liboctave-dev libboost-graph-dev libgsl0-dev libmatio-dev libslicot-dev libslicot-pic ...
Dynare 4.4.3 only supports Octave 3.8.1. That is why you are experiencing the problems. The unstable version supports 4.2.1. The problem is that the mex-files have to be built against the Octave version you are using. If you scroll down ...
I am using Xubuntu 16.04 LTS and installed dynare and octave to run some DSGE models, using "sudo apt-get install octave" and "sudo apt-get install dynare" Unfortunately I am hitting an error immediately as I try to run the tutorial ...
Trying to run example2.mod using Octave 4.2.1 under Windows with Dynare 4.4.3 I get the following: >> dynare example2.mod warning: function c:\dynare\4.4.3\matlab\/missing/ilu\ilu.m shadows a core library function warning: called from dynare_config ...
I'm using Dynare 4.3.1 and Octave 3.6.4 because I have legacy code from 2014 that parses out individual model variables and decision rules for a model with > 100 state variables. The code was previously working fine with Dynare 4.3.1 and ...
I switched from MATlab to Octave (using version 4.3.1) and am no longer able to find the structure M_.state_var. I need these indices. Does anyone know where to find them in Octave?
... of the installation command "brew install dynare --HEAD --with-matlab=/Applications/MATLAB_R2017a.app --with-matlab-version=9.2 --without-octave --with-tex" Compilation of the stable version (so without the --HEAD option) works fine, but unfortunately not the HEAD version. I guess ...