./configure error

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
jb8350i

./configure error

Post by jb8350i »

Trying to compile Kfilter

http://kfilter.sourceforge.net/

And I get this error:

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!

What's that mean and what do I do to make it work?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: ./configure error

Post by DrHu »

Its in the repository
--try installing from there to get the dependencies needed..

In terminal, check
  • apt search kfilter
    p junkfilter - A junk-email filtering program for procmai
dequire

Re: ./configure error

Post by dequire »

If you prefer GUI apps, you also might want to have a look at Kinstaller. It's a GUI front-end for the command-line installation of KDE apps. Best of all is that there's also a built in un-install feature. Automates the 'make' and 'make install' process. Kinstaller is in the 'buntu repository.

Info is here.

Hope that helps.

The mods may want to move this post to the KDE forum?
jb8350i

Re: ./configure error

Post by jb8350i »

I installed kinstaller, and I get this error

kinstaller: KDE base directory isn't correct.

Where's the correct base directory?

Also the program I'm trying to install, Kfilter, is a speaker design program, for calculating the correct size for speaker boxes and crossovers. I guess there's more then one kfilter.

That Kinstaller program looks like it'll be the elephant's instep once I get that going though... Thanks
dequire

Re: ./configure error

Post by dequire »

You're right - you would get that error, since this app was written when KDE 3 was out. Try changing the KDE Bade Directory in the Kinstaller options section to: /usr/share/kde4

Let me know if this works for you.
jb8350i

Re: ./configure error

Post by jb8350i »

dequire wrote:You're right - you would get that error, since this app was written when KDE 3 was out. Try changing the KDE Bade Directory in the Kinstaller options section to: /usr/share/kde4

Let me know if this works for you.
/usr/share/kde4 in kinstaller gives the same "KDE base directory isn't correct." error.
dequire

Re: ./configure error

Post by dequire »

Ok - I bit the bullet to help and downloaded the latest "stable" version from the kfilter website:

http://kfilter.sourceforge.net/download.html

The instructions are here, and they work: http://kfilter.sourceforge.net/documentation.html

The problem is that this application has not been updated since 2001...

When I used Kinstaller I couldn't get it to run either, so I followed the instructions on the website:
2.3 Compilation and installation
In order to compile and install Kfilter on your system, untar and unzip the source tarball and build Kfilter. Type the following at your command prompt:

% tar xzf kfilter-{rev}.tar.gz

% cd kfilter-{rev}

% ./configure

% make

% make install
The problem, pure and simple, is that the app is outdated: It is written for KDE2 and maybe KDE3. When I run "./configure" everything goes OK for a while until it halts on this error:

"checking for Qt... configure: error: Qt (>= 1.42 and < 2.0) (headers and libraries) not found. Please check your installation!"

So, in a nutshell, the app is too old and needs to be updated for newer KDE systems (KDE currently runs QT4...)

Hope that helps.
jb8350i

Re: ./configure error

Post by jb8350i »

Bummer - thanks for the help anyway though. I guess I'll have to find a newer speaker design program...
Locked

Return to “Beginner Questions”