PDA

View Full Version : Installing XBMC on Fedora 9 Error


WardYorgy
26th May 2009, 08:32
I've been trying to install XBMC for the past two hours, and after fixing a bunch of problems, I ran into one I can't figure out. When I type "make" it says:


/usr/lib/gcc/i386-redhat-linux/4.3.0/../../../../include/c++/4.3.0/bits/basic_string.h:1133: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[1]: *** [CMythSession.o] Error 1
make[1]: Leaving directory `/root/XBMC/linuxport/XBMC/xbmc/FileSystem'
make: *** [xbmc/FileSystem/filesystem.a] Error 2

falko
27th May 2009, 18:41
*Could* be a hardware problem.

WardYorgy
31st May 2009, 19:17
Since it didn't work on Fedora 9, I ended up reformatting my computer by upgrading to Fedora10. Now I get this error when I run ./configure

Done, type 'make install' to build and install
cat /home/Ward/different folder/linuxport/XBMC/xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread/misc/dvdread-config.sh >> obj/dvdread-config
cat: /home/Ward/different: No such file or directory
cat: folder/linuxport/XBMC/xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread/misc/dvdread-config.sh: No such file or directory
make: *** [obj/dvdread-config] Error 1
cp: target `folder/linuxport/XBMC/xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread/../includes/dvdread' is not a directory
~/different folder/linuxport/XBMC
configure: error: Submodule xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread failed to configure



Please tell me what to do.