-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
zxing-cpp: add version 1.3.0 #11210
zxing-cpp: add version 1.3.0 #11210
Conversation
I detected other pull requests that are modifying zxing-cpp/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Oh.I can't find the way to solve this. |
I would like to remove this condition from support because it is a puzzling phenomenon that occurs only under very limited conditions.
If anyone knows the cause of this problem, I would appreciate it if you could correct it. |
# FIXME: This is a workaround for "The system cannot execute the specified program." | ||
if tools.Version(self.version) == "1.3.0" and is_msvc_static_runtime(self) and self.settings.build_type == "Debug": | ||
raise ConanInvalidConfiguration("{}/{} doesn't support MT + Debug.".format(self.name, self.version)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is this combination wou want to exclude from the build matrix?
Can you reproduce the problem locally? Is it VS2017-only, or does it happen for all VC's?
The error you're trying to work around ("The system cannot execute the specified program.`) looks weird.
This log? #11210 (comment)
Seems like an older issue #8373 (comment) Lots of projects struggle with MT since so few use it. I think this is a great improvement! |
So this actually means we're either using zxing-cpp/stb_image wrong in the test_package, |
* zxing-cpp: add version 1.3.0 * fix indent * drop support gcc 5 in zxing-cpp/>=1.2 * add LINK_CPP_STATICALLY * (trial) unsupport MTd in 1.3.0
I'm the maintainer of the zxing-cpp library and just noticed this packaging effort. I'd like to point out a few things I noticed:
Question: when would you consider removing support to package 1.0.8 (which is totally outdated by now)? |
@axxel As for 1.0.8, in accordance with conan's version policyI intended to remove it after some time. |
Very nice. I did not see the pending PR already adding 1.4. Looks good. Minor issue: the description seems to still claim it to be a "c++14" port. |
@axxel |
Specify library name and version: zxing-cpp/*