[mythtv] SVN Builds failing on OSX

Nigel Pearson nigel at ind.tansu.com.au
Mon Feb 18 04:48:49 UTC 2008


> Here's an error that's been hitting for a while.  Any thoughts?
...
> ld: Undefined symbols:
> _IOIteratorNext
...
> _IOServiceAddInterestNotification
> /usr/bin/libtool: internal link edit command failed
> make[2]: *** [libmythtv-0.21.0.21.0.dylib] Error 1


Looks like it also needs -fIOKit.


Can't work out why I don't get this error, though.
(unless it is something to do with the FireWire stuff)


Are you able to manually patch this change into
.osx-packager/src/myth-svn/mythtv/libs/libmythtv/libmythtv.pro
and rebuild?



% svn diff libs/libmythtv/libmythtv.pro
Index: libs/libmythtv/libmythtv.pro
===================================================================
--- libs/libmythtv/libmythtv.pro        (revision 16048)
+++ libs/libmythtv/libmythtv.pro        (working copy)
@@ -54,7 +54,7 @@

  macx {
      # Mac OS X Frameworks
-    FWKS = AGL ApplicationServices Carbon Cocoa OpenGL QuickTime
+    FWKS = AGL ApplicationServices Carbon Cocoa OpenGL QuickTime IOKit
      PFWKS = DVD

      # The following trick shortens the command line, but depends on

--
Nigel Pearson, nigel at ind.tansu.com.au|"I haven't tested it yet,
Telstra Net. Eng., Sydney, Australia | but it should be perfectly safe."
Office: 9202 3900    Fax:  9261 3912 |"Just a bit or harmless brain-
Mobile: 0408 664435  Home: 9792 6998 | manipulation, that's all" -  
Wallace


More information about the mythtv-dev mailing list