Avifile

Post Reply
Message
Author
Hal

Avifile

#1 Post by Hal »

Hi, jedesmal wenn ich versuche avifile zu installieren, bekomme ich folgende meldung:

hal@linux:~/KDesktop/Verzeichnis/avifile-0.53.5 > ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... 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++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared librar
ies... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking dynamic linker characteristics... 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 for objdir... .libs
creating libtool
checking for dlopen in -ldl... yes
checking for pthreads... -lpthread yes
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for ftime... yes
checking for gettimeofday... yes
checking for strdup... yes
checking for strstr... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for Qt... checking for main in -lqt-mt... no
libraries /usr/lib/qt/lib, headers /usr/lib/qt/include
checking for moc... /usr/lib/qt/bin/moc
checking for uic... /usr/lib/qt2/bin/uic
checking whether we like this Qt installation... checking for /usr/lib/qt/includ
e/qvariant.h... no
configure: error: Unacceptable Qt installation detected! You need Qt 2.1.0 or hi
gher to build an AVI player and Qt 2.1.9 or higher to build video capture progra
m. See details about failed test in ./config.log.
hal@linux:~/KDesktop/Verzeichnis/avifile-0.53.5 >
was kann ich dagegen tun??? gibt es eine gute alternative zu avifile???

danke - hal

Leander Hanwald

Re: Avifile

#2 Post by Leander Hanwald »

Was für eine Distribution hast du Installiert? Welche Qt Version hast du Installiert?

MPlayer ist ziemlich gut, auch XMovie soll net schlecht sein (läuft bei mir aber garnicht).

klaro

Re: Avifile

#3 Post by klaro »

das sieht nach einer veralteten qt version aus. oder du hast das qt-dev paket nicht installiert.
mplayer ist eine gute alternative. allerdings hat er bei mir probleme mit gewissen avi's die aviplay abspielen kann

axel

Re: Avifile

#4 Post by axel »

ich glaube du kannst auch die benutzung der QT-bibo auch ausschalten, wenn du die capturetools nicht willst/brauchst.
./configure --disable-qt (??)
oder so ähnlich

Post Reply