[mythtv-commits] Ticket #6971: Win32 compile error

MythTV mythtv at cvs.mythtv.org
Thu Sep 3 07:27:38 UTC 2009


#6971: Win32 compile error
------------------------------+---------------------------------------------
 Reporter:  wagabunda         |        Owner:  ijr    
     Type:  defect            |       Status:  new    
 Priority:  minor             |    Milestone:  0.22   
Component:  MythTV - General  |      Version:  unknown
 Severity:  high              |   Resolution:         
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by Jonathan Martens <jonathan at snetram.nl>):

 Replying to [comment:1 anonymous]:
 > Just add to the top of schedulecommon.cpp:
 >
 > #include <unistd.h>

 Shouldn't this be fixed by adding (as this most likely is only for
 windows):

 {{{
 #ifdef USING_MINGW
 #include <unistd.h>
 #endif
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6971#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list