-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
testutil_monitoring.cpp:330:26: error: unknown conversion type character 'l' in format #3824
Comments
Looks like the repository you are looking for is https://github.com/zmughal-p5CPAN/p5-Alien-ZMQ-latest |
I expect that this is a ZMQ issue, not Alien's. At least from what I understand. |
So if you remove Alien entirely, can you still reproduce it? On the CI the mingw build is compiling correctly: https://ci.appveyor.com/project/zeromq/libzmq/build/job/x0l1qxyd0ov5dyr2 |
The issue seems the have hit others |
It looks like your Appveyor is using MinGW 6.4.0, while Strawberry Perl's is 8.3.0. I tested to remove the offending line in As I wanted to follow the same process as your Appveyor, I used CMake instead of the autotools in a second test. The build order is different so I fall immediately into the Maybe the newer version is more strict, or Strawberry Perl doesn't include all the necessary files, while MSYS2 does?
|
Ok, my newly found issue is already reported there: #3586 |
I'm afraid I am not familiar with Strawberry Perl at all. Is the problem fixed with the issue you linked, then? |
I need to test. I reverted to 4.3.1 which worked for both issues. I'll check for the master, but the process I use is designed to download a release, so I have to tweak some things manually first to get a "fake 4.3.3". |
I just downloaded the master and tried to build it. I do not reproduce the first mentionned issue, but there is another one in I'm a bit puzzled now, the only thing that changed from what I reported is the use of CMake to build and in this configuration,
|
Also, to answer your question, |
Got the same issue when cross-compiling from sources on linux for win64 with mingw32. libzmq4.3.1 works, 4.3.2 - doesn't. |
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions. |
Issue description
Building ZMQ on Windows through Alien::ZMQ::latest using MinGW fails due to use of a format option that is unsupported by MinGW inside some testing units.
Environment
Minimal test code / Steps to reproduce the issue
Building under Windows using MinGW.
What's the actual result?
What's the expected result?
Build succeeds
The text was updated successfully, but these errors were encountered: