thank for answering so soon
It may be that the qt headers are not found, how could I resolve that?
here is the configure output
loading cache ./config.cache
avifile configure options: --prefix=/usr
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... (cached) gawk
checking whether make sets ${MAKE}... (cached) yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... (cached) gcc3
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)    -fPIC
checking if gcc PIC flag    -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking for dlopen in -ldl... (cached) yes
checking for nanosleep in -lposix4... (cached) no
checking for socket in -lsocket... (cached) no
checking for gethostbyname in -lnsl... (cached) yes
checking for kstat_open in -lkstat... (cached) no
checking for lseek64 in -lc... (cached) yes
checking for pthreads...  yes
checking for ANSI C header files... (cached) yes
checking for linux/ioctl.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/ioccom.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for valid sysinfo struct... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for 8-bit clean memcmp... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for ftime... (cached) yes
checking for gettimeofday... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for scandir... (cached) yes
checking for nanosleep... (cached) yes
checking for localtime_r... (cached) yes
checking for asctime_r... (cached) yes
checking for extra asctime_r argument... (cached) no
checking if gcc supports -finline-limit-200 flag(s)... yes
checking if malloc debugging is wanted... no
checking C compiler version... gcc 3.0.2
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XF86VidModeSwitchMode in -lXxf86vm... (cached) yes
checking for DPMSQueryExtension in -lXdpms... (cached) no
checking for XGetExtensionVersion in -lXi... (cached) yes
checking for /usr/X11R6/include/X11/Xft/Xft.h... (cached) yes
checking for XftDrawString32 in -lXft... (cached) yes
checking for /usr/X11R6/include/X11/extensions/Xv.h... (cached) yes
checking for XvCreateImage in -lXv... (cached) yes
checking for /usr/X11R6/include/X11/extensions/dpms.h... (cached) yes
checking whether system declares DPMS functions in X11/extensions/dpms.h... (cached) 
yes
(cached) configure: warning: 
*** Could not find usable Qt  on your system! 
*** If it _is_ installed, delete ./config.cache and re-run ./configure, 
*** specifying path to Qt headers and libraries in configure options.
*** Switching off Qt compilation!
checking for multithreading support in Qt... (cached) no
configure: warning: 
*** Your Qt installation does not support multi-threading!
*** Avifile will be compiled - however it might crash mysteriously
*** Instalation of threaded Qt library version (qt-mt) is recommended
*** When rebuilding Qt use configure option '-thread'.
checking whether to build Avicap... ./configure: test: -ge: unary operator expected
no (needs Qt 2.2.0 or better)
checking for jpeglib.h... (cached) yes
checking for jpeg_start_compress in -ljpeg... (cached) yes
checking for sdl-config... (cached) sdl-config
setting SDL_CONFIG to /usr/bin/sdl-config
checking for sdl-config... (cached) /usr/bin/sdl-config
checking for SDL - version >= 1.0.0... yes
checking for OSS audio support... (cached) yes
checking for _oss_ioctl in -lossaudio... (cached) no
checking for Sun audio support... (cached) no
checking for a52_frame in -la52... (cached) no
checking for lame_decode_init in -lmp3lame... (cached) yes
checking for Ogg... yes
checking for Vorbis... yes
checking for mad_stream_init in -lmad... (cached) no
checking for decore.h... (cached) yes
checking for encore2.h... (cached) yes
checking for decore in -ldivxdecore... (cached) yes
checking for encore in -ldivxencore... (cached) yes
checking for xvid_init in -lxvidcore... (cached) yes
checking for xvid.h... (cached) no
configure: warning: 
--- If you wish to use XviD plugin install XVID package,
--- take a look at: http://www.xvid.org 
=== configuring ffmpeg ===
Install prefix   /usr
C compiler       gcc
CPU              x86
MMX enabled      yes
gprof enabled    no
grab enabled     yes
mp3lame enabled  no
a52 dlopened     no
Creating config.mak and config.h
head: VERSION: No such file or directory
config.h is unchanged
checking configure in libmmxnow... done
updating cache ./config.cache
creating ./config.status
creating Makefile
creating admin/Makefile
creating lib/Makefile
creating lib/aviplay/Makefile
creating lib/aviread/Makefile
creating lib/aviwrite/Makefile
creating lib/common/Makefile
creating lib/subtitle/Makefile
creating lib/video/Makefile
creating plugins/Makefile
creating plugins/libac3pass/Makefile
creating plugins/libaudiodec/Makefile
creating plugins/libdivx4/Makefile
creating plugins/libffmpeg/Makefile
creating plugins/libffmpeg/libav/Makefile
creating plugins/libffmpeg/libavcodec/Makefile
creating plugins/libffmpeg/libavcodec/alpha/Makefile
creating plugins/libffmpeg/libavcodec/armv4l/Makefile
creating plugins/libffmpeg/libavcodec/i386/Makefile
creating plugins/libffmpeg/libavcodec/liba52/Makefile
creating plugins/libffmpeg/libavcodec/mlib/Makefile
creating plugins/libmad/Makefile
creating plugins/libmp3lamebin_audioenc/Makefile
creating plugins/libmp3lame_audioenc/Makefile
creating plugins/libmp3lame_audioenc/lame3.70/Makefile
creating plugins/libmpeg_audiodec/Makefile
creating plugins/libvorbis/Makefile
creating plugins/libwin32/Makefile
creating plugins/libwin32/audiodec/Makefile
creating plugins/libwin32/loader/Makefile
creating plugins/libwin32/loader/dshow/Makefile
creating plugins/libwin32/loader/wine/Makefile
creating plugins/libwin32/videocodec/Makefile
creating plugins/libxvid/Makefile
creating bin/Makefile
creating doc/Makefile
creating debian/Makefile
creating drivers/Makefile
creating player/Makefile
creating include/Makefile
creating libavqt/Makefile
creating samples/Makefile
creating samples/misc/Makefile
creating samples/mjpeg_plugin/Makefile
creating samples/qtrecompress/Makefile
creating samples/qtvidcap/Makefile
creating samples/artsplug/Makefile
creating avifile-config
creating avifile.spec
creating include/config.h
include/config.h is unchanged
configuring in plugins/libmad/libmad
running /bin/sh ./configure  --prefix=/usr --cache-file=../../.././config.cache 
--srcdir=.
loading cache ../../.././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... (cached) gawk
checking whether make sets ${MAKE}... (cached) yes
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)     -fPIC
checking if gcc PIC flag     -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for pid_t... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking whether to optimize for speed or for accuracy... default
checking for architecture-specific fixed-point math routines... INTEL
checking for ISO/IEC interpretation... best accepted practices
checking whether to enable profiling... no
checking whether to enable debugging... default
checking whether to enable experimental code... no
updating cache ../../.././config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
configuring in libmmxnow
running /bin/sh ./configure  --prefix=/usr --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
libmmxnow configure options: --prefix=/usr --cache-file=.././config.cache --srcd
ir=.
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... (cached) gawk
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)      -fPIC
checking if gcc PIC flag      -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for 8-bit clean memcmp... (cached) yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating include/Makefile
creating src/Makefile
creating src/generic/Makefile
creating src/generic/video/Makefile
creating src/i386/Makefile
creating src/i386/video/Makefile
creating test/Makefile
creating mmxnow-config
creating include/config.h
include/config.h is unchanged

Note: If you have installed/removed some package in your system
      do not forget to remove config.cache file before using configure
Configuration for avifile CVS-020430-11:23-3.0.2
Compiler C:       gcc -g  -march=i686 -ffast-math -pipe
Compiler C++:     c++ -g  -march=i686 -ffast-math -pipe
Install path:     /usr
Qt:               yes
Sdl:              yes
Xft:              yes
Oss audio:        yes
Sun audio:        no
Mga_vid:          no
Plugins:
  ac3passthrough  yes  (with SBLive only)
  divx4           yes  (DivX ;-), OpenDivX, DivX4)
  xvid            no   (DivX4, XviD)
  ffmpeg          yes  (DivX ;-), OpenDivX, MJPEG, AC3)
  os motion jpeg  yes  (MJPEG)
  win32           yes  (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
  MAD             yes  (MPEG Layer I/II/III)
  vorbis          yes
  lame runtime    yes

Attachment: config.log
Description: Binary data

Attachment: config.cache
Description: Binary data

Reply via email to