<div dir="ltr"><div>Done . That was it . All compiled . Now just need to get the backend onto .27 fingers crossed that Mr Axel is working on it . Ok to recap again the issues :<br><br> Additional stuff:<br><br>- Download manually git 1.7.3.4 as website only has 1.8.4 which did not want to compile<br>
</div>For QT4.8.5: <br><div>- Change arch type to ppc from ppc700 in <a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a><br>- Apply patches in QtWebKit.pro as per: <a href="http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebKit_qt_QtWebKit.pro.diff?rev=96486">http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebKit_qt_QtWebKit.pro.diff?rev=96486</a><br>
- Apply patch in WebCore.pro as per: <a href="http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebCore_WebCore.pro.diff?rev=96486">http://trac.macports.org/browser/trunk/dports/aqua/qt4-mac/files/patch-src_3rdparty_webkit_Source_WebCore_WebCore.pro.diff?rev=96486</a><br>
For Myth:<br>- Apply changes to <a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a> for creation of 0.27-fixes profile, otherwise git pulls from master branch - 0.28 <br><br>new command : ./<a href="http://osx-packager-qtsdk.pl">osx-packager-qtsdk.pl</a> -verbose -buildprofile 0.27-fixes -qtsrc 4.8.5 -gcc -nosysroot<br>
<br>- Apply changes to util-osx.h , comment out the line:<br> #import <CarbonCore/Endian.h><br><br>- Apply changes to avformatwriter.cpp and NuppelVideoRecorder.cpp replace:<br> #include <byteswap.h> <br>with: <br>
#include "bswap.h"<br><br></div><div>Best Regards and much tanks<br><br></div><div>Milorad<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Oct 12, 2013 at 5:26 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 12 October 2013 16:53, OM Ugarcina <<a href="mailto:mo.ucina@gmail.com">mo.ucina@gmail.com</a>> wrote:<br>
> Thanks for that , worked great . Now I am up to this one :<br>
<br>
</div><div class="im">> avformatwriter.cpp<br>
> avformatwriter.cpp:30:22: error: byteswap.h: No such file or directory<br>
> avformatwriter.cpp: In function ‘void bswap_16_buf(short int*, int, int)’:<br>
> avformatwriter.cpp:329: error: ‘bswap_16’ was not declared in this scope<br>
> make[2]: *** [avformatwriter.o] Error 1<br>
> make[1]: *** [sub-libmythtv-make_default] Error 2<br>
><br>
> make: *** [libs] Error 2<br>
<br>
</div>replace #include <byteswap.h> with:<br>
#include "bswap.h"<br>
<br>
there's another one in:<br>
<br>
./libs/libmythtv/recorders/NuppelVideoRecorder.cpp<br>
<br>
keep the list of all the changes you have to make...<br>
<br>
I'll make them permanent later...<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>