Hello,
compiling avifile0.7-0.7.17 i get an error message:

...
Making all in player
make[1]: Entering directory `/disk2/opt/avifile0.7-0.7.17/player'
c++ -DHAVE_CONFIG_H -I. -I. -I../include  -I/usr/lib/qt2/include 
-I/usr/X11R6/include  -I../libavqt    -DQT_THREAD_SUPPORT    
-DSHARE_PATH=\"/usr/local/share/avifile0.7\" -Wall -Wno-unused
-I../include  -g -O2 -mcpu=i686 -march=i686 -ffast-math
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -c
actioncfg.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../include  -I/usr/lib/qt2/include 
-I/usr/X11R6/include  -I../libavqt    -DQT_THREAD_SUPPORT    
-DSHARE_PATH=\"/usr/local/share/avifile0.7\" -Wall -Wno-unused
-I../include  -g -O2 -mcpu=i686 -march=i686 -ffast-math
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -c
main.cpp
/usr/lib/qt2/bin/moc < playercontrol.h > playercontrol.moc
c++ -DHAVE_CONFIG_H -I. -I. -I../include  -I/usr/lib/qt2/include 
-I/usr/X11R6/include  -I../libavqt    -DQT_THREAD_SUPPORT    
-DSHARE_PATH=\"/usr/local/share/avifile0.7\" -Wall -Wno-unused
-I../include  -g -O2 -mcpu=i686 -march=i686 -ffast-math
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -c
playercontrol.cpp
playercontrol.cpp: In method `void PlayerControl::updatePos()':
playercontrol.cpp:1596: implicit declaration of function `int
width(...)'
make[1]: *** [playercontrol.o] Error 1
make[1]: Leaving directory `/disk2/opt/avifile0.7-0.7.17/player'
make: *** [all-recursive] Error 1
ax:/opt/avifile0.7-0.7.17 #

For more information i appended the config.log file.
It would be nice if You could help me.
Thank You very much!

Axel Hager
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:868: checking host system type
configure:889: checking target system type
configure:907: checking build system type
configure:950: checking for a BSD compatible install
configure:1003: checking whether build environment is sane
configure:1060: checking whether make sets ${MAKE}
configure:1106: checking for working aclocal-1.4
configure:1119: checking for working autoconf
configure:1132: checking for working automake-1.4
configure:1145: checking for working autoheader
configure:1158: checking for working makeinfo
configure:1193: checking for c++
configure:1225: checking whether the C++ compiler (c++  ) works
configure:1241: c++ -o conftest    conftest.C  1>&5
configure:1267: checking whether the C++ compiler (c++  ) is a cross-compiler
configure:1272: checking whether we are using GNU C++
configure:1281: c++ -E conftest.C
configure:1300: checking whether c++ accepts -g
configure:1334: checking for gcc
configure:1447: checking whether the C compiler (gcc  ) works
configure:1463: gcc -o conftest    conftest.c  1>&5
configure:1489: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1494: checking whether we are using GNU C
configure:1503: gcc -E conftest.c
configure:1522: checking whether gcc accepts -g
configure:1554: checking how to run the C preprocessor
configure:1575: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1645: checking for a BSD compatible install
configure:1698: checking whether ln -s works
configure:1719: checking whether make sets ${MAKE}
configure:1748: checking for ranlib
configure:1780: checking for mawk
configure:1780: checking for gawk
configure:1853: checking for Cygwin environment
configure:1869: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1865: `__CYGWIN32__' undeclared (first use in this function)
configure:1865: (Each undeclared identifier is reported only once
configure:1865: for each function it appears in.)
configure: failed program was:
#line 1858 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1886: checking for mingw32 environment
configure:1898: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1894: `__MINGW32__' undeclared (first use in this function)
configure:1894: (Each undeclared identifier is reported only once
configure:1894: for each function it appears in.)
configure: failed program was:
#line 1891 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1972: checking for ld used by GCC
configure:2040: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
GNU ld version 2.11.90.0.29 (with BFD 2.11.90.0.29)
configure:2057: checking for /usr/i486-suse-linux/bin/ld option to reload object files
configure:2069: checking for BSD-compatible nm
configure:2107: checking for a sed that does not truncate output
configure:2191: checking how to recognise dependent libraries
configure:2377: checking for object suffix
configure:2383: gcc -c -g -O2  conftest.c 1>&5
configure:2403: checking for executable suffix
configure:2413: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2444: checking command to parse /usr/bin/nm -B output
configure:2527: gcc -c -g -O2  conftest.c 1>&5
configure:2530: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
configure:2581: gcc -o conftest -g -O2   conftest.c conftstm.o 1>&5
configure:2630: checking for dlfcn.h
configure:2640: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2809: checking for ranlib
configure:2876: checking for strip
configure:3119: checking for objdir
configure:3146: checking for gcc option to produce PIC
configure:3294: checking if gcc PIC flag -fPIC works
configure:3308: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
configure:3360: checking if gcc static flag -static works
configure:3375: gcc -o conftest -g -O2   -static conftest.c  1>&5
configure:3402: checking if gcc supports -c -o file.o
configure:3421: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
configure:3450: checking if gcc supports -c -o file.lo
configure:3468: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
configure:3518: checking if gcc supports -fno-rtti -fno-exceptions
configure:3531: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
configure:3558: checking whether the linker (/usr/i486-suse-linux/bin/ld) supports 
shared libraries
configure:4257: checking how to hardcode library paths into programs
configure:4285: checking whether stripping libraries is possible
configure:4299: checking dynamic linker characteristics
configure:4723: checking if libtool supports shared libraries
configure:4727: checking whether to build shared libraries
configure:4750: checking whether to build static libraries
configure:5286: checking whether -lc should be explicitly linked in
configure:5293: gcc -c -g -O2  conftest.c 1>&5
configure:5306: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | 
grep  -lc  >/dev/null 2>&1
configure:5893: checking whether byte ordering is bigendian
configure:5911: gcc -c -g -O2  conftest.c 1>&5
configure:5926: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:5921: `not' undeclared (first use in this function)
configure:5921: (Each undeclared identifier is reported only once
configure:5921: for each function it appears in.)
configure:5921: parse error before `big'
configure: failed program was:
#line 5915 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:5984: checking for dlopen in -ldl
configure:6003: gcc -o conftest -g -O2   conftest.c -ldl   1>&5
configure:6031: checking for nanosleep in -lposix4
configure:6050: gcc -o conftest -g -O2   conftest.c -lposix4  -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lposix4
collect2: ld returned 1 exit status
configure: failed program was:
#line 6039 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char nanosleep();

