Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "jl_function_ptr": when running the example on the git homepage #112

Open
c4rnot opened this issue Sep 22, 2020 · 3 comments
Open

Comments

@c4rnot
Copy link

c4rnot commented Sep 22, 2020

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

@c4rnot
Copy link
Author

c4rnot commented Sep 26, 2020

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

@lmikelsons
Copy link

Which Julia Version do you use? On Windows using Julia 1.5 produces the error from your first post. Version 1.05 (LST) works fine...

@c4rnot
Copy link
Author

c4rnot commented Sep 27, 2020

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants