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
Hello, while trying to mess around a bit with QML.jl, I wanted to set up the development locally (I'm using linux).
I'm stuck right now because it looks to me like I need a lot of pieces and I'm not sure what the best way is.
I have read and followed the jlqml README, and I compiled libcxxwrap-julia and jlqml myself, linking to my own local version of qt libraries.
Unfortunately I get a loader error when using jlqml_jll
/opt/julia-1.6.0/bin/julia: symbol lookup error: /home/enrico/projects/julia-qt/jlqml/build/lib/libjlqml.so: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_M_local_dataEv, version Qt_5
Further question: do I need to locally regenerate all the Qt-related packages used by QML.jl?
The text was updated successfully, but these errors were encountered:
Hello, while trying to mess around a bit with QML.jl, I wanted to set up the development locally (I'm using linux).
I'm stuck right now because it looks to me like I need a lot of pieces and I'm not sure what the best way is.
I have read and followed the jlqml README, and I compiled libcxxwrap-julia and jlqml myself, linking to my own local version of qt libraries.
Unfortunately I get a loader error when using jlqml_jll
Further question: do I need to locally regenerate all the Qt-related packages used by QML.jl?
The text was updated successfully, but these errors were encountered: