Bug #1014
Duplicated header files
100%
Description
The header files getopt_win32.h, i18n.h, private.h, timegm.h and tzfile.h are both in src and include/exiv2. Should be only one location.
History
Updated by Robin Mills almost 7 years ago
Thanks, Thomas. Well spotted. There will be more issues like this following the 0.25 integration to the trunk. Your keen eye for detail is appreciated. My focus has been to get everything to build and pass the test suite on Mac/Linux/Cygwin/MinGW and MSVC. 0.25 has introduced a new <exiv2dir>/include" tree. Some .hpp and .h files have been moved from src to include/exiv2 and it sounds like some relics have been left behind. I expect we'll find some other files in the wrong location. When/if you find further issues of this nature, please add them to this issue report as we don't need multiple issue for what are effectively multiple occurrences of this same issue.
I'll submit the fix when I get home from vacation. Happy New Year.
Updated by Robin Mills almost 7 years ago
- Category set to build
- Status changed from New to Assigned
- Assignee set to Robin Mills
Updated by Robin Mills almost 7 years ago
- Status changed from Assigned to Resolved
Fix submitted: r3507. Thank You, Thomas for reporting this and the fix.