Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

cannot find -lqt-mt

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


David.Berry at dcita

Jun 30, 2005, 11:48 PM

Post #1 of 4 (775 views)
Permalink
cannot find -lqt-mt

Hi

I can't compile the latest 18.1 source tarball.

I can't see why it wouldn't work - searching on the list seems to
indicate it could be a threading problem - but the library would appear
to be MT (it was installed via apt-get)

I have run ldconfig.

Any clues?

Thanks
David.

/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [libmythavcodec-0.18.1.so.0.18.1] Error 1
make[2]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs'
make: *** [sub-libs] Error 2


[root [at] mythfron mythtv-0.18.1]# locate qt-mt
/usr/lib/qt-3.3/lib/libqt-mt.so.3
/usr/lib/qt-3.3/lib/libqt-mt.so
/usr/lib/qt-3.3/lib/libqt-mt.so.3.3
/usr/lib/qt-3.3/lib/libqt-mt.prl
/usr/lib/qt-3.3/lib/pkgconfig/qt-mt.pc
/usr/lib/qt-3.3/lib/libqt-mt.so.3.3.4
/usr/lib/pkgconfig/qt-mt.pc

[root [at] mythfron lib]# ll /usr/lib/qt-3.3/lib
total 14368
-rw-r--r-- 1 root root 6667026 Mar 12 02:11 libdesignercore.a
-rw-r--r-- 1 root root 1073 Mar 12 02:10 libdesignercore.prl
-rw-r--r-- 1 root root 438382 Mar 12 02:11 libeditor.a
-rw-r--r-- 1 root root 969 Mar 12 02:10 libeditor.prl
-rw-r--r-- 1 root root 35690 Mar 12 02:11 libqassistantclient.a
-rw-r--r-- 1 root root 980 Mar 12 02:10 libqassistantclient.prl
-rw-r--r-- 1 root root 949 Mar 12 02:10 libqt-mt.prl
lrwxrwxrwx 1 root root 17 Jul 1 15:31 libqt-mt.so ->
libqt-mt.so.3.3.4
lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3 ->
libqt-mt.so.3.3.4
lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3.3 ->
libqt-mt.so.3.3.4
-rwxr-xr-x 1 root root 7301188 Mar 12 02:11 libqt-mt.so.3.3.4
-rw-r--r-- 1 root root 855 Mar 12 02:10 libqui.prl
lrwxrwxrwx 1 root root 15 Jul 1 15:31 libqui.so ->
libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1 ->
libqui.so.1.0.0
lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1.0 ->
libqui.so.1.0.0
-rwxr-xr-x 1 root root 203924 Mar 12 02:11 libqui.so.1.0.0
drwxr-xr-x 2 root root 4096 Jul 1 15:31 pkgconfig

[root [at] mythfron lib]# cat libqt-mt.prl
QMAKE_PRL_BUILD_DIR =
/usr/src/build/538970-i386/BUILD/qt-x11-free-3.3.4/src
QMAKE_PRO_INPUT = qt.pro
QMAKE_PRL_TARGET = libqt-mt.so.3.3.4
QMAKE_PRL_DEFINES = QT_SHARED QT_NO_DEBUG QT_THREAD_SUPPORT
QMAKE_PRL_CFLAGS = -D_REENTRANT
QMAKE_PRL_CXXFLAGS = -D_REENTRANT
QMAKE_PRL_CONFIG = qt warn_on release incremental link_prl
nocrosscompiler dlopen_opengl minimal-config small-config medium-config
large-config full-config styles tools kernel widgets dialogs iconview
workspace inputmethod network canvas table xml opengl sql styles tools
kernel widgets dialogs iconview workspace network canvas table xml
opengl sql release dll thread largefile stl ipv6 system-mng mng
system-jpeg jpeg system-png png gif system-zlib nis cups bigcodecs x11sm
xshape xinerama xcursor xrandr xrender xftfreetype xkb inputmethod dylib
create_prl link_prl qt warn_on depend_includepath qmake_cache x11 x11inc
create_libtool create_pc moc x11lib
QMAKE_PRL_VERSION = 3.3.4


----------------------------------
_______________________________________________________________________________________________________

The information transmitted is for the use of the intended recipient only and may contain confidential and/or legally privileged material.
Any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited and may result in severe penalties.
If you have received this e-mail in error please notify the Security Advisor of the Department of Communications, Information Technology and the Arts, telephone (02) 6271-1880 and delete all copies of this transmission together with any attachments.
For all other enquiries please ring (02) 6271-1000.
_______________________________________________________________________________________________________


