Michel Juillard <michel.juillard(a)ens.fr> writes:
> since the latest changes, I have an error when trying to compilte SWZ dll:
>
> michel@michel-lat3:~/dynare/git/dynare/mex/build/matlab/swz$ make
> make: *** No rule to make target
> ../../../../matlab/swz/c-code/mex/mex_top_level.c', needed by
> mex_top_level.o'. Stop.
>
> for some reason it stil uses mex_top_level.c as implicit prerequisite for
> mex_top_level.o instead of mex_top_level.cc
It’s a problem of automake. You need to do a "make distclean", then
re-configure, then make.
Best,
--
Sébastien Villemot
CEPREMAP — http://www.cepremap.ens.fr
Dynare project — http://www.dynare.org
Phone: +33 1 40 77 49 90
PGP Key: 0xA6C029B9D06B2913D71C105EBE37E801FB6EFF8B (http://pgp.mit.edu/)
#101: Preprocessor crashes when some dynamic variables appear only in unused
model local variables
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version: 4.1.1
Keywords: |
--------------------------+-------------------------------------------------
See http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=2592
The fix is probably to add calls to ExprNode::collectVariables() on model
local variables from DynamicModel::computeDerivIDs()
--
Ticket URL: <https://www.dynare.org/trac/ticket/101>
Dynare <http://www.dynare.org>
The Dynare project
#105: Support normcdf(), asinh(), acosh(), atanh() for USE_DLL+MSVC combination
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: feature | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
This would be particularly useful for Windows/64 users, since they don't
have the Cygwin option.
--
Ticket URL: <https://www.dynare.org/trac/ticket/105>
Dynare <http://www.dynare.org>
The Dynare project
#11: Allow for the possibility of using the bytecode representation of the model
for any task
---------------------------+------------------------------------------------
Reporter: sebastien | Owner: ferhat
Type: enhancement | Status: accepted
Priority: major | Milestone: 4.2
Component: Preprocessor | Version:
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment(by sebastien):
Almost done.
We plan a change in the semantics of stack_solve_algo. Currently, values 0
and 1 actually implement the same algorithm (sim1/simk don’t actually
implement the original relaxation algorithm). We propose to associate to
value 1 the original relaxation algorithm, which will be available in
bytecode at first (slower, but less memory-consuming).
--
Ticket URL: <https://www.dynare.org/trac/ticket/11#comment:3>
Dynare <http://www.dynare.org>
The Dynare project
On Fri, Sep 03, 2010 at 10:06:48AM +0100, George Perendia wrote:
> PS: And what about existing cygwin installation with mingw in
> C:\cygwin\usr\i686-pc-mingw32
> Do we still need to upgrade mingw?
What is this installation ? If it is a custom installation, then just delete
it. There is also a MinGW provided by Cygwin, but it is deficient and uses an
old GCC version (3).
In any case, you need to install the MinGW mentionned on the wiki page.
And don’t forget to clean your PATH if it contains other installations of
MinGW.
Best,
--
Sébastien Villemot
CEPREMAP — http://www.cepremap.ens.fr
Dynare project — http://www.dynare.org
Phone: +33 1 40 77 49 90
PGP Key: 0xA6C029B9D06B2913D71C105EBE37E801FB6EFF8B (http://pgp.mit.edu/)