[mythtv-commits] Ticket #6989: usleep missing header breaks win32 compilation

MythTV mythtv at cvs.mythtv.org
Sun Sep 6 02:56:14 UTC 2009


#6989: usleep missing header breaks win32 compilation
---------------------------------+------------------------------------------
 Reporter:  davidbuzz at gmail.com  |       Owner:  nigel  
     Type:  defect               |      Status:  new    
 Priority:  major                |   Milestone:  unknown
Component:  Ports - Windows      |     Version:  head   
 Severity:  high                 |     Mlocked:  0      
---------------------------------+------------------------------------------
 Re ticket 6971 and [21658].   the commit fixes the MTD problem, but not
 the original problem as reported in mythfrontend, which still required
 unistd.h for usleep. I'm still getting this same usleep related compile
 error on win32 today with head:
 this is still the fix:
 Just add to the top of schedulecommon.cpp:
 #include <unistd.h>

 Buzz.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6989>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list