Hi Philippe

I've attached a patch file for the configure script. But there is only one line that changed, so you may just want to edit that file and change line 20719
from:

bnv_try_4="$CXX $QT_LIBS $LIBS -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o >/dev/null 2>/dev/null"

To this:

bnv_try_4="$CXX -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o $QT_LIBS $LIBS >/dev/null 2>/dev/null"

-Scott



Quoting philippe <[email protected]>:

Hi Scott,

Be not a programmer, I waited patiently for someone finds the solution. ;-)
Can you give us the code to reverse or it is to big to post here?

Greetings,

Philippe


Le 27/11/2011 06:41, [email protected] a écrit :
I have solved the problem, I had to reverse some code in the
./configure script.
It doesn't seem to like the libraries listed first in the g++ command.
   I guess the real problem is in autoconf?


Quoting [email protected]:

Quoting Fred Gleason<[email protected]>:

On Oct 23, 2011, at 04:24 48, philippe wrote:

It seems to be more complicatedthan I thought ;-)
Perhaps.  As a brute-force approach, you might try removing the
-devel package for Qt4.

I'm having the same problem, but the Qt4 development package isn't installed:

$>  sudo apt-get remove libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libqt4-dev is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I don't even see the Qt4 libraries (I'm using Lubuntu 11.10):

$>  ls /usr/lib/*qt*
/usr/lib/libqt-mt.la
/usr/lib/libqt-mt.prl
/usr/lib/libqt-mt.so
/usr/lib/libqt-mt.so.3
/usr/lib/libqt-mt.so.3.3
/usr/lib/libqt-mt.so.3.3.8

/usr/lib/qt3:
plugins

Philippe, were you able to resolve this issue?

Thanks,
    -Scott

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev



--- configure.orig	2011-06-01 10:25:28.000000000 -0600
+++ configure	2011-11-26 22:28:34.000000000 -0700
@@ -20716,7 +20716,7 @@
             echo "configure: could not compile:" >&5
             cat bnv_qt_main.$ac_ext >&5
           else
-            bnv_try_4="$CXX $QT_LIBS $LIBS -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o >/dev/null 2>/dev/null"
+            bnv_try_4="$CXX -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o $QT_LIBS $LIBS >/dev/null 2>/dev/null"
             { (eval echo "$as_me:$LINENO: \"$bnv_try_4\"") >&5
   (eval $bnv_try_4) 2>&5
   ac_status=$?
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to