https://bugs.kde.org/show_bug.cgi?id=408179

--- Comment #9 from Nikita Sirgienko <warqu...@gmail.com> ---
(In reply to vialav from comment #6)
> Yes, I was rebuilding Cantor after each Julia headers upgrade, with no
> specific manipulations. 
> 
> The version(s) of Julia I was using were simply the prepared receipt of: 
> https://packages.debian.org/src:julia
> # list of files there
> 
> adopted further for Julia v1.1.1 and v1.2.0-rc1 with a trivial version
> uptick, but it didn't work even with v1.1.0 provided by Debian

Do you sure, that cmake had found Julia version that you want?

For example, it's my sequence of commands to build cantor (debug version) with
julia v1.2.0-rc1
$ cd /tmp
$ git clone https://github.com/KDE/cantor
$ cd cantor
$ mkdir build
$ cd build
$ cmake -DJULIA_EXECUTABLE=/mnt/Red/progs_for_cantor/julia-1.2.0-rc1/bin/julia
-DCMAKE_BUILD_TYPE=release ..
I actually see, that cmake found the needed Julia, because in cmake output I
have this (see second line, version also mentioned):
```
-- Found LuaJIT: /usr/lib/x86_64-linux-gnu/libluajit-5.1.so  
-- Found Julia: /mnt/Red/progs_for_cantor/julia-1.2.0-rc1/lib/libjulia.so
(found version "1.2.0") 
-- The following OPTIONAL packages have been found
```
$ make -j16 && sudo make install -j16
$ cantor -b julia

Could you please check, that cmake output for your version has "found version
1.1.0"?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to