<div dir="ltr"><div>Hello JYA,<br><br></div>Got the xcode in 3.14, downloaded the perl scripts and trying it out now . The git version is now 1.8.4 , but i downloaded the older 1.7.3.4 and put that in src manually. However my build is failing with this error :<br>
<br>192-168-1-241:mythtv user$ ./<a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a> -verbose -qtsrc 4.8.5 -gcc<br>[osx-pkg] Building using master profile<br>[osx-pkg] Target architectures: ppc7400<br>[osx-pkg] DEVROOT = /Developer<br>
[osx-pkg] SDKVER = 10.4<br>[osx-pkg] SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk<br>[osx-pkg] CCBIN = /Developer/usr/bin/gcc<br>[osx-pkg] CXXBIN = /Developer/usr/bin/g++<br>[osx-pkg] CFLAGS = -isysroot /Developer/SDKs/MacOSX10.4u.sdk -D_USING_105SDK=1 -mmacosx-version-min=10.5 -I/Users/user/Downloads/mythtv/.osx-packager/build/include -I/Users/user/Downloads/mythtv/.osx-packager/build/mysql -arch ppc7400<br>
[osx-pkg] LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.5 -L/Users/user/Downloads/mythtv/.osx-packager/build/lib -F/Users/user/Downloads/mythtv/.osx-packager/build/lib -arch ppc7400<br>
[osx-pkg] /usr/bin/hostinfo | grep 'processors$'<br>[osx-pkg] Including components: mythtv mythplugins packaging<br>[osx-pkg] Using previously downloaded git<br>[osx-pkg] Using previously unpacked git<br>[osx-pkg] Configuring git<br>
[osx-pkg] ./configure --prefix=/Users/user/Downloads/mythtv/.osx-packager/build --disable-static --enable-shared<br>configure: WARNING: unrecognized options: --disable-static, --enable-shared<br>configure: Setting lib to 'lib' (the default)<br>
configure: Will try -pthread then -lpthread to enable POSIX Threads.<br>configure: CHECKS for site configuration<br>configure: CHECKS for programs<br>checking whether the C compiler works... no<br>configure: error: in `/Users/user/Downloads/mythtv/.osx-packager/src/git-1.7.3.4':<br>
configure: error: C compiler cannot create executables<br>See `config.log' for more details.<br>[osx-pkg] Failed system call: " ./configure --prefix=/Users/user/Downloads/mythtv/.osx-packager/build --disable-static --enable-shared " with error code 77<br>
Died at ./<a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a> line 1401.<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 10, 2013 at 7:47 PM, Jean-Yves Avenard <span dir="ltr"><<a href="mailto:jyavenard@gmail.com" target="_blank">jyavenard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 10 October 2013 19:24, OM Ugarcina <<a href="mailto:mo.ucina@gmail.com">mo.ucina@gmail.com</a>> wrote:<br>
<br>
> Much appreciate the advice. Since I already have the computer , it does not hurt to try . Anyway it is a learning exercise as much as anything else. Is there a guide on how to do the compile with these perl build scripts . I think I will try that first since I only want the front-end . I understand that mac ports tries to build the whole thing ( May resort to this if all else fails ). Please point me to where the guides are (with commands I need to execute) and where the perl scripts and source code for ppc can be found . Being a beginner with Macs I'll need a bit of hand-holding to get me started. Really appreciate your help.<br>
<br>
</div>You'll need to get xcode 3.1.4 that is the last one supporting PPC.<br>
<br>
Then build myth using the instructions there:<br>
<a href="https://github.com/MythTV/packaging/tree/master/OSX/build" target="_blank">https://github.com/MythTV/packaging/tree/master/OSX/build</a><br>
<br>
basically, it's doing:<br>
<br>
osx-packager-qtsdk -verbose -qtsrc 4.8.5 -gcc<br>
<br>
you need -gcc because the llvm compiler in this version of xcode is very buggy<br>
<br>
it will fail retrieving the Qt source code, so when it fails, retrieve<br>
the archive: <a href="http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz" target="_blank">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz</a><br>
<br>
and copy that file into<br>
.osx-packager/src<br>
<br>
and re-run the command:<br>
osx-packager-qtsdk -verbose -qtsrc 4.8.5 -gcc<br>
<br>
good luck.<br>
<br>
be prepared to wait a very long time<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div>