KXStitch, install headache [ GIVEN UP ]

Archived topics about LMDE 1 and LMDE 2
Locked
Dar-es-Salaam

KXStitch, install headache [ GIVEN UP ]

Post by Dar-es-Salaam »

Hi.
I have just found a program called KXStitch, which is a cross stitch program and I am having trouble installing it. It is a tar.gz download. I have extracted it ok but when I try to run ./configure it come up with " configure: error: The important program kde-config was not found! ". Does this mean that it won't install on LMDE at all or that I have to find another file 'kde.config' from somewhere, if so where do I find the required file(s)?. Help please :D
As you can see I am new to doing this.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dagon
Level 7
Level 7
Posts: 1655
Joined: Mon Dec 06, 2010 4:33 am
Location: Kungälv, Sweden
Contact:

Re: KXStitch, install headache

Post by dagon »

I've never compiled anything for KDE (which is the intended environment for this program), but for Gnome I would need to
install build depends for bigger software projects (stuff using guis and whatelse). It needs, if not the whole KDE desktop so
at least the base packages. I don't know what package/-s to install but if you install another package like kolourpaint it
will maybe pull in the same dependencies.

Here's a good place to start though:
http://forums.linuxmint.com/viewtopic.php?f=90&t=9234

Oskar
Dar-es-Salaam

Re: KXStitch, install headache

Post by Dar-es-Salaam »

Hi Oskar

Thanks for that, i've had a look at where you said to start an have no idea what they are talking about. I am not a program writer at all, I merely use programs that other clever people have written.

I emailed the program writer himself and he said that I need to install kde3 / qt3, kde libraries, ImageMagick and ImageMagick++. I am struggling to find them though I think qt3 is already part of LMDE but I am not certain. I've just noticed that ImageMagic is already on my PC but I am not sure about ImageMagic++
xircon

Re: KXStitch, install headache

Post by xircon »

Just had a go at compiling it, but it ends up in dependency hell, qt3/kde3 is just too old, think you will be very lucky if you get this to work.

Code: Select all

checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
When I try to install qt3-mt it all gets very silly very quickly :(

Code: Select all

sudo aptitude install libqt3-mt-dev
The following NEW packages will be installed:
  comerr-dev{ab} krb5-multidev{ab} libcups2-dev{a} libkrb5-dev{a} libqt3-mt-dev 
The following packages will be REMOVED:
  libprotobuf6{u} libprotoc6{u} 
0 packages upgraded, 5 newly installed, 2 to remove and 3 not upgraded.
Need to get 553 kB of archives. After unpacking 382 kB will be used.
The following packages have unmet dependencies:
  comerr-dev: Depends: libcomerr2 (= 1.41.12-4) but 1.41.14-1 is installed.
  krb5-multidev: Depends: libkrb5-3 (= 1.9+dfsg-1+b1) but 1.9+dfsg-1+moonshot1 is installed.
                 Depends: libk5crypto3 (= 1.9+dfsg-1+b1) but 1.9+dfsg-1+moonshot1 is installed.
                 Depends: libgssapi-krb5-2 (= 1.9+dfsg-1+b1) but 1.9+dfsg-1+moonshot1 is installed.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     comerr-dev [Not Installed]                         
2)     krb5-multidev [Not Installed]                      
3)     libcups2-dev [Not Installed]                       
4)     libkrb5-dev [Not Installed]                        
5)     libqt3-mt-dev [Not Installed]                      

Accept this solution? [Y/n/q/?] 
Dar-es-Salaam

Re: KXStitch, install headache

Post by Dar-es-Salaam »

Thanks to All,

By the sounds of things I may as well forget it as it obviously beyond my ability to sort it out. I have installed KDE-Full and it still does not work still never mind, keep on smiling. :D

Again thanks for all your help :D
dagon
Level 7
Level 7
Posts: 1655
Joined: Mon Dec 06, 2010 4:33 am
Location: Kungälv, Sweden
Contact:

Re: KXStitch, install headache [ GIVEN UP ]

Post by dagon »

Well, if you run something Ubuntu based it's in the repository and works.
xircon

Re: KXStitch, install headache [ GIVEN UP ]

Post by xircon »

dagon wrote:Well, if you run something Ubuntu based it's in the repository and works.
.
Virtualbox with Ubuntu? - might work. Tried to install the Ubuntu deb but it fails on imagemagic++2, Debian has ++3.

Steve
MartinaNeumayer

Re: KXStitch, install headache [ GIVEN UP ]

Post by MartinaNeumayer »

Dar-es-Salaam wrote:Hi.
I have just found a program called KXStitch, which is a cross stitch program and I am having trouble installing it. It is a tar.gz download. I have extracted it ok but when I try to run ./configure it come up with " configure: error: The important program kde-config was not found! ". Does this mean that it won't install on LMDE at all or that I have to find another file 'kde.config' from somewhere, if so where do I find the required file(s)?. Help please :D
As you can see I am new to doing this.

Code: Select all

sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt-get update
sudo apt-get install kxstitch
Locked

Return to “LMDE Archive”