uninstalled macports, got brew doctor telling me I'm ready to brew, installed
octave, I start
octave:
- Code: Select all
[client194-250:~] matthias% octave
GNU Octave, version 3.6.4
Copyright (C) 2013 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
Octave was configured for "x86_64-apple-darwin11.4.2".
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html
Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type `news'.
I add the path and dynare that lovely model (the exact same code that worked in class on a PC w/ matlab), I get this here:
- Code: Select all
octave:1> addpath /Applications/Dynare/4.3.3/matlab
octave:2> dynare Newperspectives.mod
Configuring Dynare ...
error: caught execution error in library function
error: called from:
error: /Applications/Dynare/4.3.3/matlab/dynare_config.m at line 213, column 10
error: /Applications/Dynare/4.3.3/matlab/dynare.m at line 68, column 12
octave:2>
now, I'm back from where I started, looks like i ran in circles.
any idea how to proceed ?
Thanks, cheers, m