<br><br>
<div class="gmail_quote">On 29 March 2011 22:33, Nigel Pearson <span dir="ltr">&lt;<a href="mailto:nigel@ind.tansu.com.au">nigel@ind.tansu.com.au</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br>On 30/03/2011, at 6:34 AM, Emlyn Bolton wrote:<br>...<br>
<div class="im">&gt; Has anyone seen this problem:<br></div>...<br>
<div class="im">&gt; LD      libavcore/libmythavcore.0.dylib<br>&gt; ld: -dylib_compatibility_version must be greater than zero<br>&gt; /usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: internal link edit<br>&gt; command failed<br>
<br></div>I think that was fixed by one of the hacks in 104diffs.patch back in Feb.<br><br><a href="http://www.gossamer-threads.com/lists/mythtv/dev/470975?do=post_view_threaded" target="_blank">http://www.gossamer-threads.com/lists/mythtv/dev/470975?do=post_view_threaded</a><br>
<br>It changed SHFLAGS in configure.<br><br></blockquote>
<div> </div>
<div>Ah yes, thanks for pointing me back at the original thread :-)</div>
<div> </div>
<div>That cured the particular problem, but did present a new issue.</div>
<div> </div>
<div>ld: warning can&#39;t open dynamic library: /usr/local/lib/libmythavcore.dylib referenced from: ../../external/FFmpeg/libavcodec/libmythavcodec.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)<br>
ld: Undefined symbols:<br>_av_check_image_size referenced from libmythavcodec expected to be defined in /usr/local/lib/libmythavcore.dylib<br>_av_fill_image_linesizes referenced from libmythavcodec expected to be defined in /usr/local/lib/libmythavcore.dylib<br>
_av_fill_image_pointers referenced from libmythavcodec expected to be defined in /usr/local/lib/libmythavcore.dylib<br>_av_get_image_linesize referenced from libmythavcodec expected to be defined in /usr/local/lib/libmythavcore.dylib<br>
_av_parse_video_rate referenced from libmythavcodec expected to be defined in /usr/local/lib/libmythavcore.dylib<br>_av_parse_video_size referenced from libmythavcodec expected to be defined in /usr/local/lib/libmythavcore.dylib<br>
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: internal link edit command failed<br>make[2]: *** [libmyth-0.24.0.24.0.dylib] Error 1<br>make[2]: Leaving directory `/Volumes/Data/src/localBuild/mythtv/mythtv/libs/libmyth&#39;<br>
make[1]: *** [sub-libmyth-make_default] Error 2<br>make[1]: Leaving directory `/Volumes/Data/src/localBuild/mythtv/mythtv/libs&#39;<br>make: *** [libs] Error 2</div>
<div> </div>
<div>I went back into external/FFmpeg/libavcore and did a sudo make install, which remedied this for me, but is this the problem? (from <a href="http://libmyth.pro">libmyth.pro</a>, lines 85-87)</div>
<div> </div>
<div>LIBS += -L../../external/FFmpeg/libavcodec -lmythavcodec<br>LIBS += -L../../external/FFmpeg/libavcore  -l<strong>mythavcodec  # should this be -lmythavcore<br></strong>LIBS += -L../../external/FFmpeg/libavutil  -lmythavutil</div>

<div> </div>
<div>I should get a server up sometime in the next few days and give it a go.</div>
<div> </div>
<div>For the record, I&#39;m using this for a configure:</div>
<div>./configure --disable-ssse3 --disable-mmx2 --disable-amd3dnow --disable-amd3dnowext --disable-lirc --disable-firewire --disable-iptv --disable-hdhomerun --disable-v4l --disable-dvb --disable-ivtv --disable-joystick-menu --disable-hdpvr --enable-crystalhd --disable-ccache --disable-distcc</div>

<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">--<br>Nigel Pearson, <a href="mailto:nigel@ind.tansu.com.au">nigel@ind.tansu.com.au</a>|&quot;Reality is that which,  |<br>
Telstra Net. Eng., Sydney, Australia | when you stop believing |<br>Office: 9202 3900    Fax:  9212 6348 | in it, doesn&#39;t go away.&quot;|<br>Mobile: 0408 664435  Home: 9792 6998 | Philip K. Dick - &#39;Valis&#39;|<br>
<br>_______________________________________________<br>mythtv-dev mailing list<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br><a href="http://www.mythtv.org/mailman/listinfo/mythtv-dev" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-dev</a><br>
</blockquote></div><br>