mario.mailing at gmail

Jul 1, 2005, 6:12 PM

Post #2 of 4 (714 views)
Permalink
Re: cannot find -lqt-mt [In reply to]

Berry, David wrote:

>
> Hi
>
> I can't compile the latest 18.1 source tarball.
>
> I can't see why it wouldn't work - searching on the list seems to
> indicate it could be a threading problem - but the library would
> appear to be MT (it was installed via apt-get)
>
> I have run ldconfig.
>
> Any clues?
>
> Thanks
>
> David.
>
> /usr/bin/ld: cannot find -lqt-mt
>
> collect2: ld returned 1 exit status
>
> make[2]: *** [libmythavcodec-0.18.1.so.0.18.1] Error 1
>
> make[2]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs/libavcodec'
>
> make[1]: *** [sub-libavcodec] Error 2
>
> make[1]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs'
>
> make: *** [sub-libs] Error 2
>
>
> [root [at] mythfron mythtv-0.18.1]# locate qt-mt
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3
>
> /usr/lib/qt-3.3/lib/libqt-mt.so
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3.3
>
> /usr/lib/qt-3.3/lib/libqt-mt.prl
>
> /usr/lib/qt-3.3/lib/pkgconfig/qt-mt.pc
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3.3.4
>
> /usr/lib/pkgconfig/qt-mt.pc
>
> [root [at] mythfron lib]# ll /usr/lib/qt-3.3/lib
>
> total 14368
>
> -rw-r--r-- 1 root root 6667026 Mar 12 02:11 libdesignercore.a
>
> -rw-r--r-- 1 root root 1073 Mar 12 02:10 libdesignercore.prl
>
> -rw-r--r-- 1 root root 438382 Mar 12 02:11 libeditor.a
>
> -rw-r--r-- 1 root root 969 Mar 12 02:10 libeditor.prl
>
> -rw-r--r-- 1 root root 35690 Mar 12 02:11 libqassistantclient.a
>
> -rw-r--r-- 1 root root 980 Mar 12 02:10 libqassistantclient.prl
>
> -rw-r--r-- 1 root root 949 Mar 12 02:10 libqt-mt.prl
>
> lrwxrwxrwx 1 root root 17 Jul 1 15:31 libqt-mt.so ->
> libqt-mt.so.3.3.4
>
> lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3 ->
> libqt-mt.so.3.3.4
>
> lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3.3 ->
> libqt-mt.so.3.3.4
>
> -rwxr-xr-x 1 root root 7301188 Mar 12 02:11 libqt-mt.so.3.3.4
>
> -rw-r--r-- 1 root root 855 Mar 12 02:10 libqui.prl
>
> lrwxrwxrwx 1 root root 15 Jul 1 15:31 libqui.so -> libqui.so.1.0.0
>
> lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1 ->
> libqui.so.1.0.0
>
> lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1.0 ->
> libqui.so.1.0.0
>
> -rwxr-xr-x 1 root root 203924 Mar 12 02:11 libqui.so.1.0.0
>
> drwxr-xr-x 2 root root 4096 Jul 1 15:31 pkgconfig
>
> [root [at] mythfron lib]# cat libqt-mt.prl
>
> QMAKE_PRL_BUILD_DIR =
> /usr/src/build/538970-i386/BUILD/qt-x11-free-3.3.4/src
>
> QMAKE_PRO_INPUT = qt.pro
>
> QMAKE_PRL_TARGET = libqt-mt.so.3.3.4
>
> QMAKE_PRL_DEFINES = QT_SHARED QT_NO_DEBUG QT_THREAD_SUPPORT
>
> QMAKE_PRL_CFLAGS = -D_REENTRANT
>
> QMAKE_PRL_CXXFLAGS = -D_REENTRANT
>
> QMAKE_PRL_CONFIG = qt warn_on release incremental link_prl
> nocrosscompiler dlopen_opengl minimal-config small-config
> medium-config large-config full-config styles tools kernel widgets
> dialogs iconview workspace inputmethod network canvas table xml opengl
> sql styles tools kernel widgets dialogs iconview workspace network
> canvas table xml opengl sql release dll thread largefile stl ipv6
> system-mng mng system-jpeg jpeg system-png png gif system-zlib nis
> cups bigcodecs x11sm xshape xinerama xcursor xrandr xrender
> xftfreetype xkb inputmethod dylib create_prl link_prl qt warn_on
> depend_includepath qmake_cache x11 x11inc create_libtool create_pc moc
> x11lib
>
> QMAKE_PRL_VERSION = 3.3.4
>
>
> ----------------------------------
>
>
>
>
> _______________________________________________________________________________________________________
>
> The information transmitted is for the use of the intended recipient only and may contain confidential and/or legally privileged material.
> Any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited and may result in severe penalties.
> If you have received this e-mail in error please notify the Security Advisor of the Department of Communications, Information Technology and the Arts, telephone (02) 6271-1880 and delete all copies of this transmission together with any attachments.
> For all other enquiries please ring (02) 6271-1000.
> _______________________________________________________________________________________________________
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev [at] mythtv
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>
Make sure that you properly have the QT package installed as well as the
QT dev package for your distrobution.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


