[MPlayer-users] SVN compiling problem
JonY
10walls at gmail.com
Mon Sep 3 14:45:58 CEST 2007
Alexander Bokovikov wrote:
> Hi, All,
>
> Finally I've resolved the nasm, etc. making problem:
>
> -- I've removed cygwin\bin from the PATH
> -- I've checked the make.exe versions
> -- I've renamed C:\MINGW\bin\make.exe to *.ex
> -- I've renamed C:\MINGW\bin\mingw32-make.exe to *.ex
>
> After these actions (I have C:\MSYS\bin\make.exe of version 3.79.1) all
> compilations look OK.
>
> Nevertheless MPlayer making gives the next error and fails:
> ===================><8=====================
> make[1]: *** No rule to make target `native/RTjpegN.o', needed by
> `libmpcodecs.a'. Stop.
>
> ===================><8=====================
>
> What could be the reason?
>
> Appreciate it, if anybody will check my compilation logs at:
>
> MPlayer ./configure screen output:
> http://home.bokovikov.com/mplayer/configure.txt
>
> MPlayer configure.log:
> http://home.bokovikov.com/mplayer/configure.log
>
> MPlayer make screen output:
> http://home.bokovikov.com/mplayer/make.txt
>
>
> Appreciate any help!
>
> Thanks.
Hi,
Please do avoid top posting if possible.
Check for the existence of libmpcodecs/native/RTjpegN.c . If the file is
missing, your svn checkout is incomplete.
There might be something wrong with the makefile, try updating mplayer
to the latest svn. Revision 24333 builds successfully using mingw.
The following is unrecommended but you may try to fix it by using the
bellow command while in the libmpcodecs dir:
gcc -I../libavcodec -I../libavformat -Wdisabled-optimization -I. -I..
-I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4
-march=i486 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-DHAVE_CONFIG_H -Ic:/mingw/include/freetype2 -Ic:/mingw/include -c -o
native/RTjpegN.o native/RTjpegN.c
After that continue by using "cd .. && make".
Hope that helps.
More information about the MPlayer-users
mailing list