int main() {
nanosleep()
; return 0; }
configure:6078: checking for socket in -lsocket
configure:6097: gcc -o conftest -g -O2   conftest.c -lsocket  -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 6086 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char socket();

int main() {
socket()
; return 0; }
configure:6125: checking for gethostbyname in -lnsl
configure:6144: gcc -o conftest -g -O2   conftest.c -lnsl  -ldl  1>&5
configure:6173: checking for kstat_open in -lkstat
configure:6192: gcc -o conftest -g -O2   conftest.c -lkstat  -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lkstat
collect2: ld returned 1 exit status
configure: failed program was:
#line 6181 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char kstat_open();

int main() {
kstat_open()
; return 0; }
configure:6216: checking for lseek64 in -lc
configure:6235: gcc -o conftest -g -O2   conftest.c -lc  -lnsl -ldl  1>&5
configure:6303: checking for pthreads
configure:6317: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:6330: checking for ANSI C header files
configure:6343: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6410: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:6438: checking for linux/ioctl.h
configure:6448: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for fcntl.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for limits.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for malloc.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for unistd.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for stdint.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for sys/types.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for sys/ioctl.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for sys/ioccom.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6484: sys/ioccom.h: No such file or directory
configure: failed program was:
#line 6483 "configure"
#include "confdefs.h"
#include <sys/ioccom.h>
configure:6478: checking for sys/time.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6478: checking for sys/mman.h
configure:6488: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6517: checking for valid sysinfo struct
configure:6531: gcc -c -g -O2  conftest.c 1>&5
configure:6553: checking for working const
configure:6607: gcc -c -g -O2  conftest.c 1>&5
configure:6628: checking for inline
configure:6642: gcc -c -g -O2  conftest.c 1>&5
configure:6668: checking for off_t
configure:6701: checking for pid_t
configure:6734: checking for size_t
configure:6767: checking whether time.h and sys/time.h may both be included
configure:6781: gcc -c -g -O2  conftest.c 1>&5
configure:6802: checking whether struct tm is in sys/time.h or time.h
configure:6815: gcc -c -g -O2  conftest.c 1>&5
configure:6839: checking for working alloca.h
configure:6851: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:6872: checking for alloca
configure:6905: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7072: checking whether gcc needs -traditional
configure:7118: checking whether sys/types.h defines makedev
configure:7130: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7224: checking for 8-bit clean memcmp
configure:7242: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7263: checking for unistd.h
configure:7302: checking for getpagesize
configure:7330: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7355: checking for working mmap
configure:7503: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7526: checking whether setvbuf arguments are reversed
configure:7548: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure: In function `main':
configure:7541: warning: passing arg 2 of `setvbuf' makes pointer from integer without 
a cast
configure:7541: warning: passing arg 3 of `setvbuf' makes integer from pointer without 
a cast
configure: failed program was:
#line 7534 "configure"
#include "confdefs.h"
#include <stdio.h>
/* If setvbuf has the reversed format, exit 0. */
main () {
  /* This call has the arguments reversed.
     A reversed system may check and see that the address of main
     is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
    exit(1);
  putc('\r', stdout);
  exit(0);                      /* Non-reversed systems segv here.  */
}
configure:7572: checking return type of signal handlers
configure:7594: gcc -c -g -O2  conftest.c 1>&5
configure:7613: checking for vprintf
configure:7641: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for ftime
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for gettimeofday
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for strdup
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for strstr
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for setenv
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for unsetenv
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for scandir
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for opendir
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for nanosleep
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for localtime_r
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for asctime_r
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for strptime
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7721: checking for vsscanf
configure:7749: gcc -o conftest -g -O2   conftest.c -lnsl -ldl  1>&5
configure:7775: checking for extra asctime_r argument
configure:7789: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:7785: too many arguments to function `asctime_r'
configure: failed program was:
#line 7780 "configure"
#include "confdefs.h"

          #include <time.h>
        