k.m.fort at gmail

Jul 1, 2005, 6:38 PM

Post #3 of 4 (712 views)
Permalink
RE: cannot find -lqt-mt [In reply to]

Have you checked QTDIR? Try env|grep QTDIR to see if it is pointing to your
QT directory.

-----Original Message-----
From: mythtv-dev-bounces [at] mythtv [mailto:mythtv-dev-bounces [at] mythtv]
On Behalf Of Mario Limonciello
Sent: Friday, July 01, 2005 8:12 PM
To: Development of mythtv
Subject: Re: [mythtv] cannot find -lqt-mt

Berry, David wrote:

>
> Hi
>
> I can't compile the latest 18.1 source tarball.
>
> I can't see why it wouldn't work - searching on the list seems to
> indicate it could be a threading problem - but the library would
> appear to be MT (it was installed via apt-get)
>
> I have run ldconfig.
>
> Any clues?
>
> Thanks
>
> David.
>
> /usr/bin/ld: cannot find -lqt-mt
>
> collect2: ld returned 1 exit status
>
> make[2]: *** [libmythavcodec-0.18.1.so.0.18.1] Error 1
>
> make[2]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs/libavcodec'
>
> make[1]: *** [sub-libavcodec] Error 2
>
> make[1]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs'
>
> make: *** [sub-libs] Error 2
>
>
> [root [at] mythfron mythtv-0.18.1]# locate qt-mt
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3
>
> /usr/lib/qt-3.3/lib/libqt-mt.so
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3.3
>
> /usr/lib/qt-3.3/lib/libqt-mt.prl
>
> /usr/lib/qt-3.3/lib/pkgconfig/qt-mt.pc
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3.3.4
>
> /usr/lib/pkgconfig/qt-mt.pc
>
> [root [at] mythfron lib]# ll /usr/lib/qt-3.3/lib
>
> total 14368
>
> -rw-r--r-- 1 root root 6667026 Mar 12 02:11 libdesignercore.a
>
> -rw-r--r-- 1 root root 1073 Mar 12 02:10 libdesignercore.prl
>
> -rw-r--r-- 1 root root 438382 Mar 12 02:11 libeditor.a
>
> -rw-r--r-- 1 root root 969 Mar 12 02:10 libeditor.prl
>
> -rw-r--r-- 1 root root 35690 Mar 12 02:11 libqassistantclient.a
>
> -rw-r--r-- 1 root root 980 Mar 12 02:10 libqassistantclient.prl
>
> -rw-r--r-- 1 root root 949 Mar 12 02:10 libqt-mt.prl
>
> lrwxrwxrwx 1 root root 17 Jul 1 15:31 libqt-mt.so ->
> libqt-mt.so.3.3.4
>
> lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3 ->
> libqt-mt.so.3.3.4
>
> lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3.3 ->
> libqt-mt.so.3.3.4
>
> -rwxr-xr-x 1 root root 7301188 Mar 12 02:11 libqt-mt.so.3.3.4
>
> -rw-r--r-- 1 root root 855 Mar 12 02:10 libqui.prl
>
> lrwxrwxrwx 1 root root 15 Jul 1 15:31 libqui.so -> libqui.so.1.0.0
>
> lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1 ->
> libqui.so.1.0.0
>
> lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1.0 ->
> libqui.so.1.0.0
>
> -rwxr-xr-x 1 root root 203924 Mar 12 02:11 libqui.so.1.0.0
>
> drwxr-xr-x 2 root root 4096 Jul 1 15:31 pkgconfig
>
> [root [at] mythfron lib]# cat libqt-mt.prl
>
> QMAKE_PRL_BUILD_DIR =
> /usr/src/build/538970-i386/BUILD/qt-x11-free-3.3.4/src
>
> QMAKE_PRO_INPUT = qt.pro
>
> QMAKE_PRL_TARGET = libqt-mt.so.3.3.4
>
> QMAKE_PRL_DEFINES = QT_SHARED QT_NO_DEBUG QT_THREAD_SUPPORT
>
> QMAKE_PRL_CFLAGS = -D_REENTRANT
>
> QMAKE_PRL_CXXFLAGS = -D_REENTRANT
>
> QMAKE_PRL_CONFIG = qt warn_on release incremental link_prl
> nocrosscompiler dlopen_opengl minimal-config small-config
> medium-config large-config full-config styles tools kernel widgets
> dialogs iconview workspace inputmethod network canvas table xml opengl
> sql styles tools kernel widgets dialogs iconview workspace network
> canvas table xml opengl sql release dll thread largefile stl ipv6
> system-mng mng system-jpeg jpeg system-png png gif system-zlib nis
> cups bigcodecs x11sm xshape xinerama xcursor xrandr xrender
> xftfreetype xkb inputmethod dylib create_prl link_prl qt warn_on
> depend_includepath qmake_cache x11 x11inc create_libtool create_pc moc
> x11lib
>
> QMAKE_PRL_VERSION = 3.3.4
>
>
> ----------------------------------
>
>
>
>
>
____________________________________________________________________________
___________________________
>
> The information transmitted is for the use of the intended recipient only
and may contain confidential and/or legally privileged material.
> Any review, re-transmission, disclosure, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may result in
severe penalties.
> If you have received this e-mail in error please notify the Security
Advisor of the Department of Communications, Information Technology and the
Arts, telephone (02) 6271-1880 and delete all copies of this transmission
together with any attachments.
> For all other enquiries please ring (02) 6271-1000.
>
____________________________________________________________________________
___________________________
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev [at] mythtv
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>
Make sure that you properly have the QT package installed as well as the
QT dev package for your distrobution.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


