Okay....I have been reading this thread about mplayer, and decided to give it a try. On install, I used the following:
./configure
make
make install
All went well. What I forgot was to include the option to enable the gui in ./configure.
I went back to reconfigure with the --enable-gui option
then reinitiated the make command, and I began getting errors.
Not knowing what the hell I am doing I went ahead and did the make install command to see what would happen, and got more errors. Ultimately I still do not have the gui version.
The mplayer works fine though, both through the terminal, and by double-clicking the .mpeg files.
What do I have to do to get the gui? Is there a way to UNINSTALL mplayer and start all over? Will that help?
I don't have a clue what the errors mean, but I will include them in this post .
Thanks so much for your help.
Chris (very newbie)
ERRORS:
FROM MAKE:
ac3enc.c:1310: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [ac3enc.o] Error 1
make[1]: Leaving directory `/home/chris/MPlayer-0.90pre10/libavcodec'
make: *** [libavcodec/libavcodec.a] Error 2
FROM MAKE INSTALL:
[root@GODZILLA MPlayer-0.90pre10]# make install
make -C libavcodec
make[1]: Entering directory `/home/chris/MPlayer-0.90pre10/libavcodec'
gcc -O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o ac3enc.o ac3enc.c
ac3enc.c: In function `encode_exp':
ac3enc.c:1310: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [ac3enc.o] Error 1
make[1]: Leaving directory `/home/chris/MPlayer-0.90pre10/libavcodec'
make: *** [libavcodec/libavcodec.a] Error 2