Opened 15 years ago

Closed 15 years ago

#6989 closed defect (fixed)

usleep missing header breaks win32 compilation

Reported by: davidbuzz@… Owned by: stuartm
Priority: major Milestone: 0.22
Component: Ports - Windows Version: head
Severity: high Keywords: win32
Cc: Ticket locked: no

Description

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.

Change History (2)

comment:1 Changed 15 years ago by stuartm

Milestone: unknown0.22
Owner: changed from Nigel to stuartm
Status: newaccepted

comment:2 Changed 15 years ago by stuartm

Resolution: fixed
Status: acceptedclosed

(In [21689]) Remove the hack for non-mythui screens. All screens using ScheduleCommon? are mythui. Fixes #6989

Note: See TracTickets for help on using tickets.