D14780: Fix Julia backend build for Julia minor version > 5
Nikita Sirgienko
noreply at phabricator.kde.org
Mon Aug 13 17:37:12 BST 2018
sirgienko added a comment.
In D14780#307604 <https://phabricator.kde.org/D14780#307604>, @filipesaraiva wrote:
> In D14780#307590 <https://phabricator.kde.org/D14780#307590>, @asemke wrote:
>
> > There is no jl_string_ptr in Julia 0.4.7. Are you using older includes with newer libraries?
>
>
> Maybe it is a very old piece of code. I am using 0.6.4 version. Before my change, the code was using `jl_string_ptr` if minor version > 5, but this function doesn't exist for that version. Which version are you using?
Hi @filipesaraiva, it's very interesting, because I test this code with Julia 0.6.3 and 0.6.4 and in dev files (`julia.h:1207`) I have this function:
`JL_DLLEXPORT const char *jl_string_ptr(jl_value_t *s);`
I also check v0.7.0 and this version also have this function (`julia.h:1310`)
REPOSITORY
R55 Cantor
REVISION DETAIL
https://phabricator.kde.org/D14780
To: filipesaraiva, #cantor, asemke, sirgienko
Cc: kde-edu, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20180813/731b8edf/attachment.html>
More information about the kde-edu
mailing list