Opened 16 years ago

Closed 16 years ago

#4441 closed patch (fixed)

MinGW needs SIGUSR1

Reported by: jaymode@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The current subversion head (with backend.patch from #4392 and importicons_windows_2.diff from #3334) does not compile under MINGW. It gives an error that SIGUSR1 is undefined. After some searching it seems that this needs to be added to compat.h and compat.h needs to be included in the main.cpp of mythfrontend. I have attached patches for the two files.

Attachments (2)

mythfrontend.patch (316 bytes) - added by jaymode@… 16 years ago.
adds an include for compat.h in mythfrontend.cpp
sigusr1.patch (374 bytes) - added by jaymode@… 16 years ago.
adds a definition of SIGUSR1 in compat.h

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by jaymode@…

Attachment: mythfrontend.patch added

adds an include for compat.h in mythfrontend.cpp

Changed 16 years ago by jaymode@…

Attachment: sigusr1.patch added

adds a definition of SIGUSR1 in compat.h

comment:1 Changed 16 years ago by Nigel

(In [15367]) SIGUSR1 for MinGW. Used in mythbackend/main.cpp. Patch by Jay Mode. See #4441

comment:2 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [15369]) MinGW compile fix. SIGHUP/PIPE/USR1 used in frontend. Patch by Jay Mode. Closes #4441

Note: See TracTickets for help on using tickets.