[MPlayer-dev-eng] Mplayer no longer compiles correctly on Mac OS X
Ergzay
ergzay at everyoneproductions.com
Fri Jan 13 23:20:07 CET 2006
On 2006/01/13, at 13:43, Diego Biurrun wrote:
> On Fri, Jan 13, 2006 at 01:20:02PM -0500, Ergzay wrote:
>>
>> On 2006/01/13, at 8:40, Diego Biurrun wrote:
>>
>>> On Fri, Jan 13, 2006 at 07:42:20AM -0500, Ergzay wrote:
>>>> I am not sure quite where it stopped functioning but when you run
>>>> configure it no longer detects the Mac OS X APIs or SDL if you have
>>>> them installed. I looked at configure.log and they fail for the same
>>>> reasons. I attached it to this mail.
>>>
>>> AFAICT your system is hosed. Reinstall SDL and the developer tools.
>>>
>>> Note that you didn't even mention the Mac OS version you use...
>>
>> Well that is odd. As mplayer has been working normally and it kept
>> working normally until I updated it at one point. Nothing major has
>> changed on my system. Only thing I can think of is I installed a tool
>> by microsoft which allows you to play WMV videos in quicktime and the
>> usual Software Update stuff from Apple. I use OS X 10.3.9.
>
> Try reinstalling QT and xcode. That did the trick for me once.
I reinstalled xcode but now on configure it gives me:
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h (see
DOCS/HTML/en/faq.html).
And the stuff below is from configure.log
============ Checking for inttypes.h (required) ============
#include <inttypes.h>
int main(void) { return 0; }
cc -o /tmp/mplayer-conf-1144-533.o /tmp/mplayer-conf-3342-533.c
ld: can't locate file for: -lcrt1.o
ldd /tmp/mplayer-conf-1144-533.o
otool: can't open file: /tmp/mplayer-conf-1144-533.o (No such file or
directory)
Result is: no
##########################################
============ Checking for bitypes.h (inttypes.h predecessor)
============
#include <sys/bitypes.h>
int main(void) { return 0; }
cc -o /tmp/mplayer-conf-1144-533.o /tmp/mplayer-conf-3342-533.c
/tmp/mplayer-conf-3342-533.c:1:25: sys/bitypes.h: No such file or
directory
ldd /tmp/mplayer-conf-1144-533.o
otool: can't open file: /tmp/mplayer-conf-1144-533.o (No such file or
directory)
More information about the MPlayer-dev-eng
mailing list