Hi Zdenek,

This is solved. The problem was that I compiled the Qt library without the
 -thread flag. The configure script detected the old qt-mt library and tried
to use the new headers (and additon al libs ?). 

The solution is to recompile Qt using the -thread flag. TThanks to
Paulo Barthelmess for the solution. 

Regards,
HF.



On Wed, 16 Oct 2002 13:48:30 +0200
Zdenek Kabelac <[EMAIL PROTECTED]> wrote:

> > [avifile0.7-0.7.16]$ ls /usr/local/qt
> > bin/            doc/         INSTALL      MANIFEST   README         tutorial/
> > changes-3.0.5   examples/    lib/         mkspecs/   README.QT
> > config.status*  extensions/  LICENSE.GPL  PLATFORMS  src/
> > config.tests/   FAQ          LICENSE.QPL  plugins/   tools/
> > configure*      include/     Makefile     qmake/     translations/
> > 
> > I addition to this, qt-mt is found, but the multithreading test fails.
> > I take it that compiling Qt produces the mt by defalt (I will check on this).
> > 
> > Also, when I  do finish the configure, the compile is ok, but link 
> > fails. Something is definetly wrong here. I will investigate further. 
> 
> Maybe you are missing path for libraries to  /usr/local/qt/lib 
> (And I even believe it's being printed in the ERROR message from
> configure script - you may either add this path to /etc/ld.so.conf
> or you could use your LD_LIBRARY_PATH
> 
> 
> > Two more question: 
> > 
> > 1. How do I disable qt? Do I use --with-qt=false? --disable-qt does not
> >  seem to work.
> 
> configure --help
> 
> configure --without-qt
> 
> I just should mention that this will just building parsing
> library, but without aviplayer as this app still needs qt
> (though it might be probably modified to work without gui without 
> some major difficulties - and it may even eventually happen
> sooner or later...
> 
> -- 
>   .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
>  : :' :          Debian GNU/Linux maintainer - www.debian.{org,cz}
>  `. `'                          Overclocker's house :)
>    `-              http://www.bbspot.com/News/2002/08/house.html        
> 
> _______________________________________________
> Avifile mailing list
> [EMAIL PROTECTED]
> http://prak.org/mailman/listinfo/avifile

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to