<br><br><div><span class="gmail_quote">On 3/10/06, <b class="gmail_sendername">Brendan White</b> <<a href="mailto:bmwt@caida.org">bmwt@caida.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been trying to get a native version compiled (using svn<br>versions), using the osx-packager script. So far i have an<br>executable, but it fails at runtime due to a missing symbol.<br><br>Inara:~/MythFrontend.app/Contents/MacOS bmwt$ ./mythfrontend
<br>dyld: Symbol not found: __ZTV24CaptionServiceDescriptor<br> Referenced from:<br>/Users/bmwt/MythFrontend.app/Contents/MacOS/./../Frameworks/<br>mythtv.framework/mythtv<br> Expected in: flat namespace</blockquote><div>
<br><br>I was poking around a bit more, trying to isolate the problem..<br><br>It looks like the 'CaptionServiceDescriptor' class is defined in the files mpegdescriptors.{h,cpp}, which are in the directory src/myth-svn/mythtv/libs/libmythtv/mpeg
<br></div><br>There are no '.o' files in that directory on my system, so that stuff is not being built. We just need to figure out why the mythtv build process is skipping that section. <br></div>