[mythtv] OSX backend: now what?

David Abrahams dave at boost-consulting.com
Wed Dec 14 20:38:17 EST 2005


Nigel Pearson <nigel at ind.tansu.com.au> writes:

>> I ended up with a mythtvbackend.app, which I suppose needs to be
>> assembled into a "Framework" the way the front end is?
>
> 	I will look at adding that to the script.
> (but then there are all the other programs, too)
>
> 	An easy test hack is to just symlink the relevant
> libraries into the current directory:
>
> cd .osx-packager/src/myth-svn/mythtv/programs/mythbackend
> ln -s ../../../../../build/lib/*
> ln -s ../../libs/lib*/*.dylib .
> mythbackend.app/Contents/MacOS/mythbeckend

That's good to know.  I'm not sure if that's going to cure the problem
that's apparently revealed by install_name_tool:

  [osx-pkg] Writing Info.plist for myth framework
  [osx-pkg] Processing shared library dependencies for /Users/dave/myth/MythBackend.app/Contents/Frameworks/myth.framework/Versions/A/myth
  [osx-pkg] Parsing /Users/dave/myth/MythBackend.app/Contents/Frameworks/myth.framework/Versions/A/myth
  [osx-pkg] Could not parse library file name /Users/dave/myth/MythBackend.app/Contents/Frameworks/myth.framework/Versions/A/myth
  [osx-pkg] Parsing myth
  [osx-pkg] Could not parse library file name myth
  [osx-pkg] /usr/bin/install_name_tool -change myth @executable_path/../Frameworks/myth.framework/myth /Users/dave/myth/MythBackend.app/Contents/Frameworks/myth.framework/Versions/A/myth
  [osx-pkg] Parsing libqt-mt.3.dylib
  [osx-pkg] /usr/bin/install_name_tool -change libqt-mt.3.dylib @executable_path/../Frameworks/qt-mt.framework/qt-mt /Users/dave/myth/MythBackend.app/Contents/Frameworks/myth.framework/Versions/A/myth
  [osx-pkg] Could not find @executable_path/../Frameworks/qt-mt.framework/qt-mt
  Died at ./osx-packager.pl line 1031.

I'm not sure if that's deep, or ignorable.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


More information about the mythtv-dev mailing list