MPlayer 1.0rc2
1. after warning that !gcc compilers are not supported, it goes on to find that inttypes.h and bitypes.h are not present.
Solution: apparently the compile process just failed because of -mtune=r8000, which MIPSPro doesn't understand but GCC does. Deleted -mtune section in configure script.
2.
Checking for Subtitles sorting ... yes
Checking for XMMS inputplugin support ... no
Checking for inet6 ... yes
Checking for gethostbyname2 ... no
Checking for GUI ... yes
Checking for XShape extension ...
Error: The GUI requires the X11 extension XShape (which was not found).
Check "configure.log" if you do not understand why it failed.
[saya,shinichi]:~/source/MPlayer-1.0rc2 $ tail configure.log
ld32: WARNING 84 : /usr/lib32/libXext.so is not used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libGL.so is not used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libaudio.so is not used for resolving any symbol.
ld32: ERROR 33 : Unresolved text symbol "XOpenDisplay" -- 1st referenced by mplayer-conf-31821-3904.o.
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved text symbol "XCloseDisplay" -- 1st referenced by mplayer-conf-31821-3904.o.
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: INFO 152: Output file removed because of error.
[saya,shinichi]:~/source/MPlayer-1.0rc2 $ tail configure.log
ld32: WARNING 84 : /usr/lib32/libXext.so is not used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libGL.so is not used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/libaudio.so is not used for resolving any symbol.
ld32: ERROR 33 : Unresolved text symbol "XOpenDisplay" -- 1st referenced by mplayer-conf-31821-3904.o.
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: ERROR 33 : Unresolved text symbol "XCloseDisplay" -- 1st referenced by mplayer-conf-31821-3904.o.
Use linker option -v to see when and which objects, archives and dsos are loaded.
ld32: INFO 152: Output file removed because of error.
Xsgi being not open, this probably won't be solved anytime soon.
Solution: --disable-gui
Then it configures cleanly. I don't dare compile anything, I suppose I'll just go study instead.