Opened 17 years ago

Closed 16 years ago

#6868 closed defect (fixed)

Incorrect paths to 32-bit binaries on 64-bit Windows

Reported by: mythtv@… Owned by: Nigel
Priority: minor Milestone: unknown
Component: Ports - Windows Version: unknown
Severity: medium Keywords: win32-packager.pl
Cc: Ticket locked: no

Description

The win32-packager.pl script builds a 32-bit version of MythTV and requires a 32-bit version of MySQL. The script attempts to detect the presence of MySQL in the “C:\Program Files” directory. However, on 64-bit Windows 32-bit applications are installed, by default, to “C:\Program Files (x86)” (as opposed to “C:\Program Files” which is where the 64-bit applications are placed). The attached patch resolves this problem.

Attachments (2)

win64_r21345.patch (7.5 KB ) - added by mythtv@… 17 years ago.
win64_r21900.patch (6.6 KB ) - added by mythtv@… 17 years ago.

Download all attachments as: .zip

Change History (4)

by mythtv@…, 17 years ago

Attachment: win64_r21345.patch added

by mythtv@…, 17 years ago

Attachment: win64_r21900.patch added

comment:1 by Dibblah, 16 years ago

Status: newassigned

comment:2 by Nigel, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [23793]) 64bit "Program Files" corrections, untested. Closes #6868.

Note: See TracTickets for help on using tickets.