<table><tr><td style="">asemke added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D14132">View Revision</a></tr></table><br /><div><div><p>This doesn't compile with julia 0.4.7</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp: In member function ‘void JuliaServer::parseJlModule(jl_module_t*)’:
/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp:156:55: error: ‘jl_string_ptr’ was not declared in this scope
const QString& moduleName = QString::fromUtf8(jl_string_ptr(jl_call1(jl_string_function, (jl_value_t*)(module->name))));
^~~~~~~~~~~~~
/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp:156:55: note: suggested alternative: ‘jl_string_data’
const QString& moduleName = QString::fromUtf8(jl_string_ptr(jl_call1(jl_string_function, (jl_value_t*)(module->name))));
^~~~~~~~~~~~~
jl_string_data
/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp:171:46: error: ‘jl_string_ptr’ was not declared in this scope
QString name = QString::fromUtf8(jl_string_ptr(jl_call1(jl_string_function, data[i])));
^~~~~~~~~~~~~
/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp:171:46: note: suggested alternative: ‘jl_string_data’
QString name = QString::fromUtf8(jl_string_ptr(jl_call1(jl_string_function, data[i])));
^~~~~~~~~~~~~
jl_string_data
/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp:188:66: error: ‘jl_unionall_type’ was not declared in this scope
else if (datetype != jl_datatype_type && datetype != jl_unionall_type)
^~~~~~~~~~~~~~~~
/home/alex/Projekte/cantor/src/backends/julia/juliaserver/juliaserver.cpp:188:66: note: suggested alternative: ‘jl_uniontype_type’
else if (datetype != jl_datatype_type && datetype != jl_unionall_type)
^~~~~~~~~~~~~~~~
jl_uniontype_type</pre></div>
<p>Looks like we need to add additional include(s) containing the declarations of jl_string_ptr and jl_uniontype_type for 0.4.7.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R55 Cantor</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D14132">https://phabricator.kde.org/D14132</a></div></div><br /><div><strong>To: </strong>sirgienko, asemke<br /><strong>Cc: </strong>kde-edu, asemke, narvaez, apol<br /></div>