int main() {
 int main(int a, char* b[]) { char* c = asctime_r((struct tm*)0, (char*)0, 0); return 
0; } 
; return 0; }
configure:7875: checking if gcc supports -finline-limit-200 flag(s)
configure:7886: gcc -c -finline-limit-200  conftest.c 1>&5
configure:7917: checking if malloc debugging is wanted
configure:8051: checking C compiler version
configure:8075: checking for X
configure:8389: checking for dnet_ntoa in -ldnet
configure:8408: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -ldnet  -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 8397 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:8430: checking for dnet_ntoa in -ldnet_stub
configure:8449: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -ldnet_stub  -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 8438 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:8478: checking for gethostbyname
configure:8506: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lnsl -ldl  1>&5
configure:8576: checking for connect
configure:8604: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lnsl -ldl  1>&5
configure:8668: checking for remove
configure:8696: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lnsl -ldl  1>&5
configure:8760: checking for shmat
configure:8788: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lnsl -ldl  1>&5
configure:8861: checking for IceConnectionNumber in -lICE
configure:8880: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-L/usr/X11R6/lib conftest.c -lICE  -lnsl -ldl  1>&5
configure:8912: checking for XF86DGAQueryExtension in -lXxf86dga
configure:8931: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXxf86dga  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11 
 -lnsl -ldl  1>&5
configure:8958: checking for XF86VidModeSwitchMode in -lXxf86vm
configure:8977: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXxf86vm  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11  
-lnsl -ldl  1>&5
configure:9003: checking for DPMSQueryExtension in -lXdpms
configure:9022: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXdpms  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11  
-lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lXdpms
collect2: ld returned 1 exit status
configure: failed program was:
#line 9011 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char DPMSQueryExtension();

int main() {
DPMSQueryExtension()
; return 0; }
configure:9048: checking for XGetExtensionVersion in -lXi
configure:9067: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXi  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11  
-lnsl -ldl  1>&5
configure:9103: checking for /usr/X11R6/include/X11/Xft/Xft.h
configure:9113: gcc -E  -Wall -Wno-unused  -I/usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9138: checking for XftDrawString32 in -lXft
configure:9157: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXft  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11  
-lnsl -ldl  1>&5
configure:9196: checking for /usr/X11R6/include/X11/extensions/Xv.h
configure:9206: gcc -E  -Wall -Wno-unused  -I/usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9231: checking for XvCreateImage in -lXv
configure:9250: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXv  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11  
-lnsl -ldl  1>&5
configure:9289: checking for /usr/X11R6/include/X11/extensions/Xinerama.h
configure:9299: gcc -E  -Wall -Wno-unused  -I/usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9324: checking for XineramaQueryExtension in -lXinerama
configure:9343: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include  conftest.c -lXinerama  -L/usr/X11R6/lib  -lSM -lICE -lXext -lX11 
 -lnsl -ldl  1>&5
configure:9382: checking for /usr/X11R6/include/X11/extensions/dpms.h
configure:9392: gcc -E  -Wall -Wno-unused  -I/usr/X11R6/include conftest.c >/dev/null 
2>conftest.out
configure:9423: checking whether system declares DPMS functions in 
X11/extensions/dpms.h
configure:9438: gcc -c -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
-I/usr/X11R6/include conftest.c 1>&5
configure:9597: checking for main in -lqt-mt
configure:9612: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lqt-mt  -L/usr/lib/qt2/lib -lnsl -ldl  -lpthread 1>&5
configure:9703: checking for Qt library (version >= 200)
configure:9746: c++ -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -I/usr/lib/qt2/include 
 -Wall -Wno-unused  conftest.C -L/usr/lib/qt2/lib -lqt-mt  -L/usr/X11R6/lib  -lSM 
