You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm considering to use Exiv2 to copy/paste ICC profiles only. Thus it looks like I don't need XMP support and additional lib Expat dependency. So I tried to generate Exiv2 solution for Visual Studio using: cmake -G "Visual Studio 12" -D EXIV2_ENABLE_XMP=Off ... Then I tried to build it and got:
Error 4 error C1083: Cannot open include file: 'expat.h': No such file or directory C:\tmp\exiv2-0.27\src\xmp.cpp 33 1 exiv2lib
It look like it builds if I comment this include.
Shouldn't this include be under some #ifdef?
The text was updated successfully, but these errors were encountered:
Hi,
I'm considering to use Exiv2 to copy/paste ICC profiles only. Thus it looks like I don't need XMP support and additional lib Expat dependency. So I tried to generate Exiv2 solution for Visual Studio using:
cmake -G "Visual Studio 12" -D EXIV2_ENABLE_XMP=Off ..
. Then I tried to build it and got:It look like it builds if I comment this include.
Shouldn't this include be under some
#ifdef
?The text was updated successfully, but these errors were encountered: