LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 01-14-2023, 11:34 AM   #16
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871

Google says xtl does exists, but just as a set of headers, no (shared or otherwise) libraries.
https://github.com/xtensor-stack/xtl
https://xtl.readthedocs.io/en/latest/

Last edited by NevemTeve; 01-14-2023 at 12:03 PM.
 
Old 01-14-2023, 03:16 PM   #17
dacorsa
LQ Newbie
 
Registered: Dec 2019
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks i tried but:

39769 2023-01-14 21:59:08 git clone https://github.com/xtensor-stack/xtl.git
39770 2023-01-14 21:59:15 cd xtl/
39771 2023-01-14 21:59:24 mkdir build
39772 2023-01-14 21:59:24 cd build
39774 2023-01-14 21:59:47 cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ ..
39775 2023-01-14 21:59:53 make install

and compiling krita i see this error:

[ 1%] Generating CdDeviceInterface.moc
[ 1%] Generating CdProfileInterface.moc
[ 1%] Building CXX object libs/color/colord/CMakeFiles/kritacolord.dir/cmake_pch.hxx.gch
[ 1%] Built target KisSignalAutoConnectionTest_autogen
[ 1%] Building CXX object libs/global/tests/CMakeFiles/KisSignalAutoConnectionTest.dir/cmake_pch.hxx.gch
[ 1%] Linking CXX shared library libkritaexifcommon.so
[ 1%] Linking CXX shared library libkritamultiarch.so
/usr/bin/ld: impossibile trovare -lxtl: File o directory non esistente
[ 1%] Built target kritaexifcommon
collect2: error: ld returned 1 exit status
make[2]: *** [libs/multiarch/CMakeFiles/kritamultiarch.dir/build.make:113: libs/multiarch/libkritamultiarch.so.19.0.0] Errore 1
make[1]: *** [CMakeFiles/Makefile2:26860: libs/multiarch/CMakeFiles/kritamultiarch.dir/all] Errore 2
make[1]: *** Attesa per i processi non terminati....

[ 2%] Building CXX object libs/widgetutils/CMakeFiles/kritawidgetutils.dir/xmlgui/kmainwindowiface.cpp.o
[ 2%] Building CXX object libs/widgetutils/CMakeFiles/kritawidgetutils.dir/qrc_kxmlgui.cpp.o
[ 2%] Linking CXX shared library libkritawidgetutils.so
[ 2%] Built target kritawidgetutils
[ 2%] Automatic MOC for target kritamultiarch
[ 2%] Built target kritamultiarch_autogen
[ 2%] Linking CXX shared library libkritamultiarch.so
/usr/bin/ld: impossibile trovare -lxtl: File o directory non esistente
collect2: error: ld returned 1 exit status
make[2]: *** [libs/multiarch/CMakeFiles/kritamultiarch.dir/build.make:113: libs/multiarch/libkritamultiarch.so.19.0.0] Errore 1
make[1]: *** [CMakeFiles/Makefile2:26860: libs/multiarch/CMakeFiles/kritamultiarch.dir/all] Errore 2
make: *** [Makefile:146: all] Errore 2
ls: impossibile accedere a '/app/kritadev/install/bin/krita': File o directory non esistente
22:15:45 root@NanoKDE /home/dacorsa #

same error as usually.

Thanks, best regards, thanks for the xtl links
 
Old 01-14-2023, 03:51 PM   #18
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
Check you Makefiles and CMakefikes and remove any occurance of `-lxt
 
1 members found this post helpful.
Old 03-11-2023, 02:56 PM   #19
abubua
LQ Newbie
 
Registered: Mar 2023
Posts: 1

Rep: Reputation: 1
I run into the same error. xtl is a header only library, hence I'm surprised that ld searches for the lib as it seems ( -lxtl not found). There exists no libxtl.so
 
1 members found this post helpful.
Old 03-12-2023, 04:04 AM   #20
dacorsa
LQ Newbie
 
Registered: Dec 2019
Posts: 12

Original Poster
Rep: Reputation: Disabled
Hi all,

i'm very busy with my 2 gemini, thanks for all @abubua and @NevemTeve, so the solution is as said NevemTeve remove occurence of -lxt from makefile? it's the same for you @abubua ??

Thanks

Last edited by dacorsa; 03-12-2023 at 04:06 AM.
 
Old 03-12-2023, 11:08 PM   #21
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,241

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Ubuntu has a patch for this. Go to https://packages.ubuntu.com/kinetic/krita and download krita_5.1.1+dfsg-2.debian.tar.xz, which contains the Ubuntu patches. It's in there.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Krita Devs Work on SVG Support, Python Scripting, and Text Tools for Krita 3.2 LXer Syndicated Linux News 0 12-23-2016 05:07 AM
LXer: Digital Painting with Krita 2.9 provides the missing Krita documentation LXer Syndicated Linux News 0 01-22-2016 05:41 AM
LXer: Krita Animation Edition Gets a Second Beta Release, Still Not Based on Krita 3.0 - Video LXer Syndicated Linux News 0 12-13-2015 12:44 AM
LXer: Krita Port to KDE Frameworks 5 and Qt 5 Almost Done, Krita 3.0 Coming Later This Year LXer Syndicated Linux News 0 09-26-2015 10:23 PM
LXer: Krita Team Seeking Sponsorship to Take Krita to Next Level LXer Syndicated Linux News 0 12-02-2009 10:20 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 06:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration