/build/cantor/src/cantor-18.07.90/src/backends/julia/juliaserver/juliaserver.cpp: In member function ‘QString JuliaServer::fromJuliaString(const jl_value_t*)’: /build/cantor/src/cantor-18.07.90/src/backends/julia/juliaserver/juliaserver.cpp:213:48: error: invalid conversion from ‘const jl_value_t*’ {aka ‘const _jl_value_t*’} to ‘jl_value_t*’ {aka ‘_jl_value_t*’} [-fpermissive] return QString::fromUtf8(jl_string_ptr(value)); ^~~~~
I have a fix for this. Should i just push it, or i need something else before it?
Could you attach the patch here in the meantime so I can apply it to our packages?
I can append the patch only after a hour. But if is too long for you, you can use 90b001d commit from master.
Ah, if it's fixed in master I can get the patch from there, thanks
Should I cherry pick the fix commit, for future builds?
Git commit e03e3d91ee8739021998f5cd817ba49924400ce3 by Nikita Sirgienko. Committed on 19/08/2018 at 18:23. Pushed by sirgienko into branch 'Applications/18.08'. Fix build error with julia with version greater, that 5 (cherry picked from commit 90b001d1b01556cc5d5b60791e9b43e6dfcff0b4) M +1 -5 src/backends/julia/juliaserver/juliaserver.cpp https://commits.kde.org/cantor/e03e3d91ee8739021998f5cd817ba49924400ce3