Discussion:
[MPlayer-users] compile error
Masaru Nomiya
2017-07-04 01:34:56 UTC
Permalink
Hello,

I tried to compile the very latest svn of mplayer, but I got the
error;

[...]
make -C ffmpeg libpostproc/libpostproc.a
make[1]: Entering directory '/tmp/tes/mplayer/ffmpeg'
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:109: /libavutil/Makefile: No such file or directory
Makefile:109: /library.mak: No such file or directory
Makefile:111: /doc/Makefile: No such file or directory
make -C ffmpeg libavfilter/libavfilter.a
Makefile:198: /tests/Makefile: No such file or directory
make[1]: *** No rule to make target '/tests/Makefile'. Stop.
make[1]: Leaving directory '/tmp/tes/mplayer/ffmpeg'
make[1]: Entering directory '/tmp/tes/mplayer/ffmpeg'
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:109: /libavutil/Makefile: No such file or directory
Makefile:109: /library.mak: No such file or directory
Makefile:111: /doc/Makefile: No such file or directory
Makefile:198: /tests/Makefile: No such file or directory
make[1]: *** No rule to make target '/tests/Makefile'. Stop.
make[1]: Leaving directory '/tmp/tes/mplayer/ffmpeg'
Makefile:740: recipe for target 'ffmpeg/libpostproc/libpostproc.a' failed
make: *** [ffmpeg/libpostproc/libpostproc.a] Error 2
make: *** Waiting for unfinished jobs....
Makefile:740: recipe for target 'ffmpeg/libavfilter/libavfilter.a' failed
make: *** [ffmpeg/libavfilter/libavfilter.a] Error 2
libmpdemux/demux_ogg.c: In function 'demux_ogg_seek':
libmpdemux/demux_ogg.c:1534:16: warning: 'first' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (first) { /* Discard the first packet as it's probably broken,

Thanks,

---
┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛ "Bill! You married with Computers.
Not with Me!"
"No..., with money."
Richard Kuenz
2017-07-04 05:46:07 UTC
Permalink
Unsubscribe

Von meinem iPad gesendet
Post by Masaru Nomiya
Hello,
I tried to compile the very latest svn of mplayer, but I got the
error;
[...]
make -C ffmpeg libpostproc/libpostproc.a
make[1]: Entering directory '/tmp/tes/mplayer/ffmpeg'
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:109: /libavutil/Makefile: No such file or directory
Makefile:109: /library.mak: No such file or directory
Makefile:111: /doc/Makefile: No such file or directory
make -C ffmpeg libavfilter/libavfilter.a
Makefile:198: /tests/Makefile: No such file or directory
make[1]: *** No rule to make target '/tests/Makefile'. Stop.
make[1]: Leaving directory '/tmp/tes/mplayer/ffmpeg'
make[1]: Entering directory '/tmp/tes/mplayer/ffmpeg'
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:109: /libavutil/Makefile: No such file or directory
Makefile:109: /library.mak: No such file or directory
Makefile:111: /doc/Makefile: No such file or directory
Makefile:198: /tests/Makefile: No such file or directory
make[1]: *** No rule to make target '/tests/Makefile'. Stop.
make[1]: Leaving directory '/tmp/tes/mplayer/ffmpeg'
Makefile:740: recipe for target 'ffmpeg/libpostproc/libpostproc.a' failed
make: *** [ffmpeg/libpostproc/libpostproc.a] Error 2
make: *** Waiting for unfinished jobs....
Makefile:740: recipe for target 'ffmpeg/libavfilter/libavfilter.a' failed
make: *** [ffmpeg/libavfilter/libavfilter.a] Error 2
libmpdemux/demux_ogg.c:1534:16: warning: 'first' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (first) { /* Discard the first packet as it's probably broken,
Thanks,
---
┃\/彡
┗━━┛ "Bill! You married with Computers.
Not with Me!"
"No..., with money."
_______________________________________________
MPlayer-users mailing list
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
stan
2017-07-05 20:59:29 UTC
Permalink
On Tue, 04 Jul 2017 10:34:56 +0900
Post by Masaru Nomiya
I tried to compile the very latest svn of mplayer, but I got the
error;
I just updated to revision 37946, and it compiled fine for me on Fedora
25. I pull in the latest ffmpeg updates as part of the configure.
Does that revision compile for you?
Masaru Nomiya
2017-07-07 10:26:59 UTC
Permalink
Hello,

In the Message;

Subject : Re: [MPlayer-users] compile error
Message-ID : <***@q.com>
Date & Time: Wed, 5 Jul 2017 13:59:29 -0700
Post by stan
Post by Masaru Nomiya
I tried to compile the very latest svn of mplayer, but I got the
error;
Ma Bad!
Post by stan
I just updated to revision 37946, and it compiled fine for me on Fedora
25. I pull in the latest ffmpeg updates as part of the configure.
Does that revision compile for you?
I inspected the configure, and found my ffmpeg in mplayer directory is
too old.
So, I got mplayer again, and tried to compile.
It ends successfully.

Thanks, stan.

Sorry for the noise.

---
┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛ "Bill! You married with Computers.
Not with Me!"
"No..., with money."

Loading...