8 июня 2018 г. 17:00:20 GMT+03:00, "Elias M. Mariani" <marianiel...@gmail.com> 
пишет:
>analitza compiles OK.
>Its a library so the test is done by the use of kalgebra and cantor.
>
>kalgebra:
>calgebra worked OK.
>kalgebramobile is missing a run dependency:
>- qtgraphicaleffects
>And it gives this warning that may be good to check out:
>"JIT is disabled for QML. Property bindings and animations will be
>very slow. Visit https://wiki.qt.io/V4 to learn about possible
>solutions for your platform."
>And some random errors from qtsvg and others, but nothing unusual about
>that...
>The application works OK, at least the calculator/analyzer and the 2D
>function plotter.
>It really works very slow, that is why maybe you should look about
>that JIT/QML error.
>
>cantor:
>Tested using kalgebra, works OK.
>
>Cheers.
>Elias.

That QML error is there because QML (or, more technically, QtScript) engine is 
not W^X safe. Usually that means that you have to add USE_WXNEEDED=yes to 
Makefile of port running QML-featured executable, unfortunately.
-- 
  WBR,
    Vadim Zhukov

Reply via email to