Package: libsoqt3-20
Version: 1.4.2~svn20090224-2
libsoqt3 should be linked against Qt 3 but actually it is linked against
Qt 4 (apart from the suffix, there is no difference between libsoqt3 and
libsoqt4).
The configure script seems not to respect QTDIR. It always looks for
Qt 4 first (using pkg-config). It looks for Qt 3 only if it couldn't
find Qt 4. As a workaround, one can run configure with PKG_CONFIG set to
/bin/false.
But then another problem arises. Compiling of
src/Inventor/Qt/SoQtImageReader.cpp
fails due to the usage of some Qt4-only functions. The 1.5.0 release of
SoQt doesn't have this issue (the PKG_CONFIG workaround is still needed
though).
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org