[mythtv] request: OSX mythfrontend and winmyth for CVS backend

Joseph A. Caputo jcaputo1 at comcast.net
Tue Feb 1 13:59:16 EST 2005


On Thursday 27 January 2005 19:16, Jeremiah Morris wrote:
> In fact, I just checked in a change that 
> eliminates the need to modify settings.pro for G3 users. You still 
need 
> to run "./configure --disable-altivec" though, as FFmpeg's configure 
> always turns it on for PowerPC and we don't do runtime Altivec checks 
> yet.

OK, this is working pretty well.  One issue that seems to be popping up 
is when compiling libmythmpeg2, I get the following error (this is CVS 
from a few days ago):


cc -c -pipe -w -O2 -fPIC -fno-common  -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_ACCESSIBILITY_SUPPORT 
-DQT_TABLET_SUPPORT -I/usr/local/lib/qt-mac-free-3.3.2/mkspecs/default 
-I. -I/usr/local/include -I/sw/include 
-I/usr/local/lib/qt-mac-free-3.3.2/include -o cpu_accel.o cpu_accel.c
{standard input}:79:vand vector instruction is optional for the PowerPC 
(not allowed without -force_cpusubtype_ALL option)
make: *** [cpu_accel.o] Error 1

Adding "-force_cpusubtype_ALL" to the CFLAGS seems to correct it.

Also, I get the following error when compiling libmythtv:

c++ -headerpad_max_install_names -prebind -dynamiclib -seg1addr 
0xC9000000 -compatibility_version     0.17 -current_version   0.17.0 
-install_name    libmythtv-0.17.0.dylib -o libmythtv-0.17.0.17.0.dylib 
cc.o vbi.o hamm.o lang.o commercial_skip.o frequencies.o guidegrid.o 
infostructs.o jitterometer.o minilzo.oNuppelVideoPlayer.o osd.o 
osdtypes.o programinfo.o recordingprofile.o remoteencoder.o 
remoteutil.o RingBuffer.o RTjpegN.o scheduledrecording.o ttfont.o 
tv_play.o videosource.o yuv2rgb.o progfind.o nuppeldecoder.o 
avformatdecoder.o recorderbase.o filtermanager.o vsync.o proglist.o 
videooutbase.o videoout_null.oxbox.o dbcheck.o profilegroup.o 
udpnotify.o channeleditor.o channelsettings.oosdsurface.o 
osdlistbtntype.o blend.o datadirect.o sr_dialog.o sr_root.o sr_items.o 
decoderbase.o recordingtypes.o jobqueue.o dtvrecorder.o 
videoout_quartz.o moc_guidegrid.o moc_osd.o moc_osdtypes.o 
moc_profilegroup.o moc_recordingprofile.o moc_scheduledrecording.o 
moc_tv_play.o moc_videosource.o moc_progfind.o moc_proglist.o 
moc_xbox.o moc_udpnotify.o moc_channeleditor.o moc_channelsettings.o 
moc_osdlistbtntype.o moc_sr_dialog.o moc_sr_items.o moc_sr_root.o  
-L/usr/local/lib/qt-mac-free-3.3.2/lib -L/sw/lib -L../libmyth 
-L../libavcodec -L../libavformat -L../libmythmpeg2 -lmyth-0.17 
-lmythavcodec-0.17 -lmythavformat-0.17 -lmythmpeg2-0.17 -lfreetype 
-lmp3lame -L -framework ApplicationServices -framework QuickTime 
-framework Carbon -lqt-mt
c++: ApplicationServices: No such file or directory
make[2]: *** [libmythtv-0.17.0.17.0.dylib] Error 1
make[1]: *** [sub-libmythtv] Error 2
make: *** [sub-libs] Error 2


Am I missing something in OS X?  Did I forget to install some part of 
Apple's developer tools or something?

Thanks,

JAC


More information about the mythtv-dev mailing list