Nigel Pearson <[EMAIL PROTECTED]> 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
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to