-lICE  -lXxf86dga -lXxf86vm -lXi -lXft -lXv -lXinerama -lXext -lX11  -lnsl -ldl  
-lpthread 1>&5
configure:9868: checking for moc
configure:9967: checking for multithreading support in Qt
configure:9981: c++ -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -I/usr/lib/qt2/include 
 -I/usr/X11R6/include  -Wall -Wno-unused  conftest.C -lnsl -ldl  -L/usr/lib/qt2/lib 
-lqt-mt  -L/usr/X11R6/lib  -lSM -lICE  -lXxf86dga -lXxf86vm -lXi -lXft -lXv -lXinerama 
-lXext -lX11  -lpthread 1>&5
configure:10007: checking Qt version for Avicap
configure:10026: checking for jpeglib.h
configure:10036: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:10061: checking for jpeg_start_compress in -ljpeg
configure:10080: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -ljpeg  -lnsl -ldl  1>&5
configure:10310: checking for sdl-config
configure:10310: checking for sdl11-config
configure:10349: checking for sdl-config
configure:10384: checking for SDL - version >= 1.0.0
configure:10607: checking for freetype-config
configure:10643: checking for FreeType - version >= 2.0
configure:10779: checking for linux/videodev.h
configure:10789: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:10827: checking for OSS audio support
configure:10846: gcc -c -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused 
conftest.c 1>&5
configure:10871: checking for _oss_ioctl in -lossaudio
configure:10890: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lossaudio  -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure: failed program was:
#line 10879 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char _oss_ioctl();

int main() {
_oss_ioctl()
; return 0; }
configure:10931: checking for Sun audio support
configure:10949: gcc -c -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused 
conftest.c 1>&5
configure:10939: sys/audioio.h: No such file or directory
configure: In function `main':
configure:10943: `audio_info_t' undeclared (first use in this function)
configure:10943: (Each undeclared identifier is reported only once
configure:10943: for each function it appears in.)
configure:10943: parse error before `audio_info'
configure:10944: warning: implicit declaration of function `AUDIO_INITINFO'
configure:10944: `audio_info' undeclared (first use in this function)
configure: failed program was:
#line 10936 "configure"
#include "confdefs.h"

              #include <sys/param.h>
              #include <sys/audioio.h>
            
int main() {

              audio_info_t audio_info;
              AUDIO_INITINFO(&audio_info);
            
; return 0; }
configure:10992: checking for a52_frame in -la52
configure:11011: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -la52  -lm -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -la52
collect2: ld returned 1 exit status
configure: failed program was:
#line 11000 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char a52_frame();

int main() {
a52_frame()
; return 0; }
configure:11067: checking for lame_decode_init in -lmp3lame
configure:11086: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lmp3lame -lm -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lmp3lame
collect2: ld returned 1 exit status
configure: failed program was:
#line 11075 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char lame_decode_init();

int main() {
lame_decode_init()
; return 0; }
configure:11185: checking for libz
configure:11206: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lnsl -ldl  -lz 1>&5
configure:11366: checking for Ogg
configure:11396: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -I/include  -Wall 
-Wno-unused  conftest.c -lnsl -ldl  -L/lib -logg 1>&5
configure:11385: ogg/ogg.h: No such file or directory
configure: failed program was:
#line 11380 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ogg/ogg.h>

int main ()
{
  system("touch conf.oggtest");
  return 0;
}


configure:11434: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe  -I/include  -Wall 
-Wno-unused  conftest.c -lnsl -ldl  -L/lib -logg 1>&5
configure:11427: ogg/ogg.h: No such file or directory
configure: failed program was:
#line 11424 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <ogg/ogg.h>

int main() {
 return 0; 
; return 0; }
configure:11637: checking for mad_stream_init in -lmad
configure:11656: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -lmad  -lnsl -ldl  1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lmad
collect2: ld returned 1 exit status
configure: failed program was:
#line 11645 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mad_stream_init();

int main() {
mad_stream_init()
; return 0; }
configure:11786: checking for decore.h
configure:11796: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:11821: checking for encore2.h
configure:11831: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:11858: checking for decore in -ldivxdecore
configure:11877: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -ldivxdecore  -lnsl -ldl  1>&5
configure:11907: checking for encore in -ldivxencore
configure:11926: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe   -Wall -Wno-unused  
conftest.c -ldivxencore  -ldivxdecore -lnsl -ldl  1>&5
configure:12074: checking for xvid.h
configure:12084: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:12111: checking for xvid_init in -lxvidcore
configure:12150: gcc -o conftest -g -O2 -mcpu=i686 -march=i686 -ffast-math 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -pipe    -Wall -Wno-unused  
conftest.c -lnsl -ldl   -lxvidcore 1>&5
configure:12229: checking configure in libmmxnow
configure:12304: checking for vidix

Reply via email to