Opened 17 years ago
Closed 16 years ago
Incorrect paths to 32-bit binaries on 64-bit Windows
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.
Change History
(4)
by mythtv@…, 17 years ago
by mythtv@…, 17 years ago
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
(In [23793]) 64bit "Program Files" corrections, untested. Closes #6868.