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