Opened 17 years ago
Closed 15 years ago
#4702 closed patch (fixed)
Win32 configuration patches
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | minor | Milestone: | 0.23 |
Component: | Ports - Windows | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Patches for:
- correct target path for some dynamic libraries
- release versions of mythfrontend, mythtv and mythwelcome are marked as "GUI subsystem" (will not create console window)
- changes in main.cpp of the same apps to simulate redirected stdout/stderr handles so that they actually write to log file
Attachments (1)
Change History (12)
Changed 17 years ago by
Attachment: | mingw.patch added |
---|
comment:1 Changed 17 years ago by
Milestone: | 0.21 → 0.22 |
---|---|
Owner: | changed from Isaac Richards to danielk |
Status: | new → assigned |
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
comment:5 Changed 17 years ago by
Component: | mythtv → windows |
---|
comment:7 Changed 17 years ago by
The stuff to redirect the console output will be needed later, but I wanted to do it some different way (e.g. if invoked from a DOS shell, to still generate the output instead of always writing to a logfile)
comment:8 Changed 17 years ago by
Owner: | changed from danielk to Nigel |
---|
comment:9 Changed 16 years ago by
Component: | windows → Ports - Windows |
---|---|
Severity: | medium → low |
comment:10 Changed 16 years ago by
Milestone: | 0.22 → 0.23 |
---|
Still worth doing the console redirection in the future, but at the moment I think users still need to see all the errors (e.g. I got an assertion failure in Qt's image\qnativeimage.cpp today)
comment:11 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [23279]) On Windows, by default for non-debug builds, do not open a console window (and do the same on the Mac for MythWelcome?.app if anyone uses that). Really old patch by Andrei Tanas. Untested. Closes #4702.
(In [17142]) MinGW fixes; install libs in /bin (see #4702), hack dll names to be the same as unix (for dependencies in later dirs)