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

--- Comment #15 from Nikita Sirgienko <warqu...@gmail.com> ---
(In reply to vialav from comment #14)
> There is nothing useful in the output, when I log in into julia (btw, what
> 'log in' means in this context? I simply [tried to] started the julia
> session, which produced no output there):

Your cmake command (below) set CMAKE_BUILD_TYPE twice (first as None) so Cantor
not builded in debug mode. When Cantor will builded in debug mode, you should
see a lot of output in console. Could you please rebuild Cantor?

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
"-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DBUILD_TESTING=OFF -DJULIA_EXECUTABLE=/usr/bin/julia -DCMAKE_BUILD_TYPE=debug
..

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

Reply via email to