Re: Error compiling Mplayer: in libmpcodecs/vd_mpng.o
compn <[email protected]> Wed, 28 Jul 2010 11:18:54 -0400
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 28 Jul 2010 17:30:49 +0300, Eugene Kovgar wrote: >Then next error appears: > >ene/include/dirac -I/home/Eugene/include/schroedinger-1.0 >-I/home/Eugene/inclu >de/orc-0.4 -c -o unrar_exec.o unrar_exec.c >unrar_exec.c:24:22: fatal error: sys/wait.h: No such file or directory >compilation terminated. >make: *** [unrar_exec.o] Error 1 > >I understand that error. It is because I have not got this package. But >where can I find the package with that files (unrar_exec.o, unrar_exec.c) >and what is it called? >Thanks for your attention. unrar_exec.c is an mplayer file. the problem is that mingw does not have sys/wait.h. whyyyyyy are you using --enable-unrarexec ? thats what is causing the break. -compn