Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* QSSTV Compilation Issues...
@ 2010-04-30 14:19 John Magliacane
  2010-04-30 20:05 ` Richard Stearn
  0 siblings, 1 reply; 3+ messages in thread
From: John Magliacane @ 2010-04-30 14:19 UTC (permalink / raw)
  To: linux-hams

Hello Fellow Linux Hams.

It's an issue I've tackled several times before: Compiling qsstv-5.3c under Slackware.  The problem is that I don't recall the "trick" necessary to get QSSTV's ./configure script to recognize the Qt libraries present on the system.

I vaguely remember Qt (possibly) needs to be compiled with thread support.  The latest versions of Qt default to that mode of operation.

I also remember having to make sure the QTDIR environmental variable points to the installed Qt library. Been there. Done that.

I even made sure the Qt libraries are in my /etc/ld.so.conf path, and I've run ldconfig.

Yet, I get the dreaded, "checking for Qt... configure: error: Qt (>= Qt 3.1.0) (headers and libraries) not found. Please check your installation!" error message when running the ./configure script.

I'm trying this on several different versions of Slackware, including the latest version (13.0).  I have even removed the pre-installed Qt libraries on an older distribution and compiled the latest version (Qt-4.6.2) on my own.

No dice.  :-(

Does anyone remember the "trick" necessary to get past this brick wall?

Thanks.


73, de John, KD2BD

--
Visit John on the Web at:

	http://kd2bd.ham.org/



      

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: QSSTV Compilation Issues...
  2010-04-30 14:19 QSSTV Compilation Issues John Magliacane
@ 2010-04-30 20:05 ` Richard Stearn
  2010-04-30 20:21   ` F8arr
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stearn @ 2010-04-30 20:05 UTC (permalink / raw)
  To: linux-hams

I had/have a similar issue when building mythtv for Slackware.

The QT'ish bits from my mythtv.SlackBuild script:

-------------------------------------------------
QTDIR=/usr/lib/qt
export QTDIR

LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH

PATH=${PATH}:${QTDIR}/bin
export PATH
-------------------------------------------------

Obviously fix QTDIR for to suit you system.

Probably what you have done anyway, if so then apologies for the noise.

I gave up on using ldconfig for the QT libs when compiling.

-- 
73 de g1sog
	Richard


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: QSSTV Compilation Issues...
  2010-04-30 20:05 ` Richard Stearn
@ 2010-04-30 20:21   ` F8arr
  0 siblings, 0 replies; 3+ messages in thread
From: F8arr @ 2010-04-30 20:21 UTC (permalink / raw)
  To: Richard Stearn; +Cc: linux-hams@vger.kernel.org

Hi

It can also be a problem of version of qt. The qsstv script try  to  
find a version of qt or upper but the matching patern doesn't work  
properly... I had the problem:

Just a case to illustrate:
It looks for a version of 1.2.x  and the two first digits are fixed in  
the code but you are in 1.3.x... It exit on error :-) Check the code  
of the makefile.

Regard, f8arr

Envoyé de mon téléphone.

Le 30 avr. 2010 à 22:05, Richard Stearn <richard@rns- 
stearn.demon.co.uk> a écrit :

> I had/have a similar issue when building mythtv for Slackware.
>
> The QT'ish bits from my mythtv.SlackBuild script:
>
> -------------------------------------------------
> QTDIR=/usr/lib/qt
> export QTDIR
>
> LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
> export LD_LIBRARY_PATH
>
> PATH=${PATH}:${QTDIR}/bin
> export PATH
> -------------------------------------------------
>
> Obviously fix QTDIR for to suit you system.
>
> Probably what you have done anyway, if so then apologies for the  
> noise.
>
> I gave up on using ldconfig for the QT libs when compiling.
>
> -- 
> 73 de g1sog
>    Richard
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux- 
> hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-30 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-30 14:19 QSSTV Compilation Issues John Magliacane
2010-04-30 20:05 ` Richard Stearn
2010-04-30 20:21   ` F8arr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox