Opened 15 years ago

Closed 14 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@… 15 years ago.
win64_r21900.patch (6.6 KB) - added by mythtv@… 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by mythtv@…

Attachment: win64_r21345.patch added

Changed 15 years ago by mythtv@…

Attachment: win64_r21900.patch added

comment:1 Changed 14 years ago by Dibblah

Status: newassigned

comment:2 Changed 14 years ago by Nigel

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.