Opened 15 years ago
Closed 15 years ago
#8836 closed defect (fixed)
win32: check for target instead of Makefile for libexif
| Reported by: | Owned by: | robertm | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Ports - Windows | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Attached patch makes win32-packager.pl check for the target DLL instead of the Makefile analogue to all other libs.
Attachments (2)
Change History (6)
by , 15 years ago
| Attachment: | win32-packager.pl-check-for-target-instead-of-Makefile.patch added |
|---|
comment:1 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → new |
Replying to robertm:
(In [25950]) Windows Port: Check that libexif has actually been installed, rather than just seeing if configure has succeeded in libexif's source. Patch from Jonathan. Fixes #8836.
It seems my patch was not done properly (http://mythtv.org/pipermail/mythtv-dev/2010-August/069311.html)... it should test for libexif-12.dll as the symlink to libexif.dll is created in the next step. New build environments being setup will halt now, it must have slipped as mine was not created cleanly again and already had the symlink in place. :blush:
by , 15 years ago
| Attachment: | win32-packager.pl-check-for-target-instead-of-Makefile.patch2 added |
|---|
Updated patch, checking for libexif-12.dll instead of libexif.dll

Check for libexif.dll instead of Makefile