The Qt test fails, because the Macro called (BNV_HAVE_QT) in configure has 
linking issues. Looking closer it shows configure lines like: 
bnv_try_4="$CXX $QT_LIBS $LIBS -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o 
>/dev/null 2>bnv_qt_test_4.out"
Where it shoud have been: 
bnv_try_4="$CXX -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o $QT_LIBS $LIBS 
>/dev/null 2>bnv_qt_test_4.out"

Anyone any idea how to change the BNV_HAVE_QT Macro? I don't like just
disabling it..

** Changed in: ihu (Ubuntu Oneiric)
     Assignee: (unassigned) => Florian Brandes (florian-brandes)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/770906

Title:
  ihu version 0.6.0-2ubuntu2 failed to build on amd64 with
  GCC-4.6/oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ihu/+bug/770906/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to