[mythtv] Compiling on Mac OS

Nigel Pearson nigel at ind.tansu.com.au
Mon Feb 28 21:49:21 UTC 2011


On 28/02/2011, at 9:14 PM, Jean-Yves Avenard wrote:

> Aren't all mac 64 bits these days ?

New ones, yes.

> Must be hard to find a 32 bits only machine !

My default Mac (late 2006 MacBook) is a Core Duo.
About a year later all the models became Core2Duo.





This will show what the FFMpeg CCs are doing:

% git diff Makefile
diff --git a/mythtv/Makefile b/mythtv/Makefile
index 4de0ae1..667b31c 100644
--- a/mythtv/Makefile
+++ b/mythtv/Makefile
@@ -61,7 +61,7 @@ $(addsuffix /Makefile,$(QT_SUBDIRS)): %/Makefile :
        cd $*; $(QMAKE) QMAKE=$(QMAKE) -o $(@F) $(<F)
 
 $(SUBDIRS): $(addsuffix /Makefile,$(SUBDIRS)) libs/libmythbase/version.h
-       $(MAKE) -C $@
+       $(MAKE) -C $@ V=ERBOSE #CFLAGS=-m32
 
 $(addsuffix _clean,$(SUBDIRS)): $(addsuffix /Makefile,$(SUBDIRS))
        $(MAKE) -C $(subst _clean,,$@) clean
%


though if it is not a 32bit problem, that probably won't help.

--
Nigel Pearson, nigel at ind.tansu.com.au|     Citizens, never fear!    |
Telstra Net. Eng., Sydney, Australia |Crazy do-good freaks are here,|
Office: 9202 3900    Fax:  9212 6348 |until they run out of steam...|
Mobile: 0408 664435  Home: 9792 6998 |     The New Justice Team!    |







More information about the mythtv-dev mailing list