You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following when running the example on the git homepage, both under windows and Linux:
julia> result = simulate(FirstOrder, 2);
Simulating model: FirstOrder
Number of equations: 1
Number of variables: 2
Number of continuous states: 1
ERROR: could not load symbol "jl_function_ptr":
julia: undefined symbol: jl_function_ptr
The text was updated successfully, but these errors were encountered:
I tried under a different machine under Kubuntu 20.04 (rather than Mate 18.04 and Win 10 above) and got a different error. See attached. modia_error.txt
Thanks!
Yes. I installed 1.05 LTS and it works under that :)
The versions I had used are :
1.5.0. which gives the "jl_function_ptr" problem.
1.4.1 which gives "ERROR: UndefVarError: __N_VDestroy_Serial not defined"
I get the following when running the example on the git homepage, both under windows and Linux:
julia> result = simulate(FirstOrder, 2);
Simulating model: FirstOrder
Number of equations: 1
Number of variables: 2
Number of continuous states: 1
ERROR: could not load symbol "jl_function_ptr":
julia: undefined symbol: jl_function_ptr
The text was updated successfully, but these errors were encountered: