-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LOCALEDIR is used by EXIV2_ENABLE_BUILD_PO so make sure it is defined #33
Conversation
e325106
to
8476693
Compare
However, it might be worth checking if the variable incl win32 check can be dropped entirely for using gnuinstalldir path again. But I cannot test on Windows. |
8476693
to
70c7dcb
Compare
@piponazo I can squash both commits if you are in favor of it. |
@piponazo We discussed libintl and the library. tags.cpp and exiv2.cpp use libintl. tags.cpp is part of the library. exiv2.cpp is main() for the the exiv2 command-line-program. So, we need to link libintl with libexiv2.
Being a native English speaker, my brain isn't built to understand localisation. |
The changes look good, thanks @a17r ! the only thing I would try to check is to replace the
In that way we do not add the definition to other things (the XMP static library, the sample applications, etc). Could you try that @a17r ? If it is too much work, I can merge this as it is and take care of what I just described. |
It is always properly defined by GNUInstallDirs. Otherwise it was possible to install translations in / if EXIV2_ENABLE_NLS=OFF. Thanks-to: Luis Díaz Más
70c7dcb
to
a8e55c4
Compare
Thanks, works fine for me. |
Thanks @a17r for taking care of the suggestion 👍 I will merge once travis finishes its jobs :) I had to resolve some conflicts before merging into master |
Otherwise it is possible to install translations in
/
ifEXIV2_ENABLE_NLS=OFF
.