-
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
[package] libzip/1.10.1: fails on msys2 mingw64 #26034
Comments
Hi @TrevorCash thanks a lot for your report. I'm trying to reproduce with the following configuration:
but my compilation attemps are succesful, see the log below. Can you spot any major differences in our setup that may lead to the errors you're seeing?
|
Hi @AbrilRBS , I dont have a I also am not specifying a profile build. (I see that you are specifying compiler=msvc) I am targeting all building to be in the msys2 mingw64 enviroment with gcc as the compiler. entry in my profile. my approach is open up a new MSYS2 MINGW64 terminal shell (provided shell from msys2)
which results in some messages related to incompatible pointer types. It may be that this is really a libzip issue and not a conan issue with the code - but I know msys2 can build libzip as that is provided in their package repository: https://packages.msys2.org/packages/mingw-w64-x86_64-libzip |
Description
libzip/1.10.1 fails on msys2 mingw64
Package and Environment Details
Conan profile
[settings]
os=Windows
arch=x86_64
build_type=Release
compiler=gcc
compiler.version=14
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
[buildenv]
MSYSTEM=MINGW64
CC=C:/msys64/mingw64/bin/gcc
CXX=C:/msys64/mingw64/bin/g++
SYSROOT=C:/msys64/mingw64
Steps to reproduce
conan install --requires=libzip/1.10.1 -pr:a=conan/windows-msys2-mingw.conan.profile --build=missing
Logs
The text was updated successfully, but these errors were encountered: