[mythtv-commits] Ticket #11574: OSX build fails - mythcommandlineparser.cpp

MythTV noreply at mythtv.org
Wed Jun 5 01:09:11 UTC 2013


#11574: OSX build fails - mythcommandlineparser.cpp
--------------------------------------------+------------------------------
 Reporter:  Craig Treleaven <ctreleaven@…>  |          Owner:  jyavenard
     Type:  Bug Report - General            |         Status:  closed
 Priority:  minor                           |      Milestone:  unknown
Component:  Ports - OSX                     |        Version:  Unspecified
 Severity:  medium                          |     Resolution:  Works for me
 Keywords:                                  |  Ticket locked:  0
--------------------------------------------+------------------------------

Comment (by Craig Treleaven <ctreleaven@…>):

 Specifically, you've built the devel/logging branch?

 Daniel's commit
 <https://github.com/MythTV/mythtv/commit/643fef44bdc6fece4c3e5fc90d16313bc20d458c>
 deleted the definition of ENO_STR and changed ENO to be a "a QString
 containg a description of the * thread local errno variable."

 He changed line 2771 as follows:

 -            cerr << "Could not open pid file: " << ENO_STR << endl;
 +            cerr << "Could not open pid file: " << qPrintable(ENO) <<
 endl;

 The line at 2765 (in the CONFIG_DARWIN block) needs a corresponding
 change.  See the devel/logging version of the file at:
 https://github.com/MythTV/mythtv/blob/devel/logging/mythtv/libs/libmythbase/mythcommandlineparser.cpp

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11574#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list