David.Berry at dcita

Jul 2, 2005, 6:15 PM

Post #4 of 4 (741 views)
Permalink
RE: cannot find -lqt-mt [In reply to]

Yes - seems to set ok.

[root [at] mythfron lib]# env | grep QTDIR
QTDIR=/usr/lib/qt-3.3

-----Original Message-----
From: mythtv-dev-bounces [at] mythtv
[mailto:mythtv-dev-bounces [at] mythtv] On Behalf Of Korey Fort
Sent: Friday, 1 July 2005 6:39 PM
To: 'Development of mythtv'
Subject: RE: [mythtv] cannot find -lqt-mt


Have you checked QTDIR? Try env|grep QTDIR to see if it is pointing to
your
QT directory.

-----Original Message-----
From: mythtv-dev-bounces [at] mythtv
[mailto:mythtv-dev-bounces [at] mythtv]
On Behalf Of Mario Limonciello
Sent: Friday, July 01, 2005 8:12 PM
To: Development of mythtv
Subject: Re: [mythtv] cannot find -lqt-mt

Berry, David wrote:

>
> Hi
>
> I can't compile the latest 18.1 source tarball.
>
> I can't see why it wouldn't work - searching on the list seems to
> indicate it could be a threading problem - but the library would
> appear to be MT (it was installed via apt-get)
>
> I have run ldconfig.
>
> Any clues?
>
> Thanks
>
> David.
>
> /usr/bin/ld: cannot find -lqt-mt
>
> collect2: ld returned 1 exit status
>
> make[2]: *** [libmythavcodec-0.18.1.so.0.18.1] Error 1
>
> make[2]: Leaving directory
`/home/mythtv/mythtv-0.18.1/libs/libavcodec'
>
> make[1]: *** [sub-libavcodec] Error 2
>
> make[1]: Leaving directory `/home/mythtv/mythtv-0.18.1/libs'
>
> make: *** [sub-libs] Error 2
>
>
> [root [at] mythfron mythtv-0.18.1]# locate qt-mt
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3
>
> /usr/lib/qt-3.3/lib/libqt-mt.so
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3.3
>
> /usr/lib/qt-3.3/lib/libqt-mt.prl
>
> /usr/lib/qt-3.3/lib/pkgconfig/qt-mt.pc
>
> /usr/lib/qt-3.3/lib/libqt-mt.so.3.3.4
>
> /usr/lib/pkgconfig/qt-mt.pc
>
> [root [at] mythfron lib]# ll /usr/lib/qt-3.3/lib
>
> total 14368
>
> -rw-r--r-- 1 root root 6667026 Mar 12 02:11 libdesignercore.a
>
> -rw-r--r-- 1 root root 1073 Mar 12 02:10 libdesignercore.prl
>
> -rw-r--r-- 1 root root 438382 Mar 12 02:11 libeditor.a
>
> -rw-r--r-- 1 root root 969 Mar 12 02:10 libeditor.prl
>
> -rw-r--r-- 1 root root 35690 Mar 12 02:11 libqassistantclient.a
>
> -rw-r--r-- 1 root root 980 Mar 12 02:10 libqassistantclient.prl
>
> -rw-r--r-- 1 root root 949 Mar 12 02:10 libqt-mt.prl
>
> lrwxrwxrwx 1 root root 17 Jul 1 15:31 libqt-mt.so ->
> libqt-mt.so.3.3.4
>
> lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3 ->
> libqt-mt.so.3.3.4
>
> lrwxrwxrwx 1 root root 17 Jun 29 00:04 libqt-mt.so.3.3 ->
> libqt-mt.so.3.3.4
>
> -rwxr-xr-x 1 root root 7301188 Mar 12 02:11 libqt-mt.so.3.3.4
>
> -rw-r--r-- 1 root root 855 Mar 12 02:10 libqui.prl
>
> lrwxrwxrwx 1 root root 15 Jul 1 15:31 libqui.so ->
libqui.so.1.0.0
>
> lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1 ->
> libqui.so.1.0.0
>
> lrwxrwxrwx 1 root root 15 Jun 29 00:04 libqui.so.1.0 ->
> libqui.so.1.0.0
>
> -rwxr-xr-x 1 root root 203924 Mar 12 02:11 libqui.so.1.0.0
>
> drwxr-xr-x 2 root root 4096 Jul 1 15:31 pkgconfig
>
> [root [at] mythfron lib]# cat libqt-mt.prl
>
> QMAKE_PRL_BUILD_DIR =
> /usr/src/build/538970-i386/BUILD/qt-x11-free-3.3.4/src
>
> QMAKE_PRO_INPUT = qt.pro
>
> QMAKE_PRL_TARGET = libqt-mt.so.3.3.4
>
> QMAKE_PRL_DEFINES = QT_SHARED QT_NO_DEBUG QT_THREAD_SUPPORT
>
> QMAKE_PRL_CFLAGS = -D_REENTRANT
>
> QMAKE_PRL_CXXFLAGS = -D_REENTRANT
>
> QMAKE_PRL_CONFIG = qt warn_on release incremental link_prl
> nocrosscompiler dlopen_opengl minimal-config small-config
> medium-config large-config full-config styles tools kernel widgets
> dialogs iconview workspace inputmethod network canvas table xml opengl
> sql styles tools kernel widgets dialogs iconview workspace network
> canvas table xml opengl sql release dll thread largefile stl ipv6
> system-mng mng system-jpeg jpeg system-png png gif system-zlib nis
> cups bigcodecs x11sm xshape xinerama xcursor xrandr xrender
> xftfreetype xkb inputmethod dylib create_prl link_prl qt warn_on
> depend_includepath qmake_cache x11 x11inc create_libtool create_pc moc
> x11lib
>
> QMAKE_PRL_VERSION = 3.3.4
>
>
> ----------------------------------
>
>
>
>
>
________________________________________________________________________
____
___________________________
>
> The information transmitted is for the use of the intended recipient
only
and may contain confidential and/or legally privileged material.
> Any review, re-transmission, disclosure, dissemination or other use
of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may result
in
severe penalties.
> If you have received this e-mail in error please notify the Security
Advisor of the Department of Communications, Information Technology and
the
Arts, telephone (02) 6271-1880 and delete all copies of this
transmission
together with any attachments.
> For all other enquiries please ring (02) 6271-1000.
>
________________________________________________________________________
____
___________________________
>
>
>
>-----------------------------------------------------------------------
-
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev [at] mythtv
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>
Make sure that you properly have the QT package installed as well as the
QT dev package for your distrobution.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



_______________________________________________________________________________________________________

The information transmitted is for the use of the intended recipient only and may contain confidential and/or legally privileged material.
Any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited and may result in severe penalties.
If you have received this e-mail in error please notify the Security Advisor of the Department of Communications, Information Technology and the Arts, telephone (02) 6271-1880 and delete all copies of this transmission together with any attachments.
For all other enquiries please ring (02) 6271-1000.
_______________________________________________________________________________________________________

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.