[mythtv] MacOS libmyth build broken

Nigel Pearson nigel at ind.tansu.com.au
Tue Nov 8 18:27:27 EST 2005


>  Nigels newest commit broke the build of libmyth, changeset 7723.

	Oops. Sorry about that, Tommi. Forgot to commit one change.


>  The attached patch should address the problem.
...
> -HEADERS += exitcodes.h virtualkeyboard.h
> +HEADERS += exitcodes.h virtualkeyboard.h util-osx.h
...
> -SOURCES += virtualkeyboard.cpp
> +SOURCES += virtualkeyboard.cpp util-osx.cpp


	Close, but that would break compilation on non OS X builds.
I just committed this, instead:

Index: mythtv/libs/libmyth/libmyth.pro
===================================================================
--- mythtv/libs/libmyth/libmyth.pro     (revision 7778)
+++ mythtv/libs/libmyth/libmyth.pro     (working copy)
@@ -76,6 +76,8 @@
  macx {
      HEADERS += audiooutputca.h   screensaver-osx.h   DisplayResOSX.h
      SOURCES += audiooutputca.cpp screensaver-osx.cpp DisplayResOSX.cpp
+    HEADERS += util-osx.h
+    SOURCES += util-osx.cpp

--
Nigel Pearson, nigel at ind.tansu.com.au | "Peacemaking is our profession"
Telstra Dev. Lab, Sydney, Australia   | Motto of Burpelson Airforce Base
Office: 9814 4803    Fax:  9814 4897  | Commanded by Gen. Jack D. Ripper
Mobile: 0408 664435  Home: 9792 6998  |        Dr Strangelove



More information about the mythtv-dev mailing list