I tried to do the ol’ ./configure make install tango this morning, and ./configure returned this error:
configure: WARNING: libjpeg not found. disable JPEG support.
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Why are you trying to build everything from source? There shouldn’t be any need for it. If I go to software.opensuse.org/search I get this on a search for tango:
0 collections and 30 binaries from 15 source packages
Yet, if you want to do it this way, you should know, that if ‘configure’ says you need libjpeg, you cannot use the compiled libraries, you need the development package: libjpeg-devel
But, if I were you, I first would learn more about this matter, and install only precompiled packages through the appropriate channels.
This way, you’re going from one question to the next.
Why are you trying to build everything from source? There shouldn’t be any need for it. If I go to software.opensuse.org/search I get this on a search for tango:
I am not trying to build everything, I AM trying to learn how to, so that I can if I need to.
(The app is not called “Tango” BTW, that was just my little joke that linux likes to lead us a merry dance.)
Understood. So, I did not type the rest of the post for nothing
Absolutely not!
It’s always in the -devel files, the needed stuff for compiling.
TY and understood…
Thanks again, Knurpht, with the hints in your first reply, I Yasted some -devel pkgs, and after a couple of hurdles and hiccups, and more googling, I got the app to install. I haven’t a clue what to do with it now it is there, but I feel quite chuffed anyway!
Don’t hesitate to ask more questions. Questions are never stupid, answers can be.