2008-07-02 03:38:01 Mplayer compiling issues.
kevin zhou (CHINA)
Message: 58180
Hi, all:
I am using ezkit 561 and building mplayer for it.
I followed the instruction of this link :http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:mplayer
'make menuconfig'
' Blackfin app programs --->
[*] MPlayer and mencode
then save and 'make'
And I encountered the following issue:
Checking for rpath ... no
Checking for iconv ... no
Checking for soundcard.h ... yes (sys/soundcard.h)
Checking for sys/dvdio.h ... no
Checking for sys/cdio.h ... no
Checking for linux/cdrom.h ... yes
Checking for dvd.h ... no
Checking for termcap ... no
Checking for termios ... no
Checking for shm ... yes
Checking for strsep() ... yes
Checking for vsscanf() ... yes
Checking for swab() ... yes
Checking for POSIX select() ... yes
Checking for gettimeofday() ... yes
Checking for glob() ... yes
Checking for setenv() ... yes
Checking for sys/sysinfo.h ... yes
Checking for pkg-config ...
then my machine seems to down when "checking for pkg-config....."
I waited for twenty minutes and nothing happened.
Anyone can give me some advices?
Thanks very much!
QuoteReplyEditDelete
2008-07-02 08:34:06 Re: Mplayer compiling issues.
Mike Frysinger (UNITED STATES)
Message: 58220
do you have pkg-config installed on your system ? if not, you need to install it
QuoteReplyEditDelete
2008-07-02 23:12:17 Re: Mplayer compiling issues.
kevin zhou (CHINA)
Message: 58236
Thanks for your replay.
Yes, I installed pkg-config of course.
'pkg-config --version' is 0.22.
If I havenot installed pkg-config, may be the script would be echo 'checking for pkg-config... no' rather than no response.
In fact, the scripts run to the step 'checking for pkg-config', my PC seems down. I donot know why?
Thanks very much!
QuoteReplyEditDelete
2008-07-02 23:30:21 Re: Mplayer compiling issues.
Yi Li (CHINA)
Message: 58238
You may use strace to see where it hangs. But please check your pkg-config installed correctly or not.
QuoteReplyEditDelete
2008-07-02 23:35:59 Re: Mplayer compiling issues.
Mike Frysinger (UNITED STATES)
Message: 58239
iirc, if you misconfigure things the first time, bogus symlinks will be created in the tools/ subdirectory ... make sure you dont have symlinks in there that lack a cross prefix
QuoteReplyEditDelete
2008-07-03 23:20:02 Re: Mplayer compiling issues.
kevin zhou (CHINA)
Message: 58304
Thanks a lot! Successed!