No plugin deployment on mingw64 and Compilation Error for calloc parameters inversion. #831
Unanswered
Cedric-29200
asked this question in
Q&A
Replies: 1 comment
-
@Cedric-29200 thanks you for your feedback ) About zip. We use external lib to package zip arrives, I can add support dynamic excluding of this library from project for old GCC compilers if you want. i also will be happy if you help me fix your issues, if sure how we can fix it, you can create Pull Request with your fixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
because windeployqt doesn't work anymore with mingw, I wanted to try CQtDeploy. I managed to make it work on my configuration (mingw with gcc compiler up to date 14.2) but I encountered two issues :
Most annoying one is that when using CQtDeploy I have the message :
I found out that snapRootFS() is empty for mingw (windows) so maybe the program could check this and still call setQmake(qmake).
Other small problem:
Everywhere in the code we have calloc used in this expected form :
calloc(size_t n, sizeof(struct X))
except in zip.c where compilation fails with recent gcc compiler.Not a big deal as multiplication is commutative but just wanted to mention it.
Thank you for this wonderful program.
Beta Was this translation helpful? Give feedback.
All reactions