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

QML and CxxWrap 10.1 #71

Closed
jheinen opened this issue Apr 17, 2020 · 3 comments
Closed

QML and CxxWrap 10.1 #71

jheinen opened this issue Apr 17, 2020 · 3 comments

Comments

@jheinen
Copy link

jheinen commented Apr 17, 2020

Is QML.jl supposed to work with CxxWrap 10.1 (and libcxxwrap_julia_jll v0.7.1+) or am I doing something wrong:

(@v1.4) pkg> build QML
   Building QML  `/usr/local/lib/julia/packages/QML/vRcsR/deps/build.log`

julia> import QML
[ Info: Precompiling QML [2db162a6-7e43-52c3-8d84-290c1c42d82a]
Assertion failed: (has_julia_type<T>()), function value, file /usr/local/share/JLQML/libcxxwrap-julia/include/jlcxx/type_conversion.hpp, line 602.

signal (6): Abort trap: 6
in expression starting at /usr/local/lib/julia/packages/QML/vRcsR/src/QML.jl:31
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 22616072 (Pool: 22615054; Big: 1018); GC: 24
ERROR: Failed to precompile QML [2db162a6-7e43-52c3-8d84-290c1c42d82a] to /usr/local/lib/julia/compiled/v1.4/QML/JLkMo_kcbRo.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1272
 [3] _require(::Base.PkgId) at ./loading.jl:1029
 [4] require(::Base.PkgId) at ./loading.jl:927
 [5] require(::Module, ::Symbol) at ./loading.jl:922

Right now, I have to pin CxxWrap to 0.9.0 to get a working QML environment.

@barche
Copy link
Collaborator

barche commented Apr 17, 2020

No, it's not updated yet, I have been putting most of my Julia time into CxxWrap and the Qt builder lately, QML urgently needs attention on several points, I'll make an issue to track progress.

@jheinen
Copy link
Author

jheinen commented Apr 17, 2020

That would be great. I really like QML.jl for plotting with GR.

@ufechner7
Copy link
Member

Should work with QML 0.8

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

3 participants