[mythtv] Mythmusic Segfault

Martin Moeller martin at martinm-76.dk
Fri Oct 24 09:11:20 EDT 2003


Maybe something like what I have below could be added to the FAQ.
With these lines, mythtv and mythmusic compiles fine on SuSE 8.2+, even
if it ought not be necessary...

mythtv:
-------
cd mythtv
make distclean
./configure
cd libs/libavcodec
qmake libavcodec.pro
cat Makefile | sed s#"-fPIC"#""#g > M.tmp
mv M.tmp Makefile
cd ../..
make

mythmusic:
----------
cd mythmusic
qmake
make distclean
cd mythmusic
qmake mythmusic.pro
cat Makefile | sed -e s#"SDL-1"#"SDL"#g -e
s#"/opt/kde3/lib/libartsc.la"#"-lartsc"#g -e
s#"/usr/lib/libesd.la"#"-lesd"#g -e
s#"/usr/lib/libaudiofile.la"#"-laudiofile"#g -e
s#"/usr/lib/libasound.la"#"-lasound"#g -e s#"/usr/lib/libaa.la"#"-laa"#g
-e s#"/usr/lib/libogg.la"#"-logg"#g -e
s#"/usr/lib/libvorbis.la"#"-lvorbis"#g > M.tmp
mv M.tmp Makefile
cd ..
make

If am not sure about what situations need the 'cat Makefile ...' line,
but it shouldn't hurt to include it if not needed...
I have only tested this on one system, so it may not cover all
scenarios...


/Martin.

ons, 2003-10-22 kl. 16:51 skrev thor:
> On Wednesday 22 October 2003 02:41 pm, Kevin Stone wrote:
> 
> > Context
> > Suse 8.2 running mythfrontend as remote
> > From .12 Source packages not CVS
> 
> 	As has been repeatedly explained on this list, Suse 8.2's Qt is 
> broken.
> 
> - thor
> 
> 
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list