Opened 16 years ago

Closed 14 years ago

#4702 closed patch (fixed)

Win32 configuration patches

Reported by: andrei@… Owned by: Nigel
Priority: minor Milestone: 0.23
Component: Ports - Windows Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Patches for:

  1. correct target path for some dynamic libraries
  2. release versions of mythfrontend, mythtv and mythwelcome are marked as "GUI subsystem" (will not create console window)
  3. changes in main.cpp of the same apps to simulate redirected stdout/stderr handles so that they actually write to log file

Attachments (1)

mingw.patch (3.8 KB) - added by andrei@… 16 years ago.

Download all attachments as: .zip

Change History (12)

Changed 16 years ago by andrei@…

Attachment: mingw.patch added

comment:1 Changed 16 years ago by danielk

Milestone: 0.210.22
Owner: changed from Isaac Richards to danielk
Status: newassigned

comment:2 Changed 16 years ago by Nigel

(In [17142]) MinGW fixes; install libs in /bin (see #4702), hack dll names to be the same as unix (for dependencies in later dirs)

comment:3 Changed 16 years ago by Nigel

(In [17189]) Mistake in [17142] ( MinGW fix - install lib in /bin - See #4702 ).

comment:4 Changed 16 years ago by Nigel

(In [17190]) MinGW fixes; install libs in /bin (see #4702)

comment:5 Changed 16 years ago by paulh

Component: mythtvwindows

comment:6 Changed 16 years ago by Buzz <davidbuzz@…>

is this ticket still needed?

comment:7 Changed 16 years ago by Nigel

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 15 years ago by danielk

Owner: changed from danielk to Nigel

comment:9 Changed 15 years ago by Nigel

Component: windowsPorts - Windows
Severity: mediumlow

comment:10 Changed 15 years ago by Nigel

Milestone: 0.220.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 14 years ago by Nigel

Resolution: fixed
Status: assignedclosed

(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.

Note: See TracTickets for help on using tickets.