configuration: --enable-static --enable-libvorbis --disable-tremor ============ Checking for gcc version ============ Result is: 4.4.1 ########################################## int main(void) { int test[(int)sizeof(char *)-7]; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: size of array 'test' is negative ============ Checking for host cc ============ Result is: gcc ########################################## ============ Checking for cross compilation ============ int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: no ########################################## ============ Checking for CPU vendor ============ Result is: AuthenticAMD (16:2:3) ########################################## ============ Checking for CPU type ============ Result is: AMD Phenom(tm) 9750 Quad-Core Processor ########################################## ============ Checking for kernel support of mmx ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("emms":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for kernel support of mmxext ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("sfence":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for kernel support of 3dnow ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("femms":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for kernel support of 3dnowext ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("pswapd %%mm0, %%mm0":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for kernel support of sse ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for kernel support of sse2 ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for kernel support of cmov ============ #include #include void catch(void) { exit(1); } int main(void) { signal(SIGILL, catch); __asm__ volatile ("cmovb %%eax,%%ebx":::"memory"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' Result is: yes ########################################## ============ Checking for mtrr support ============ Result is: yes ########################################## ============ Checking for GCC & CPU optimization abilities ============ int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -march=native Result is: native ########################################## ============ Checking for byte order ============ short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B'), (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n'),0}; int main(void) { return (int)ascii_name; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: little-endian ########################################## ============ Checking for extern symbol prefix ============ int ff_extern; gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -c Result is: _ ########################################## ============ Checking for assembler support of -pipe option ============ int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -pipe -I. Result is: yes ########################################## ============ Checking for compiler support of named assembler arguments ============ Result is: yes ########################################## int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -std=gnu99 int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wdeclaration-after-statement int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wno-pointer-sign int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wdisabled-optimization int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wundef int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wmissing-prototypes int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wstrict-prototypes int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -mno-omit-leaf-frame-pointer int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -MD -MP ============ Checking for assembler (c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/as.exe ) ============ Result is: ok ########################################## ============ Checking for .align is a power of two ============ int main(void) { __asm__ (".align 3"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe {standard input}: Assembler messages: {standard input}:14: Error: alignment not a power of 2 Result is: no ########################################## ============ Checking for 10 assembler operands ============ int main(void) { int x=0; __asm__ volatile( "" :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x) ); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for ebx availability ============ int main(void) { int x; __asm__ volatile( "xor %0, %0" :"=b"(x) // just adding ebx to clobber list seems unreliable with some // compilers, e.g. Haiku's gcc 2.95 ); // and the above check does not work for OSX 64 bit... __asm__ volatile("":::"%ebx"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for PIC ============ int main(void) { #if !(defined(__PIC__) || defined(__pic__) || defined(PIC)) #error PIC not enabled #endif return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:2: error: #error PIC not enabled Result is: no ########################################## ============ Checking for yasm ============ pabsw xmm0, xmm0 yasm -f win32 -DPREFIX -o /tmp/mplayer-configure-25175-4100/tmp.exe /tmp/mplayer-configure-25175-4100/tmp.S Result is: yasm ########################################## ============ Checking for bswap ============ Result is: yes ########################################## ============ Checking for -lposix ============ int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lposix c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lposix collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for -lm ============ int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm Result is: yes ########################################## ============ Checking for langinfo ============ #include int main(void) { nl_langinfo(CODESET); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: langinfo.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'nl_langinfo' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'CODESET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.) Result is: no ########################################## ============ Checking for language ============ Result is: messages: en - man pages: en - documentation: en ########################################## ============ Checking for enable sighandler ============ Result is: yes ########################################## ============ Checking for runtime cpudetection ============ Result is: no ########################################## ============ Checking for restrict keyword ============ void foo(char * restrict p); int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: restrict ########################################## ============ Checking for __builtin_expect ============ int foo(int a) { a = __builtin_expect(a, 10); return a == 10 ? 0 : 1; } int main(void) { return foo(10) && foo(0); } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: warning: no previous prototype for 'foo' Result is: yes ########################################## ============ Checking for kstat ============ #include int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lkstat C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: kstat.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'kstat_open' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'kstat_close' Result is: no ########################################## ============ Checking for posix4 ============ #include int main(void) { (void) nanosleep(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lposix4 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'nanosleep' c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lposix4 collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for exp2 ============ #include int main(void) { long (*foo)(float); foo = exp2; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for exp2f ============ #include int main(void) { long (*foo)(float); foo = exp2f; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for llrint ============ #include int main(void) { long (*foo)(float); foo = llrint; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for llrintf ============ #include int main(void) { long (*foo)(float); foo = llrintf; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for log2 ============ #include int main(void) { long (*foo)(float); foo = log2; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for log2f ============ #include int main(void) { long (*foo)(float); foo = log2f; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for lrint ============ #include int main(void) { long (*foo)(float); foo = lrint; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for lrintf ============ #include int main(void) { long (*foo)(float); foo = lrintf; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm Result is: yes ########################################## ============ Checking for round ============ #include int main(void) { long (*foo)(float); foo = round; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for roundf ============ #include int main(void) { long (*foo)(float); foo = roundf; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for truncf ============ #include int main(void) { long (*foo)(float); foo = truncf; (void)(*foo)(0.0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type Result is: yes ########################################## ============ Checking for mkstemp ============ #include int main(void) { char a; mkstemp(&a); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'mkstemp' C:\Users\rernst\AppData\Local\Temp\ccxocmBB.o:tmp.c:(.text+0x16): undefined reference to `mkstemp' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for nanosleep ============ #include int main(void) { (void) nanosleep(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'nanosleep' C:\Users\rernst\AppData\Local\Temp\cc1xf0UU.o:tmp.c:(.text+0x1e): undefined reference to `nanosleep' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for socklib ============ #include #include int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function) #include #include int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket -lbind C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function) #include #include int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket -ldnet C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function) #include #include int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket -lnsl C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function) #include #include int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lnsl C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function) #include #include int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function) #include int main(void) { (void) gethostbyname(0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 Result is: no (using -lws2_32) ########################################## ============ Checking for netdb.h, struct addrinfo ============ #if HAVE_WINSOCK2_H #include #include #else #include #include #include #endif int main(void) { struct addrinfo ai; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: warning: unused variable 'ai' Result is: yes ########################################## ============ Checking for netdb.h, getaddrinfo() ============ #if HAVE_WINSOCK2_H #include #else #include #include #include #endif int main(void) { (void) getaddrinfo(0, 0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: implicit declaration of function 'getaddrinfo' C:\Users\rernst\AppData\Local\Temp\ccRVJ5YJ.o:tmp.c:(.text+0x2e): undefined reference to `getaddrinfo' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for sockaddr_storage ============ #if HAVE_WINSOCK2_H #include #else #include #endif int main(void) { struct sockaddr_storage sas; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: unused variable 'sas' Result is: yes ########################################## ============ Checking for struct ipv6_mreq ============ #include int main(void) { struct ipv6_mreq mreq6; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: netinet/in.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: storage size of 'mreq6' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'mreq6' #include int main(void) { struct ipv6_mreq mreq6; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'mreq6' Result is: yes ########################################## ============ Checking for struct sockaddr_in6 ============ #include int main(void) { struct sockaddr_in6 addr; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: netinet/in.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: storage size of 'addr' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'addr' #include int main(void) { struct sockaddr_in6 addr; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'addr' Result is: yes ########################################## ============ Checking for struct sockaddr sa_len ============ #if HAVE_WINSOCK2_H #include #else #include #include #endif int main(void) { const void *p = &((struct sockaddr *)0)->sa_len; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'struct sockaddr' has no member named 'sa_len' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: unused variable 'p' Result is: no ########################################## ============ Checking for arpa/inet.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: arpa/inet.h: No such file or directory Result is: no ########################################## ============ Checking for inet_pton() ============ #include #include #include int main(void) { (void) inet_pton(0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_pton' #include #include #include int main(void) { (void) inet_pton(0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 -lresolv C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_pton' Result is: no ########################################## ============ Checking for inet_aton() ============ #include #include #include int main(void) { (void) inet_aton(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_aton' #include #include #include int main(void) { (void) inet_aton(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 -lresolv C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_aton' Result is: no ########################################## ============ Checking for socklen_t ============ #include int main(void) { socklen_t v = 0; return v; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'socklen_t' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: expected ';' before 'v' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'v' undeclared (first use in this function) #include int main(void) { socklen_t v = 0; return v; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for closesocket() ============ #include int main(void) { closesocket(~0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 Result is: yes ########################################## ============ Checking for network ============ Result is: yes ########################################## ============ Checking for inet6 ============ #include #if !defined(_WIN32) || defined(__CYGWIN__) #include #include #else #include #endif int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: unused variable 'six' Result is: yes ########################################## ============ Checking for gethostbyname2 ============ #include #include #include int main(void) { gethostbyname2("", AF_INET); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:19: error: netdb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'gethostbyname2' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'AF_INET' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: for each function it appears in.) Result is: no ########################################## ============ Checking for inttypes.h (required) ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for int_fastXY_t in inttypes.h ============ #include int main(void) { volatile int_fast16_t v= 0; return v; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for malloc.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for memalign() ============ #include int main(void) { (void) memalign(64, sizeof(char)); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'memalign' C:\Users\rernst\AppData\Local\Temp\cctckj1f.o:tmp.c:(.text+0x1e): undefined reference to `memalign' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for posix_memalign() ============ #define _XOPEN_SOURCE 600 #include int main(void) { posix_memalign(NULL, 0, 0); } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'posix_memalign' C:\Users\rernst\AppData\Local\Temp\ccZKX32E.o:tmp.c:(.text+0x26): undefined reference to `posix_memalign' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for alloca.h ============ #include int main(void) { (void) alloca(0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: alloca.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'alloca' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: incompatible implicit declaration of built-in function 'alloca' #include int main(void) { (void) alloca(0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: alloca.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'alloca' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: incompatible implicit declaration of built-in function 'alloca' Result is: no ########################################## ============ Checking for fastmemcpy ============ Result is: yes ########################################## ============ Checking for hard-coded tables ============ Result is: no ########################################## ============ Checking for mman.h ============ #include #include int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: sys/mman.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'mmap' Result is: no ########################################## #include #include int main(void) { void *p = MAP_FAILED; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: sys/mman.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'MAP_FAILED' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: unused variable 'p' ============ Checking for dynamic loader ============ #include #include int main(void) { dlopen("", 0); dlclose(NULL); dlsym(NULL, ""); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:19: error: dlfcn.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlopen' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlclose' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlsym' #include #include int main(void) { dlopen("", 0); dlclose(NULL); dlsym(NULL, ""); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -ldl C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:19: error: dlfcn.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlopen' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlclose' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlsym' Result is: no ########################################## ============ Checking for dynamic a/v plugins support ============ Result is: no ########################################## ============ Checking for pthread ============ #include void* func(void *arg) { return arg; } int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lpthreadGC2 In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/pthread.h:213:5: warning: "HAVE_CONFIG_H" is not defined C:/msys/1.0/local/include/pthread.h:223:5: warning: "HAVE_SIGNAL_H" is not defined C:/msys/1.0/local/include/pthread.h:950:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:950:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1125:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1125:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1181:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1181:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1279:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1279:20: warning: "PTW32_LEVEL_MAX" is not defined C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'func' c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lpthreadGC2 collect2: ld returned 1 exit status #include void* func(void *arg) { return arg; } int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/pthread.h:213:5: warning: "HAVE_CONFIG_H" is not defined C:/msys/1.0/local/include/pthread.h:223:5: warning: "HAVE_SIGNAL_H" is not defined C:/msys/1.0/local/include/pthread.h:950:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:950:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1125:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1125:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1181:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1181:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1279:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1279:20: warning: "PTW32_LEVEL_MAX" is not defined C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'func' C:\Users\rernst\AppData\Local\Temp\ccLAzN4Z.o:tmp.c:(.text+0x4f): undefined reference to `_imp__pthread_create' collect2: ld returned 1 exit status #include void* func(void *arg) { return arg; } int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lpthread In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/pthread.h:213:5: warning: "HAVE_CONFIG_H" is not defined C:/msys/1.0/local/include/pthread.h:223:5: warning: "HAVE_SIGNAL_H" is not defined C:/msys/1.0/local/include/pthread.h:950:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:950:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1125:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1125:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1181:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1181:20: warning: "PTW32_LEVEL_MAX" is not defined C:/msys/1.0/local/include/pthread.h:1279:5: warning: "PTW32_LEVEL" is not defined C:/msys/1.0/local/include/pthread.h:1279:20: warning: "PTW32_LEVEL_MAX" is not defined C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'func' Result is: yes (using -lpthread) ########################################## ============ Checking for w32threads ============ Result is: no (using pthread instead) ########################################## ============ Checking for rpath ============ Result is: no ########################################## ============ Checking for iconv ============ #include #include #include #define INBUFSIZE 1024 #define OUTBUFSIZE 4096 char inbuffer[INBUFSIZE]; char outbuffer[OUTBUFSIZE]; int main(void) { size_t numread; iconv_t icdsc; char *tocode="UTF-8"; char *fromcode="cp1250"; if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) { while ((numread = read(0, inbuffer, INBUFSIZE))) { char *iptr=inbuffer; char *optr=outbuffer; size_t inleft=numread; size_t outleft=OUTBUFSIZE; if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft) != (size_t)(-1)) { write(1, outbuffer, OUTBUFSIZE - outleft); } } if (iconv_close(icdsc) == -1) ; } return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm C:\Users\rernst\AppData\Local\Temp\ccelA0cM.o:tmp.c:(.text+0x21): undefined reference to `libiconv_open' C:\Users\rernst\AppData\Local\Temp\ccelA0cM.o:tmp.c:(.text+0x98): undefined reference to `libiconv' C:\Users\rernst\AppData\Local\Temp\ccelA0cM.o:tmp.c:(.text+0xc9): undefined reference to `libiconv_close' collect2: ld returned 1 exit status #include #include #include #define INBUFSIZE 1024 #define OUTBUFSIZE 4096 char inbuffer[INBUFSIZE]; char outbuffer[OUTBUFSIZE]; int main(void) { size_t numread; iconv_t icdsc; char *tocode="UTF-8"; char *fromcode="cp1250"; if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) { while ((numread = read(0, inbuffer, INBUFSIZE))) { char *iptr=inbuffer; char *optr=outbuffer; size_t inleft=numread; size_t outleft=OUTBUFSIZE; if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft) != (size_t)(-1)) { write(1, outbuffer, OUTBUFSIZE - outleft); } } if (iconv_close(icdsc) == -1) ; } return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm -liconv Result is: yes ########################################## ============ Checking for soundcard.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:27: error: sys/soundcard.h: No such file or directory #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: soundcard.h: No such file or directory Result is: no ########################################## ============ Checking for sys/dvdio.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: sys/dvdio.h: No such file or directory Result is: no ########################################## ============ Checking for sys/cdio.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: sys/cdio.h: No such file or directory Result is: no ########################################## ============ Checking for linux/cdrom.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:25: error: linux/cdrom.h: No such file or directory Result is: no ########################################## ============ Checking for dvd.h ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:17: error: dvd.h: No such file or directory Result is: no ########################################## ============ Checking for termcap ============ #include #include int main(void) { tgetent(NULL, NULL); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lncurses c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lncurses collect2: ld returned 1 exit status #include #include int main(void) { tgetent(NULL, NULL); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -ltinfo c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -ltinfo collect2: ld returned 1 exit status #include #include int main(void) { tgetent(NULL, NULL); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -ltermcap c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -ltermcap collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for termios ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: termios.h: No such file or directory #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:25: error: sys/termios.h: No such file or directory Result is: no ########################################## ============ Checking for shm ============ #include #include int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:21: error: sys/shm.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'shmget' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'shmat' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'shmctl' Result is: no ########################################## ============ Checking for strsep() ============ #include int main(void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'strsep' C:\Users\rernst\AppData\Local\Temp\cc9YbhAX.o:tmp.c:(.text+0x26): undefined reference to `strsep' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for vsscanf() ============ #define _ISOC99_SOURCE #include #include int main(void) { va_list ap; vsscanf("foo", "bar", ap); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: 'ap' is used uninitialized in this function Result is: yes ########################################## ============ Checking for swab() ============ #define _XOPEN_SOURCE 600 #include int main(void) { swab(0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'swab' Result is: yes ########################################## ============ Checking for POSIX select() ============ #include #include #include #include #include #include int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'fd_set' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: expected ';' before 'readfds' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: ISO C90 forbids mixed declarations and code C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'select' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'readfds' undeclared (first use in this function) Result is: no ########################################## ============ Checking for audio select() ============ Result is: yes ########################################## ============ Checking for gettimeofday() ============ #include int main(void) {struct timeval tv; struct timezone tz; gettimeofday(&tv, &tz); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for glob() ============ #include #include int main(void) { glob_t gg; glob("filename",0,NULL,&gg); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:18: error: glob.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'glob_t' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: expected ';' before 'gg' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'glob' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'gg' undeclared (first use in this function) Result is: no ########################################## ============ Checking for setenv() ============ #include int main(void) { setenv("","",0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'setenv' C:\Users\rernst\AppData\Local\Temp\ccdcK1aw.o:tmp.c:(.text+0x26): undefined reference to `setenv' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for setmode() ============ #include int main(void) { setmode(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for sys/sysinfo.h ============ #include int main(void) { struct sysinfo s_info; sysinfo(&s_info); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:25: error: sys/sysinfo.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: storage size of 's_info' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'sysinfo' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: unused variable 's_info' Result is: no ########################################## ============ Checking for pkg-config ============ Result is: yes ########################################## ============ Checking for Samba support (libsmbclient) ============ #include int main(void) { smbc_opendir("smb://"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir' #include int main(void) { smbc_opendir("smb://"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir' #include int main(void) { smbc_opendir("smb://"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient -lnsl C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir' #include int main(void) { smbc_opendir("smb://"); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient -lssl -lnsl C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir' Result is: no ########################################## ============ Checking for tdfxfb ============ Result is: no ########################################## ============ Checking for s3fb ============ Result is: no ########################################## ============ Checking for wii ============ Result is: no ########################################## ============ Checking for tdfxvid ============ Result is: no ########################################## ============ Checking for xvr100 ============ #include #include #include int main(void) { struct vis_identifier ident; struct fbgattr attr; ioctl(0, VIS_GETIDENTIFIER, &ident); ioctl(0, FBIOGATTR, &attr); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: sys/fbio.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:27: error: sys/visual_io.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: storage size of 'ident' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: storage size of 'attr' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'ioctl' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: 'FBIOGATTR' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: unused variable 'attr' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: unused variable 'ident' Result is: no ########################################## ============ Checking for tga ============ Result is: yes ########################################## ============ Checking for md5sum support ============ Result is: yes ########################################## ============ Checking for yuv4mpeg support ============ Result is: yes ########################################## ============ Checking for bl ============ Result is: no ########################################## ============ Checking for DirectFB ============ #include int main(void) { DirectFBInit(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -ldirectfb C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit' #include int main(void) { DirectFBInit(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include/directfb -ldirectfb C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit' #include int main(void) { DirectFBInit(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/include/directfb -ldirectfb C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit' #include int main(void) { DirectFBInit(0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include -ldirectfb C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit' Result is: no ########################################## ============ Checking for X11 headers presence ============ Result is: no (check if the dev(el) packages are installed) ########################################## ============ Checking for X11 ============ Result is: no (check if the dev(el) packages are installed) ########################################## ============ Checking for Xss screensaver extensions ============ #include #include int main(void) { XScreenSaverSuspend(NULL, True); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lXss C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: X11/Xlib.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:38: error: X11/extensions/scrnsaver.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'XScreenSaverSuspend' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'NULL' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'True' undeclared (first use in this function) Result is: no ########################################## ============ Checking for DPMS ============ Result is: no ########################################## ============ Checking for Xv ============ Result is: no ########################################## ============ Checking for XvMC ============ Result is: no ########################################## ============ Checking for VDPAU ============ Result is: no ########################################## ============ Checking for Xinerama ============ Result is: no ########################################## ============ Checking for Xxf86vm ============ Result is: no ########################################## ============ Checking for XF86keysym ============ Result is: no ########################################## ============ Checking for DGA ============ Result is: no ########################################## ============ Checking for 3dfx ============ Result is: no ########################################## ============ Checking for VIDIX ============ Result is: yes ########################################## ============ Checking for VIDIX PCI device name database ============ Result is: yes ########################################## ============ Checking for VIDIX dhahelper support ============ Result is: no ########################################## ============ Checking for VIDIX svgalib_helper support ============ Result is: no ########################################## ============ Checking for GGI ============ #include int main(void) { ggiInit(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lggi C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: ggi/ggi.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'ggiInit' Result is: no ########################################## ============ Checking for GGI extension: libggiwmh ============ #include #include int main(void) { ggiInit(); ggiWmhInit(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lggi -lggiwmh C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: ggi/ggi.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:21: error: ggi/wmh.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'ggiInit' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'ggiWmhInit' Result is: no ########################################## ============ Checking for AA ============ #include extern struct aa_hardware_params aa_defparams; extern struct aa_renderparams aa_defrenderparams; int main(void) { aa_context *c; aa_renderparams *p; (void) aa_init(0, 0, 0); c = aa_autoinit(&aa_defparams); p = aa_getrenderparams(); aa_autoinitkbd(c,0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -laa C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: aalib.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: 'aa_context' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: 'c' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: 'aa_renderparams' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: 'p' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'aa_init' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: implicit declaration of function 'aa_autoinit' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: warning: implicit declaration of function 'aa_getrenderparams' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: implicit declaration of function 'aa_autoinitkbd' Result is: no ########################################## ============ Checking for CACA ============ 0.99.beta17 #include #ifdef CACA_API_VERSION_1 #include #endif int main(void) { (void) caca_init(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -L/mingw/lib -lcaca -lz Result is: yes ########################################## ============ Checking for SVGAlib ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lvga -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:17: error: vga.h: No such file or directory Result is: no ########################################## ============ Checking for FBDev ============ Result is: no ########################################## ============ Checking for DVB ============ #include #include #include #include #include #include #include #include #include int main(void) {return 0;} gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:18: error: poll.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: sys/ioctl.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6:27: error: linux/dvb/dmx.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:32: error: linux/dvb/frontend.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8:29: error: linux/dvb/video.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9:29: error: linux/dvb/audio.h: No such file or directory #include #include #include #include #include #include #include #include #include int main(void) {return 0;} gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/src/DVB/include C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:18: error: poll.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: sys/ioctl.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6:27: error: linux/dvb/dmx.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:32: error: linux/dvb/frontend.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8:29: error: linux/dvb/video.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9:29: error: linux/dvb/audio.h: No such file or directory Result is: no ########################################## ============ Checking for PNG support ============ #include #include int main(void) { printf("png.h : %s\n", PNG_LIBPNG_VER_STRING); printf("libpng: %s\n", png_libpng_ver); return strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver); } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lpng -lz -lm In file included from C:/msys/1.0/local/include/zlib.h:34, from C:/msys/1.0/local/include/png.h:394, from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/zconf.h:373:6: warning: "_LARGEFILE64_SOURCE" is not defined In file included from C:/msys/1.0/local/include/png.h:394, from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/zlib.h:1574:32: warning: "_FILE_OFFSET_BITS" is not defined Result is: yes ########################################## ============ Checking for MNG support ============ #include int main(void) { const char * p_ver = mng_version_text(); return !p_ver || p_ver[0] == 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmng -lz -lm In file included from C:/msys/1.0/local/include/zlib.h:34, from C:/msys/1.0/local/include/libmng_types.h:174, from C:/msys/1.0/local/include/libmng.h:386, from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/zconf.h:373:6: warning: "_LARGEFILE64_SOURCE" is not defined In file included from C:/msys/1.0/local/include/libmng_types.h:174, from C:/msys/1.0/local/include/libmng.h:386, from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: C:/msys/1.0/local/include/zlib.h:1574:32: warning: "_FILE_OFFSET_BITS" is not defined c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x3f5): undefined reference to `jpeg_destroy_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x485): undefined reference to `jpeg_destroy_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x58d): undefined reference to `jpeg_input_complete' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x5ca): undefined reference to `jpeg_input_complete' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x673): undefined reference to `jpeg_input_complete' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x6ce): undefined reference to `jpeg_start_output' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x6f7): undefined reference to `jpeg_read_scanlines' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x790): undefined reference to `jpeg_read_header' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x7d5): undefined reference to `jpeg_has_multiple_scans' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x89c): undefined reference to `jpeg_start_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x930): undefined reference to `jpeg_finish_output' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x994): undefined reference to `jpeg_finish_output' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x9cd): undefined reference to `jpeg_finish_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xbd9): undefined reference to `jpeg_input_complete' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xccc): undefined reference to `jpeg_read_header' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xd31): undefined reference to `jpeg_has_multiple_scans' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xdfc): undefined reference to `jpeg_start_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xe88): undefined reference to `jpeg_input_complete' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xed7): undefined reference to `jpeg_read_scanlines' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xf44): undefined reference to `jpeg_finish_output' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xf97): undefined reference to `jpeg_start_output' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xfce): undefined reference to `jpeg_input_complete' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xff6): undefined reference to `jpeg_finish_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x123a): undefined reference to `jpeg_std_error' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x12b1): undefined reference to `jpeg_CreateDecompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x12d1): undefined reference to `jpeg_resync_to_restart' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x1326): undefined reference to `jpeg_std_error' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x139d): undefined reference to `jpeg_CreateDecompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x13bd): undefined reference to `jpeg_resync_to_restart' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x16ce): undefined reference to `jpeg_destroy_compress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x16f2): undefined reference to `jpeg_destroy_decompress' c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x1710): undefined reference to `jpeg_destroy_decompress' collect2: ld returned 1 exit status Result is: no ########################################## ============ Checking for JPEG support ============ #include #include #include #include #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -ljpeg -lm Result is: yes ########################################## ============ Checking for OpenJPEG (JPEG2000) support ============ #define OPJ_STATIC #include int main(void) { opj_dparameters_t dec_params; opj_set_default_decoder_parameters(&dec_params); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lopenjpeg -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: openjpeg.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'opj_dparameters_t' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: expected ';' before 'dec_params' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'opj_set_default_decoder_parameters' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'dec_params' undeclared (first use in this function) Result is: no ########################################## ============ Checking for PNM support ============ Result is: yes ########################################## ============ Checking for GIF support ============ #include int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lungif #include #include void catch(void) { exit(1); } int main(void) { signal(SIGSEGV, catch); // catch segfault printf("EGifPutExtensionFirst is at address %p\n", EGifPutExtensionFirst); EGifSetGifVersion("89a"); // this will segfault a buggy gif lib. return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lungif C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: no previous prototype for 'catch' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'catch': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'exit' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: incompatible implicit declaration of built-in function 'exit' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: implicit declaration of function 'printf' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: incompatible implicit declaration of built-in function 'printf' Result is: yes ########################################## ============ Checking for broken giflib workaround ============ #include int main(void) { GifFileType gif; printf("UserData is at address %p\n", gif.UserData); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lungif C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'printf' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: incompatible implicit declaration of built-in function 'printf' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: 'gif.UserData' is used uninitialized in this function Result is: disabled ########################################## ============ Checking for VESA support ============ #include int main(void) { vbeVersion(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lvbe -llrmi C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:17: error: vbe.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'vbeVersion' Result is: no ########################################## ============ Checking for SDL ============ 1.2.14 #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif int main(int argc, char *argv[]) { SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x43): undefined reference to `timeKillEvent@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x52): undefined reference to `timeEndPeriod@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x6e): undefined reference to `timeBeginPeriod@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0xa1): undefined reference to `timeSetEvent@20' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x186): undefined reference to `timeGetTime@0' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1c8): undefined reference to `timeBeginPeriod@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1d0): undefined reference to `timeGetTime@0' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x155): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x160): undefined reference to `CreateCompatibleDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x17c): undefined reference to `SelectObject@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1cc): undefined reference to `BitBlt@36' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1d7): undefined reference to `DeleteDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x22d): undefined reference to `UnrealizeObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x250): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x25b): undefined reference to `RealizePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x315): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x323): undefined reference to `CreateCompatibleDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x33f): undefined reference to `SelectObject@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x391): undefined reference to `BitBlt@36' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x3a1): undefined reference to `DeleteDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x42a): undefined reference to `CreateCompatibleBitmap@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x45f): undefined reference to `GetDIBits@28' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x492): undefined reference to `GetDIBits@28' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x49d): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x559): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x61a): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9cb): undefined reference to `GetSystemPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9f6): undefined reference to `CreatePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xabd): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xb24): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xbb4): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc18): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc2d): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc5d): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xfc8): undefined reference to `GetSystemPaletteUse@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x10e7): undefined reference to `UnrealizeObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x111b): undefined reference to `SetPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1141): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x114f): undefined reference to `RealizePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11a0): undefined reference to `CreateCompatibleDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11bf): undefined reference to `SelectObject@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11dc): undefined reference to `SetDIBColorTable@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1244): undefined reference to `BitBlt@36' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x124f): undefined reference to `DeleteDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x133f): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x134a): undefined reference to `GetSystemPaletteUse@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1362): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x139f): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1503): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x15d5): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x16d9): undefined reference to `CreateDIBSection@24' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x185f): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1909): undefined reference to `GetSystemPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x193a): undefined reference to `CreatePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1ee5): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1f25): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2032): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2072): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x652): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7f2): undefined reference to `GetSystemPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x1491): undefined reference to `IID_IDirectDrawGammaControl' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x389b): undefined reference to `IID_IDirectDrawGammaControl' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x48ee): undefined reference to `IID_IDirectDraw2' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x492d): undefined reference to `GetDeviceCaps@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x4942): undefined reference to `GetDeviceCaps@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x6195): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7d6c): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x20): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x30): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x40): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x50): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x60): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x70): more undefined references to `GUID_Key' follow C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1020): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1030): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1040): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10a0): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10b0): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10c0): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1160): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1170): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1180): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1190): undefined reference to `GUID_RxAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11a0): undefined reference to `GUID_RyAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11b0): undefined reference to `GUID_RzAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11c0): undefined reference to `GUID_Slider' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11d0): undefined reference to `GUID_Slider' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11e0): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11f0): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1200): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1210): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x172): undefined reference to `waveOutClose@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x19d): undefined reference to `waveOutUnprepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x1cf): undefined reference to `waveOutUnprepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x27c): undefined reference to `waveOutWrite@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x45e): undefined reference to `waveOutOpen@24' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x520): undefined reference to `waveOutPrepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x57a): undefined reference to `waveOutPrepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x5fb): undefined reference to `waveOutGetErrorTextA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x272): undefined reference to `joyGetPosEx@8' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x96d): undefined reference to `joyGetNumDevs@0' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9ae): undefined reference to `joyGetPosEx@8' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9f6): undefined reference to `joyGetDevCapsA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1a2): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1c3): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x212): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x23c): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x292): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x2bc): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x318): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x35c): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x391): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x3ed): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x417): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x518): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x545): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x5b0): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x630): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x68f): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x6d8): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x73a): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x7ae): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x83a): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x85f): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x8af): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x90f): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9b1): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9d2): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa06): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa3d): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa76): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xaa4): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0x3a6): undefined reference to `SwapBuffers@4' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xab2): undefined reference to `ChoosePixelFormat@8' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xac5): undefined reference to `SetPixelFormat@12' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xc5d): undefined reference to `SetPixelFormat@12' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xde8): undefined reference to `ChoosePixelFormat@8' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xed1): undefined reference to `DescribePixelFormat@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5yuv.o):(.text+0x379): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.text+0x183b): undefined reference to `IID_IDirectInputDevice2A' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x4): undefined reference to `GUID_SysKeyboard' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x1c): undefined reference to `GUID_SysMouse' collect2: ld returned 1 exit status #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif int main(int argc, char *argv[]) { SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL -lpthread C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x43): undefined reference to `timeKillEvent@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x52): undefined reference to `timeEndPeriod@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x6e): undefined reference to `timeBeginPeriod@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0xa1): undefined reference to `timeSetEvent@20' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x186): undefined reference to `timeGetTime@0' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1c8): undefined reference to `timeBeginPeriod@4' C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1d0): undefined reference to `timeGetTime@0' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x155): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x160): undefined reference to `CreateCompatibleDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x17c): undefined reference to `SelectObject@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1cc): undefined reference to `BitBlt@36' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1d7): undefined reference to `DeleteDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x22d): undefined reference to `UnrealizeObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x250): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x25b): undefined reference to `RealizePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x315): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x323): undefined reference to `CreateCompatibleDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x33f): undefined reference to `SelectObject@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x391): undefined reference to `BitBlt@36' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x3a1): undefined reference to `DeleteDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x42a): undefined reference to `CreateCompatibleBitmap@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x45f): undefined reference to `GetDIBits@28' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x492): undefined reference to `GetDIBits@28' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x49d): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x559): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x61a): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9cb): undefined reference to `GetSystemPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9f6): undefined reference to `CreatePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xabd): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xb24): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xbb4): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc18): undefined reference to `GetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc2d): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc5d): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xfc8): undefined reference to `GetSystemPaletteUse@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x10e7): undefined reference to `UnrealizeObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x111b): undefined reference to `SetPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1141): undefined reference to `SelectPalette@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x114f): undefined reference to `RealizePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11a0): undefined reference to `CreateCompatibleDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11bf): undefined reference to `SelectObject@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11dc): undefined reference to `SetDIBColorTable@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1244): undefined reference to `BitBlt@36' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x124f): undefined reference to `DeleteDC@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x133f): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x134a): undefined reference to `GetSystemPaletteUse@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1362): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x139f): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1503): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x15d5): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x16d9): undefined reference to `CreateDIBSection@24' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x185f): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1909): undefined reference to `GetSystemPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x193a): undefined reference to `CreatePalette@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1ee5): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1f25): undefined reference to `DeleteObject@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2032): undefined reference to `SetSystemPaletteUse@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2072): undefined reference to `SetDeviceGammaRamp@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x652): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7f2): undefined reference to `GetSystemPaletteEntries@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x1491): undefined reference to `IID_IDirectDrawGammaControl' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x389b): undefined reference to `IID_IDirectDrawGammaControl' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x48ee): undefined reference to `IID_IDirectDraw2' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x492d): undefined reference to `GetDeviceCaps@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x4942): undefined reference to `GetDeviceCaps@8' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x6195): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7d6c): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x20): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x30): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x40): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x50): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x60): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x70): more undefined references to `GUID_Key' follow C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1020): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1030): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1040): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10a0): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10b0): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10c0): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1160): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1170): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1180): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1190): undefined reference to `GUID_RxAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11a0): undefined reference to `GUID_RyAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11b0): undefined reference to `GUID_RzAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11c0): undefined reference to `GUID_Slider' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11d0): undefined reference to `GUID_Slider' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11e0): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11f0): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1200): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1210): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x172): undefined reference to `waveOutClose@4' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x19d): undefined reference to `waveOutUnprepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x1cf): undefined reference to `waveOutUnprepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x27c): undefined reference to `waveOutWrite@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x45e): undefined reference to `waveOutOpen@24' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x520): undefined reference to `waveOutPrepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x57a): undefined reference to `waveOutPrepareHeader@12' C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x5fb): undefined reference to `waveOutGetErrorTextA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x272): undefined reference to `joyGetPosEx@8' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x96d): undefined reference to `joyGetNumDevs@0' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9ae): undefined reference to `joyGetPosEx@8' C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9f6): undefined reference to `joyGetDevCapsA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1a2): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1c3): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x212): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x23c): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x292): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x2bc): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x318): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x35c): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x391): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x3ed): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x417): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x518): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x545): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x5b0): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x630): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x68f): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x6d8): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x73a): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x7ae): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x83a): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x85f): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x8af): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x90f): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9b1): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9d2): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa06): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa3d): undefined reference to `mciSendCommandA@16' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa76): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xaa4): undefined reference to `mciGetErrorStringA@12' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0x3a6): undefined reference to `SwapBuffers@4' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xab2): undefined reference to `ChoosePixelFormat@8' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xac5): undefined reference to `SetPixelFormat@12' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xc5d): undefined reference to `SetPixelFormat@12' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xde8): undefined reference to `ChoosePixelFormat@8' C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xed1): undefined reference to `DescribePixelFormat@16' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5yuv.o):(.text+0x379): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.text+0x183b): undefined reference to `IID_IDirectInputDevice2A' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x4): undefined reference to `GUID_SysKeyboard' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x1c): undefined reference to `GUID_SysMouse' collect2: ld returned 1 exit status #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif int main(int argc, char *argv[]) { SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x652): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x1491): undefined reference to `IID_IDirectDrawGammaControl' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x389b): undefined reference to `IID_IDirectDrawGammaControl' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x48ee): undefined reference to `IID_IDirectDraw2' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x6195): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7d6c): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x20): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x30): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x40): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x50): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x60): undefined reference to `GUID_Key' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x70): more undefined references to `GUID_Key' follow C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1020): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1030): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1040): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10a0): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10b0): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10c0): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1160): undefined reference to `GUID_XAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1170): undefined reference to `GUID_YAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1180): undefined reference to `GUID_ZAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1190): undefined reference to `GUID_RxAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11a0): undefined reference to `GUID_RyAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11b0): undefined reference to `GUID_RzAxis' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11c0): undefined reference to `GUID_Slider' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11d0): undefined reference to `GUID_Slider' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11e0): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11f0): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1200): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1210): undefined reference to `GUID_POV' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5yuv.o):(.text+0x379): undefined reference to `IID_IDirectDrawSurface3' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.text+0x183b): undefined reference to `IID_IDirectInputDevice2A' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x4): undefined reference to `GUID_SysKeyboard' C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x1c): undefined reference to `GUID_SysMouse' collect2: ld returned 1 exit status #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif int main(int argc, char *argv[]) { SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -ldxguid Result is: yes ########################################## ============ Checking for OpenGL ============ #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function) #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lGL -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function) #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lGL -lXdamage -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function) #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lGL -lpthread -lm C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function) #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -DGL_WIN32 -lopengl32 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:23: warning: 'dc' is used uninitialized in this function #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -DGL_SDL C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9:17: error: SDL.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:25: warning: implicit declaration of function 'SDL_GL_SwapBuffers' #ifdef GL_WIN32 #include #include #elif defined(GL_SDL) #include #ifdef CONFIG_SDL_SDL_H #include #else #include #endif #ifndef __APPLE__ // we allow SDL hacking our main() only on OSX #undef main #endif #else #include #include #include #endif int main(int argc, char *argv[]) { #ifdef GL_WIN32 HDC dc; wglCreateContext(dc); #elif defined(GL_SDL) SDL_GL_SwapBuffers(); #else glXCreateContext(NULL, NULL, NULL, True); #endif glFinish(); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -DGL_SDL Result is: yes (backends: win32 sdl) ########################################## ============ Checking for MatrixView ============ Result is: yes ########################################## ============ Checking for Windows waveout ============ #include #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lwinmm Result is: yes ########################################## ============ Checking for Direct3D ============ #include #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe Result is: yes ########################################## ============ Checking for Directx ============ #include #include #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lgdi32 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:19: error: ddraw.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:20: error: dsound.h: No such file or directory Result is: no ########################################## ============ Checking for DXR2 ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include/dxr2 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/include/dxr2 C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory Result is: no ########################################## ============ Checking for DXR3/H+ ============ #include int main(void) { return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: linux/em8300.h: No such file or directory Result is: no ########################################## ============ Checking for IVTV TV-Out (pre linux-2.6.24) ============ #include #include #include #include #include #include int main(void) { struct ivtv_cfg_stop_decode sd; struct ivtv_cfg_start_decode sd1; ioctl(0, IVTV_IOC_START_DECODE, &sd1); ioctl(0, IVTV_IOC_STOP_DECODE, &sd); return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:25: error: linux/types.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:29: error: linux/videodev2.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5:24: error: linux/ivtv.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6:23: error: sys/ioctl.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: storage size of 'sd' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: error: storage size of 'sd1' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: implicit declaration of function 'ioctl' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: warning: unused variable 'sd1' C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: unused variable 'sd' Result is: no ########################################## ============ Checking for V4L2 MPEG Decoder ============ #include #include #include #include #include int main(void) { #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) #error kernel headers too old, need 2.6.22 #endif struct v4l2_ext_controls ctrls; ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:25: error: linux/types.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:29: error: linux/videodev2.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5:27: error: linux/version.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:5: warning: "LINUX_VERSION_CODE" is not defined C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:26: warning: "KERNEL_VERSION" is not defined C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:40: error: missing binary operator before token "(" C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: storage size of 'ctrls' isn't known C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: 'V4L2_CTRL_CLASS_MPEG' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: unused variable 'ctrls' Result is: no ########################################## ============ Checking for OSS Audio ============ #include #include int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; } gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: sys/ioctl.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: soundcard.h: No such file or directory C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main': C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SNDCTL_DSP_SETFRAGMENT' undeclared (first use in this function) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.) C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: unused variable 'arg' Result is: no ########################################## ============ Checking for aRts ============ ./configure: line 5626: artsc-config: command not found Result is: no ########################################## ============ Checking for EsounD ============ ./configure: line 5646: esd-config: command not found Result is: no ########################################## ============ Checking for NAS ============ #include