Opened 15 years ago
Closed 15 years ago
#7326 closed defect (fixed)
libmyth-0.22.dll fails to build
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | blocker | Milestone: | 0.22 |
Component: | Ports - Windows | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
myth-0.22.dll fails to build with the following error:
Creating library file: liblibmythavcodec-0.22.a ... mtime of file (C:/mythtv/mythtv/libs/libmyth/libmyth-0.22.dll) should be greater than file (C:/mythtv/mythtv/last_build.txt) ...
Couldn't paste it all as trac thinks it is spam
Change History (3)
Note: See
TracTickets for help on using
tickets.
I hit this last night, the actual failure is caused by changeset 22350, theres a call to usleep in libmythui, in mythmainwindow.cpp IIRC. CS 22349 builds fine for win32. Not sure how to fix it tho