Bug #978
DWC (darwin core) test fails on MSVC builds (test/bugfixes.sh 937a)
Start date:
08 Aug 2014
Due date:
% Done:
100%
Estimated time:
Description
Title says it all.
History
Updated by Robin Mills over 7 years ago
- Status changed from Assigned to Resolved
I've submitted a fix for this: r3288
I failed to use runCommand to execute exiv2.exe in the bugfixes-test.sh (see Issue 937). So the test was running exiv2.exe on the path and not the built binary in <exiv2>/msvc2005/bin/$target/$config.
However I was a little surprised to encounter the following additional matters:
1) The same compilation error with MSVC that was fixed for MinGW with r3283 (MinGW issue not reported)
2) A global enum MetadataId in exiv2app.hpp has the same name as types.hpp Exiv2::MetadataId
3) Sample program builds should depend on exiv2(.exe) to ensure the DLLs have been copied to bin/$target/$config directory.