-
Notifications
You must be signed in to change notification settings - Fork 46
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
Windows builds are missing libwinpthread-1.dll #36
Comments
@codestation How can we statically link these libraries for the Windows build? |
libwinpthread-1.dll isn't linked when built using Ubuntu Xenial (16.04 LTS). It is possible switch to the xenial image on travis? I built the sdk twice on a trusty and xenial docker image to confirm, ldd output below: Built using ubuntu:xenial
Built using ubuntu:trusty
|
Unfortunately, Travis doesn't support Ubuntu Xenial. We could use a Docker container but in addition to the increased complexity for maintenance, our builds are already often timing out so it would be even worse with Docker. I wonder if there is another way to avoid this dependency. |
@codestation Note that since then Travis-CI has increased the maximum running time of |
Note that Travis-CI now supports Ubuntu Xenial. Statically linking pthread and removing the DLLs would fix issues such as #63. |
As a result, they don't work at all.
Worked around on msys2 by using mingw64 and installing the
mingw64/mingw-w64-x86_64-libwinpthread-git
package.The text was updated successfully, but these errors were encountered: