Re: error compiling last svn version (3/9(
Roee Kashi <[email protected]> Thu, 3 Sep 2009 13:34:51 +0300
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
i used `make -k` to skip this error, and then i got some new weird errors:(this output is from the second make - after partly compilation) " $ make -k./version.sh `cc -dumpversion` make: *** No rule to make target `libaf/af_mp.h', needed by `mencoder.d'. make: *** No rule to make target `cputable.h', needed by `cpudetect.d'. make -C libavcodec make[1]: Entering directory `/e/software/cygwin/mplayer/trunk/libavcodec' make[1]: *** No rule to make target `bitstream.h', needed by `mjpeg.o'. make[1]: *** No rule to make target `../libavutil/random.h', needed by `roqvideo.o'. make[1]: *** No rule to make target `../libavcodec/bitstream.h', needed by `x86/dnxhd_mmx.o'. make[1]: *** No rule to make target `x86/dsputil_yasm.o', needed by `libavcodec.a'. make[1]: *** No rule to make target `x86/fft_mmx.o', needed by `libavcodec.a'. make[1]: *** No rule to make target `x86/h264_deblock_sse2.o', needed by `libavcodec.a'. make[1]: *** No rule to make target `x86/h264_idct_sse2.o', needed by `libavcodec.a'. make[1]: Target `all' not remade because of errors. make[1]: Leaving directory `/e/software/cygwin/mplayer/trunk/libavcodec' make: *** [libavcodec/libavcodec.a] Error 2 make: Target `all' not remade because of errors " again, the file "cputable.h" doesn't exist in the last svn version. Thanks, Roee. 2009/9/3 Roee Kashi <[email protected]> > i've even tried to update mingw libs. > > normal configure, with normal output. > > " > make > ./version.sh `cc -dumpversion` > make: *** No rule to make target `libaf/af_mp.h', needed by `mencoder.d'. > Stop. > " > > i see that there is no af_mp.h in this version at all :| > > is there something i can do here? >