JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.
Other
386 stars 35 forks source link

Developing QML.jl / jlqml locally #126

Open doppioandante opened 3 years ago

doppioandante commented 3 years ago

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?