[MPlayer-dev-eng] intel os x compile broken between revision 21241 and revision 21242
Dave Chand
devchan1 at bellsouth.net
Mon Nov 27 06:17:59 CET 2006
On Nov 26, 2006, at 12:44 PM, Dave Chand wrote:
>> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/architecture/i386/
>> math.h:167: error: parse error before '__attribute__'
>> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/architecture/i386/
>> math.h:167: error: parse error before 'inline'
>> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/architecture/i386/
>> math.h:168: error: parse error before '__attribute__'
>> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/architecture/i386/
>> math.h:168: error: parse error before 'inline'
>
> Try to fix the failing files instead of reverting bswap.h; it
> shouldn't
> be necessary to #include OS headers after internal ones such as
> bswap.h.
To get pass these errors I did as you said, moved the OS #include at
some point before the bswap.h for the affected files.
But now the following two undefined symbols pop up at link time:
/usr/bin/ld: Undefined symbols:
_video_out_macosx
_FT_Glyph_Stroke
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
the above was compiled with ./configure --prefix=/sw --disable-win32
dc
More information about the MPlayer-dev-eng
mailing list